OSDN Git Service

android-x86/external-llvm.git
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...
2016-08-22 Craig Topper[X86] Remove ignoreVEX_L from TSFlags. Only the disasse...
2016-08-22 NAKAMURA TakumiReformat.
2016-08-22 NAKAMURA TakumiUntabify.
2016-08-21 Simon Pilgrim[CostModel][X86] Removed shift tests
2016-08-21 Simon Pilgrim[CostModel][X86] Added costs for vXi16 and vXi8 vectors...
2016-08-21 Simon Pilgrim[CostModel][X86] Replaced SSSE3 with SSE2 costs to...
2016-08-21 Simon Pilgrim[CostModel][X86] Added fsqrt and fma costs
2016-08-21 Simon Pilgrim[CostModel][X86] Split off float arithmetic cost tests
2016-08-21 Sanjay Patel[InstCombine] use m_APInt to allow icmp (shl X, Y)...
2016-08-21 Sanjay Patelremove FIXME comment; fixed by previous commit
2016-08-21 Sanjay Patel[InstCombine] use m_APInt to allow icmp (shl X, Y)...
2016-08-21 Sanjay Patel[InstCombine] use m_APInt to allow icmp (shl X, Y)...
2016-08-21 Simon Pilgrim[X86][AVX] Dropped combineShuffle256 - this can now...
2016-08-21 Sanjay Patel[InstCombine] use APInt instead of ConstantInt in isSig...
2016-08-21 Guy Blank[AVX512][FastISel] Do not use K registers in TEST instr...
2016-08-21 Duncan P. N... ARM: Avoid dereferencing end() in ARMFrameLowering...
2016-08-20 Todd FialaFix broken macOS LLDB Xcode build from r279314
2016-08-20 Simon Pilgrim[X86][SSE] Regenerate 32-bit buildvector test
2016-08-20 Simon Pilgrim[X86][SSE] Regenerate subvector extraction widening...
2016-08-20 Simon Pilgrim[X86] Regenerate fp truncate tests
2016-08-20 Simon PilgrimRegenerate test
2016-08-20 Simon PilgrimRegenerate test
2016-08-20 Simon Pilgrim[X86][XOP] Tweak vpermil2pd test to stop it being combi...
2016-08-20 Vitaly Buka[asan] Minimize code size by using __asan_set_shadow_...
2016-08-20 Simon PilgrimUse SDValue::getOpcode() helper instead of via SDValue...
2016-08-20 Vitaly Buka[asan] Initialize __asan_set_shadow_* callbacks
2016-08-20 Vitaly Buka[asan] Optimize store size in FunctionStackPoisoner...
2016-08-20 Vitaly Buka[asan] Cleanup instrumentation of dynamic allocas
2016-08-20 Simon Pilgrim[X86][SSE] Added vector interleave test (PR21281)
2016-08-20 Vitaly Buka[asan] Add support of lifetime poisoning into ComputeAS...
2016-08-20 Duncan P. N... Move unittests/Support/IteratorTest.cpp to unittests...
2016-08-20 Matthew SimpsonReapply "[SLP] Initialize VectorizedValue when gathering"
2016-08-20 Matthew Simpson[SLP] Add command line option for minimum tree size...
2016-08-20 Vitaly BukaRevert "[SLP] Initialize VectorizedValue when gathering...
2016-08-20 Chandler Carruth[CMake/ASan] Skip using libedit if ASan is enabled...
2016-08-20 Xinliang David Li[Profile] add test with large counts
2016-08-20 Chandler Carruth[PM] Introduce an abstraction for all the analyses...
2016-08-20 Teresa Johnson[gold/ThinLTO] Restore ThinLTO file management in gold...
2016-08-20 Teresa Johnson[gold] Fix new gold test to specify emulation mode
2016-08-19 Mehdi Amini[LTO] Add the ability to test -thinlto-emit-imports...
2016-08-19 Matthias BraunMachineFunction: Add llvm_unreachable for missing prope...
2016-08-19 Krzysztof ParzyszekReset "undef" flag when coalescing subregister into...
2016-08-19 Tim NorthoverGlobalISel: support legalization of G_FCONSTANTs
2016-08-19 Tim NorthoverGlobalISel: teach legalizer how to handle integer const...
2016-08-19 Sanjay Patel[InstCombine] use m_APInt to allow icmp (shl X, Y)...
2016-08-19 Matthias BraunMachineFunction: Cleanup/simplify MachineFunctionProper...
2016-08-19 Matthias BraunMachineFunction: Make LastProperty an alias of the...
2016-08-19 Daniel BerlinPartially revert 279331, as we modify this instruction...
2016-08-19 Vitaly BukaRevert "[asan] Add support of lifetime poisoning into...
2016-08-19 Daniel BerlinConvert some depth first traversals to depth_first
2016-08-19 Tim Shen[CallGraph] Use decltype instead of pointer_to_unary_fu...
next