OSDN Git Service

android-x86/external-llvm.git
2017-01-25 Artur PilipenkoFix buildbot failures introduced by 293036
2017-01-25 Artur Pilipenko[DAGCombiner] Match load by bytes idiom and fold it...
2017-01-25 Diana Picus[ARM] GlobalISel: Support i1 add and ABI extensions
2017-01-25 Diana Picus[ARM] GlobalISel: Support i8/i16 ABI extensions
2017-01-25 Serge PavlovDo not verify dominator tree if it has no roots
2017-01-25 Dean Michael... Implemented color coding and Vertex labels in XRay...
2017-01-25 Coby Tayree[X86]Enable the use of 'mov' with a 64bit GPR and a...
2017-01-25 Diana Picus[ARM] GlobalISel: Bail out on Thumb. NFC
2017-01-25 Matt ArsenaultAMDGPU: Check nsz instead of unsafe math
2017-01-25 Akira Hatanaka[SimplifyCFG] Do not sink and merge inline-asm instruct...
2017-01-25 Matt ArsenaultDAG: Recognize no-signed-zeros-fp-math attribute
2017-01-25 Justin BognerGlobalISel: Fix typo in error message
2017-01-25 NAKAMURA TakumiIgnore llvm/test/tools/llvm-symbolizer/coff-exports...
2017-01-25 Matt ArsenaultDAGCombiner: Allow negating ConstantFP after legalize
2017-01-25 Gerolf Hoflehner[InstCombine] Added regression test to narrow-swich.ll
2017-01-25 NAKAMURA TakumiRewind instantiations of OuterAnalysisManagerProxy...
2017-01-25 Matt ArsenaultAMDGPU: Implement early ifcvt target hooks.
2017-01-25 Peter Collingbournegold-plugin: Add the file path to the file open error...
2017-01-25 Ahmed BougachaTry to prevent build breakage by touching a CMakeLists...
2017-01-25 Chandler Carruth[PM] Teach LoopUnroll to update the LPM infrastructure...
2017-01-25 Ahmed Bougacha[GlobalISel] Generate selector for more integer binop...
2017-01-25 Ahmed Bougacha[GlobalISel] Rename TargetGlobalISel.td to GISel/Select...
2017-01-25 Greg ParkerReinstate "r292904 - [lit] Allow boolean expressions...
2017-01-25 Gor Nishanov[coroutines] Spill the result of the invoke instruction...
2017-01-25 Tom StellardAMDGPU add support for spilling to a user sgpr pointed...
2017-01-25 Eugene Zelenko[AArch64] Fix some Clang-tidy modernize and Include...
2017-01-25 Justin BognerGlobalISel: Use the correct types when translating...
2017-01-24 Kevin EnderbyFix llvm-objdump so it picks a good CPU based for Mach...
2017-01-24 Eugene Zelenko[XCore] Fix some Clang-tidy modernize and Include What...
2017-01-24 Matt ArsenaultAMDGPU: Remove spurious out branches after a kill
2017-01-24 Wei MiRevert rL292621. Caused some internal build bot failure...
2017-01-24 Eugene Zelenko[SystemZ] Fix some Clang-tidy modernize and Include...
2017-01-24 Matt ArsenaultEnable FeatureFlatForGlobal on Volcanic Islands
2017-01-24 Dehao ChenExplicitly promote indirect calls before sample profile...
2017-01-24 Saleem AbdulrasoolDemangle: correct demangling for CV-qualified functions
2017-01-24 Saleem AbdulrasoolDemangle: use named values for CV qualifiers
2017-01-24 Ivan KrasinRevert [AMDGPU][mc][tests][NFC] Add coverage/smoke...
2017-01-24 Daniel BerlinRemove the load hoisting code of MLSM, it is completely...
2017-01-24 Changpeng FangAMDGPU/SI: Give up in promote alloca when a pointer...
2017-01-24 Saleem AbdulrasoolDemangle: avoid butchering parameter type
2017-01-24 Chad Rosier[AArch64] Fix typo. NFC.
2017-01-24 Amaury SechetUse InstCombine's builder in foldSelectCttzCtlz instead...
2017-01-24 Stanislav Mekhanoshin[AMDGPU] Add VGPR copies post regalloc fix pass
2017-01-24 Evandro Menezes[AArch64] Rename 'no-quad-ldst-pairs' to 'slow-paired...
2017-01-24 Chris Bieneman[Lanai] Rename LanaiInstPrinter library to LanaiAsmPrinter
2017-01-24 Sanjay Patel[InstSimplify] try to eliminate icmp Pred (add nsw...
2017-01-24 Simon Pilgrim[X86][AVX2] Regenerate test.
2017-01-24 Reid Kleckner[CodeView] Fix off-by-one error in def range gap emission
2017-01-24 Simon Pilgrim[X86][AVX2] Removed FIXME comment and regenerated test.
2017-01-24 Simon Pilgrim[X86][AVX2] Cleaned up test triple and regenerated...
2017-01-24 Geoff Berry[SelectionDAG] Handle inverted conditions when splittin...
2017-01-24 Alex LorenzRevert "r292904 - [lit] Allow boolean expressions in...
2017-01-24 Simon Pilgrim[X86][AVX512] Remove unused argument from PMOVX tablege...
2017-01-24 Amaury SechetFix formating in foldSelectCttzCtlz. NFC
2017-01-24 Jonas PaulssonImprove comment for ISD::EXTRACT_VECTOR_ELT
2017-01-24 Chandler Carruth[PH] Replace uses of AssertingVH from members of analys...
2017-01-24 Chandler Carruth[PM] Introduce a PoisoningVH as a (more expensive)...
2017-01-24 Martin Bohme[X86][SSE] Add explicit braces to avoid -Wdangling...
2017-01-24 Artem Tamazov[AMDGPU][mc][tests][NFC] Add coverage/smoke tests for...
2017-01-24 Simon PilgrimFix unused variable warning
2017-01-24 Simon Pilgrim[X86][SSE] Add support for constant folding vector...
2017-01-24 Pavel LabathFix fs::set_current_path unit test
2017-01-24 Simon Pilgrim[X86][SSE] Add support for constant folding vector...
2017-01-24 Simon Pilgrim[InstCombine][X86] MULDQ/MULUDQ undef -> zero
2017-01-24 Pavel Labath[Support] Use O_CLOEXEC only when declared
2017-01-24 Alexey Bataev[SLP] Additional test for checking that instruction...
2017-01-24 Pavel Labath[Support] Add sys::fs::set_current_path() (aka chdir)
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-24 Greg ParkerRevert "[lit] Allow boolean expressions in REQUIRES...
2017-01-24 Alexey Bataev[SLP] Refactoring of HorizontalReduction class, NFC.
2017-01-24 Greg Parker[lit] Allow boolean expressions in REQUIRES and XFAIL...
2017-01-24 Serge PavlovUpdate domtree incrementally in loop peeling.
2017-01-24 Craig Topper[X86] Remove unnecessary peakThroughBitcasts call that...
2017-01-24 Wei DingAMDGPU : Add trap handler support.
2017-01-24 Craig Topper[AVX-512] Simplify multiclasses for integer logic opera...
2017-01-24 Lang Hames[Orc][RPC] Refactor ParallelCallGroup to decouple it...
2017-01-24 Serge PavlovMake VerifyDomInfo and VerifyLoopInfo global variables
2017-01-24 Jonas Paulsson[SystemZ] Gracefully fail in GeneralShuffle::add()...
2017-01-24 Chandler Carruth[PM] Further fixes to the test case in r292863.
2017-01-24 Lang Hames[Orc][RPC] Refactor some common remote-function-id...
2017-01-24 Dean Michael... Add test for default construction coverage of DenseSet...
2017-01-24 Craig Topper[X86] Don't split v8i32 all ones values if only AVX1...
2017-01-24 Dean Michael... Allow DenseSet::iterators to be conveted to and compare...
2017-01-24 Craig Topper[X86] Remove Undef handling from extractSubVector....
2017-01-24 Craig Topper[SelectionDAG] Teach getNode to simplify a couple easy...
2017-01-24 Craig Topper[APInt] Remove calls to clearUnusedBits from XorSlowCas...
2017-01-24 Davide Italiano[PM] Try to make all three compilers happy when it...
2017-01-24 Matthias BraunLiveIntervalAnalysis: Calculate liveness even if a...
2017-01-24 Matthias BraunPowerPC: Mark super regs of reserved regs reserved.
2017-01-24 Davide Italiano[LTO] Add test to show up we don't support ThinLTO...
2017-01-24 Davide Italiano[LTO] Teach lib/LTO about the new pass manager.
2017-01-24 Davide Italiano[PM] Flesh out the new pass manager LTO pipeline.
2017-01-24 Kostya Serebryany[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guar...
2017-01-24 Tim Shen[APFloat] Add PPCDoubleDouble multiplication
2017-01-24 Derek Schuff[WebAssembly] Update LibFunc::Func -> LibFunc
2017-01-23 Matt ArsenaultSimplifyLibCalls: Replace more unary libcalls with...
2017-01-23 Michael Kuperstein[LoopUnroll] First form LCSSA, then loop-simplify
2017-01-23 Eugene Zelenko[AMDGPU] Fix obsolete comments, spotted by Malcolm...
2017-01-23 Dehao ChenMakes promoteIndirectCall an external function.
2017-01-23 David L. Jones[Analysis] Add LibFunc_ prefix to enums in TargetLibrar...
next