OSDN Git Service

android-x86/external-llvm.git
2016-09-06 Rafael EspindolaAvoid using alignas and constexpr.
2016-09-06 Konstantin... [AMDGPU] Wave and register controls
2016-09-06 Chris Bieneman[CMake] Cleanup LLVM_OPTIMIZED_TABLEGEN
2016-09-06 Konstantin... [AMDGPU] Wave and register controls
2016-09-06 Rafael EspindolaTry to fix a circular dependency in the modules build.
2016-09-06 Tom StellardAMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold...
2016-09-06 Wei DingAMDGPU : Add XNACK feature to GPUs that support it.
2016-09-06 Reid KlecknerFix ItaniumDemangle.cpp build with MSVC 2013
2016-09-06 Ying Yi[llvm-cov] Add the "Go to first unexecuted line" feature.
2016-09-06 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos M1.
2016-09-06 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos M1.
2016-09-06 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos M1.
2016-09-06 Rafael EspindolaAdd an c++ itanium demangler to llvm.
2016-09-06 Sanjay Patelfix formatting; NFC
2016-09-06 Davide Italiano[MCTargetDesc] Delete dead code. Found by GCC7 -Wunused...
2016-09-06 Victor LeschukFix comment formatting for DebugInfoFlags.def
2016-09-06 Justin Bognerbugpoint: Return Errors instead of passing around strings
2016-09-06 Krzysztof Parzyszek[RDF] Ignore undef use operands
2016-09-06 Leny KholodovFormatting with clang-format patch r280700
2016-09-06 Simon Pilgrim[SelectionDAG] Simplify extract_subvector( insert_subve...
2016-09-06 Adam Nemet[JumpThreading] Only write back branch-weight MDs for...
2016-09-06 Leny KholodovFix for Bindings/Go/go.test after patch r280700
2016-09-06 Chris Dewhurst[Sparc][Leon] Corrected supported atomics size for...
2016-09-06 Simon Dardis[mips] Tighten FastISel restrictions
2016-09-06 Krzysztof Parzyszek[PPC] Claim stack frame before storing into it, if...
2016-09-06 Leny KholodovDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Silviu Baranga[RegisterScavenger] Remove aliasing registers of operan...
2016-09-06 Craig Topper[AVX-512] Fix masked VPERMI2PS isel when the index...
2016-09-06 Craig Topper[AVX-512] Add a test case to show that we don't select...
2016-09-06 Craig Topper[X86] Remove unused encoding from IntrinsicType enum.
2016-09-06 Craig Topper[X86] Fix indentation. NFC
2016-09-06 Justin BognerRevert "bugpoint: Stop threading errors through APIs...
2016-09-06 Justin Bognerbugpoint: Stop threading errors through APIs that never...
2016-09-06 Saleem AbdulrasoolARM: workaround bundled operation predication
2016-09-06 Mehdi AminiRevert "DebugInfo: use strongly typed enum for debug...
2016-09-06 Mehdi Amini[LTO] Constify (NFC)
2016-09-06 Mehdi AminiDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Mehdi AminiFix DensetSet::insert_as() for MSVC2015 (NFC)
2016-09-06 Craig Topper[AVX-512] Fix v8i64 shift by immediate lowering on...
2016-09-06 Saleem AbdulrasoolCodeGen: ensure that libcalls are always AAPCS CC
2016-09-05 Craig Topper[AVX-512] Teach fastisel load/store handling to use...
2016-09-05 Craig Topper[X86] Update fast-isel store test to have more 256...
2016-09-05 Craig Topper[X86] Update fast-isel vector load test to have more...
2016-09-05 Sanjay Patelfix FileCheck variables for test added with r280677
2016-09-05 Gor Nishanov[Coroutines] Part12: Handle alloca address-taken
2016-09-05 Sanjay Patel[InstCombine] don't assert that division-by-constant...
2016-09-05 Sanjay Patel[InstCombine] revert r280637 because it causes test...
2016-09-05 Ahmed Bougacha[lit] Downgrade error to warning on gtest crashes durin...
2016-09-05 Craig Topper[AVX-512] Integrate mask register copying more complete...
2016-09-05 Simon Pilgrim[X86][SSE] Add test cases for PR29078
2016-09-05 Simon Pilgrim[X86][SSE] Add test cases for PR29079
2016-09-05 whitequarkCODE_OWNERS: bring my entry up to date
2016-09-05 Simon Pilgrim[X86][SSE] Regenerate odd shuffle tests with common...
2016-09-05 Oliver Stannard[SimplifyCFG] Add test for sinking inline asm in if...
2016-09-05 Benjamin Kramer[WebAssembly] Unbreak the build.
2016-09-05 Valery Pykhtin[AMDGPU] Refactor FLAT TD instructions
2016-09-05 James Molloy[Thumb1] Add relocations for fixups fixup_arm_thumb_...
2016-09-05 Igor Breger[AVX512] Fix v8i1 /v16i1 zext + bitcast lowering patter...
2016-09-05 Craig Topper[X86] Make some static arrays of opcodes const and...
2016-09-05 Craig Topper[AVX-512] Simplify X86InstrInfo::copyPhysReg for 128...
2016-09-05 Craig Topper[Target] Remove the AvailableRegClasses vector from...
2016-09-05 Gor Nishanov[Coroutines] Part11: Add final suspend handling.
2016-09-05 Craig Topper[X86] Add AVX and AVX512 command lines to the vec_ss_lo...
2016-09-05 Craig Topper[X86] Remove FsVMOVAPSrm/FsVMOVAPDrm/FsMOVAPSrm/FsMOVAP...
2016-09-05 Peter Zotov[CMake] [OCaml] Allow building OCaml bindings out of...
2016-09-05 NAKAMURA Takumilit/util.py: Another fix for py3.
2016-09-04 Sanjay Patel[InstCombine] allow icmp (and X, C2), C1 folds for...
2016-09-04 Craig Topper[AVX-512] Add EVEX encoded scalar FMA intrinsic instruc...
2016-09-04 Simon Pilgrim[X86] Regenerate x64 mmx/f64 return value tests
2016-09-04 Craig Topper[AVX-512] Remove 128-bit and 256-bit masked floating...
2016-09-04 Lang Hames[ORC] Clone module flags metadata into the globals...
2016-09-04 Simon Pilgrim[X86] Regenerate trunc-store legalization test
2016-09-04 Simon Pilgrim[X86][SSE] Regenerate fcmp/uitofp combine tests
2016-09-04 Lang Hames[ORC] Fix an unfinished comment.
2016-09-04 Sanjay Patel[InstCombine] recode icmp fold in a vector-friendly...
2016-09-04 Hal Finkel[PowerPC] During branch relaxation, recompute padding...
2016-09-04 Igor Bregerrevert r279960.
2016-09-04 Simon PilgrimEOL fixes
2016-09-04 Simon PilgrimStrip trailing whitespace
2016-09-04 Chandler Carruth[PM] Revert r280447: Add a unittest for invalidating...
2016-09-04 Chandler Carruth[LCG] Clean up and make NDEBUG verify calls more rigoro...
2016-09-04 Chandler Carruth[LCG] A NFC refactoring to extract the logic for doing
2016-09-04 Dorit Nuzman[InstCombine] Preserve llvm.mem.parallel_loop_access...
2016-09-04 Lang Hames[ExecutionEngine] Move ObjectCache::anchor from MCJIT...
2016-09-04 Dorit NuzmanTest commit.
2016-09-04 Hal Finkel[PowerPC] Zero-extend constants in FastISel
2016-09-04 Craig Topper[AVX-512] Remove masked integer add/sub/mull intrinsics...
2016-09-04 Joseph TremouletFix inliner funclet unwind memoization
2016-09-03 Craig Topper[X86] Combine some of the strings in autoupgrade code.
2016-09-03 Xinliang David LiCleanup : Use metadata preserving API for branch creation
2016-09-03 Xinliang David Li[Profile] preserve branch metadata lowering select...
2016-09-03 Mehdi AminiFix ThinLTO crash with debug info
2016-09-03 Simon PilgrimStrip trailing whitespace
2016-09-03 Matt ArsenaultAMDGPU: Set sizes of spill pseudos
2016-09-03 Matt ArsenaultAMDGPU: Fix adding duplicate implicit exec uses
2016-09-03 Craig Topper[AVX-512] Add integer ADD/SUB instructions to load...
2016-09-03 Craig Topper[AVX-512] Mark EVEX encoded vpcmpeq as commutable just...
2016-09-03 Nicolai HaehnleAMDGPU: Reduce the duration of whole-quad-mode
2016-09-03 Nicolai HaehnleAMDGPU: Fix an interaction between WQM and polygon...
2016-09-03 Matt ArsenaultAMDGPU: Do basic folding of class intrinsic
next