OSDN Git Service

android-x86/external-llvm.git
2016-08-23 Philip Reames[stackmaps] Extract out magic constants [NFCI]
2016-08-23 Matthias BraunMachineFunction: Introduce NoPHIs property
2016-08-23 Tim NorthoverGlobalISel: add forgotten test-case for G_ICMP
2016-08-23 Sanjay Patel[InstCombine] remove icmp shr folds that are already...
2016-08-23 Tim NorthoverGlobalISel: make truncate/extend casts uniform
2016-08-23 Tim NorthoverGlobalISel: legalize integer comparisons on AArch64.
2016-08-23 Tim NorthoverGlobalISel: legalize conditional branches on AArch64.
2016-08-23 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-23 David Majnemer[ValueTracking] Use a function_ref to avoid multiple...
2016-08-23 Matthew Simpson[SLP] Avoid signed integer overflow
2016-08-23 Zachary TurnerRemove unused translation unit.
2016-08-23 Zachary TurnerUpdate coding standards for include style.
2016-08-23 Mehdi Amini[LTO] Fix test following r279550
2016-08-23 Tim NorthoverGlobalISel: extend legalizer interface to handle multip...
2016-08-23 Tim NorthoverGlobalISel: mark pointer casts legal on AArch64.
2016-08-23 Mehdi Amini[ThinLTO] Add a llvm-lto2 test to check that ODR type...
2016-08-23 Mehdi AminiStop always creating and running an LTO compilation...
2016-08-23 Mehdi AminiRevert "[ThinLTO] Add a llvm-lto2 test to check that...
2016-08-23 Tim NorthoverGlobalISel: legalize 1-bit load/store and mark 8/16...
2016-08-23 Mehdi Amini[ThinLTO] Add a llvm-lto2 test to check that ODR type...
2016-08-23 Peter Zotov[CMake] [OCaml] Add -DLLVM_ENABLE_OCAMLDOC switch
2016-08-23 Sanjay Patel[InstSimplify] allow icmp with constant folds for splat...
2016-08-23 Xinliang David LiPossible fix of test failures on win bots
2016-08-23 Sanjay Patel[InstSimplify] allow icmp with constant folds for splat...
2016-08-23 Justin Lebar[SelectionDAG] Use a union of bitfield structs for...
2016-08-23 Justin Lebar[CodeGen] Convert a loop to a for-each loop. NFC
2016-08-23 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-23 Sanjay Patel[InstSimplify] add tests to show missing vector icmp...
2016-08-23 Mehdi Amini[ThinLTO] Make sure the Context used for the ThinLTO...
2016-08-23 Sanjay Patel[InstSimplify] move icmp with constant tests to another...
2016-08-23 Pete CooperFix some more asserts after r279466.
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 Krzysztof Parzyszek[Hexagon] Packetize return value setup with the return...
2016-08-23 Xinliang David LiFix windows build failure
2016-08-23 Duncan P. N... Rename unittests/ADT/ilistTest.cpp to ilistTestTemp...
2016-08-23 Xinliang David Li[Profile] refactor meta data copying/swapping code
2016-08-23 Adrian PrantlWork around PR29097 to get the module bots going again.
2016-08-23 Simon Pilgrim[X86][AVX] Updated fptosi_2f64_to_4i32 test to show...
2016-08-23 Simon Pilgrim[X86][AVX] Add v2i32 fp to int conversion tests
2016-08-23 Simon Pilgrim[X86][AVX] Add AVX2/AVX512 fp to int conversion tests
2016-08-23 Jacques Pienaar[lanai] Use const instead of constexpr
2016-08-23 Elliot ColpFix SystemZ hang caused by r279105
2016-08-23 Davide Italiano[LTOCodeGenerator] Reduce code duplication. NFCI.
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 NAKAMURA TakumiLLVMLanaDesc: Update libdesp.
2016-08-23 NAKAMURA TakumiChange the target's name, s/LanaiMCTargetDesc/LanaiDesc/g.
2016-08-23 Simon Pilgrim[X86][SSE] Demonstrate inability to recognise that...
2016-08-23 Oliver Stannard[ARM] Generate consistent frame records for Thumb2
2016-08-23 Daniel BerlinGVNHoist: Use the pass version of MemorySSA and preserv...
2016-08-23 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2016-08-23 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-23 Matt ArsenaultBranchRelaxation: Fix handling of blocks with multiple...
2016-08-23 Jacques Pienaar[lanai] Make Lanai backend non-experimental
2016-08-23 Jacques Pienaar[lanai] Exit early in Mem Alu combiner if sentinel...
2016-08-22 George Burgess IV[MemorySSA] Remove unused field. NFC.
2016-08-22 Sanjay Patel[InstSimplify] add helper function for SimplifyICmpInst...
2016-08-22 Pete CooperFix crash from assert in r279466.
2016-08-22 Duncan P. N... ADT: Separate some list manipulation API into ilist_bas...
2016-08-22 Duncan P. N... Fix header comment for unittests/ADT/ilistTest.cpp
2016-08-22 Tim Shen[ADT] Actually mutate the iterator VisitStack.back...
2016-08-22 Sanjay Patel[InstCombine] change param type from Instruction to...
2016-08-22 Tim Shen[GraphTraits] Replace all NodeType usage with NodeRef
2016-08-22 Duncan P. N... ADT: Remove ilist_*sentinel_traits, NFC
2016-08-22 Sanjay Patel[InstCombine] use m_APInt to allow icmp (shr exact...
2016-08-22 Pete CooperAdd ADT headers to the cmake headers directory for...
2016-08-22 Pete CooperAdd comments and an assert to follow-up on r279113...
2016-08-22 Daniel BerlinIDFCalculator: Remove unused field.
2016-08-22 Matt ArsenaultAMDGPU: Split SILowerControlFlow into two pieces
2016-08-22 Daniel BerlinMSSA: Factor out phi node placement
2016-08-22 Daniel BerlinMSSA: Only rename accesses whose defining access is...
2016-08-22 James Molloy[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
2016-08-22 James Molloy[SROA] Remove incorrect assertion
2016-08-22 Tim Shen[SSP] Do not set __guard_local to hidden for OpenBSD SSP
2016-08-22 Jun Bum Lim[InstCombine] Allow sinking from unique predecessor...
2016-08-22 James MolloyRevert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
2016-08-22 James Molloy[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
2016-08-22 Simon Pilgrim[X86][AVX] Don't use SubVectorBroadcast if there are...
2016-08-22 Mehdi AminiFix Gold Plugin after API change in the LTO API (consti...
2016-08-22 Simon Atanasyan[mips][ias] Support .dtprel[d]word and .tprel[d]word...
2016-08-22 Mehdi Amini[LTO] Constify the Module Hook function (NFC)
2016-08-22 Krzysztof ParzyszekReset isUndef when removing subreg from a def operand
2016-08-22 Simon Pilgrim[X86] Only accept SM_SentinelUndef (-1) as an undefined...
2016-08-22 Artur PilipenkoRemove missing file from r279433 reversal
2016-08-22 Artur PilipenkoRevert -r278267 [ValueTracking] An improvement to IR...
2016-08-22 Artur PilipenkoRevert -r278269 [IndVarSimplify] Eliminate zext of...
2016-08-22 Balaram Makam[PM] Port LoopDataPrefetch AArch64 tests to new pass...
2016-08-22 Simon Pilgrim[X86][SSE] Avoid specifying unused arguments in SHUFPD...
2016-08-22 Hrvoje Varga[mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and...
2016-08-22 Davide Italiano[MC] Remove guard(s). NFCI.
2016-08-22 Simon Pilgrim[ThinLTO][X86] Fix windows build
2016-08-22 Craig Topper[X86] Create a new instruction format to handle 4VOp3...
2016-08-22 Craig Topper[X86] Create a new instruction format to handle MemOp4...
2016-08-22 Craig Topper[X86] Space out the encodings of X86 instruction format...
2016-08-22 Craig Topper[X86] Merge small helper function into the switch that...
2016-08-22 Craig Topper[X86] Explicitly list all X86 instruction forms in...
2016-08-22 Mehdi AminiAdd REQUIRES:X86 to test/tools/llvm-lto2/common.ll
2016-08-22 Mehdi Amini[LTO] Handles commons in monolithic LTO
2016-08-22 Mehdi Amini[LTO] Add a "CodeGenOnly" option. Allows the client...
2016-08-22 Vitaly Buka[asan] Use 1 byte aligned stores to poison shadow memory
2016-08-22 Craig Topper[X86] Merge hasVEX_i8ImmReg into the ImmFormat type...
next