OSDN Git Service

android-x86/external-llvm.git
2017-06-03 Stanislav Mekhanoshin[AMDGPU] V_DIV_FIXUP_F16 is not a commutable operation
2017-06-03 Alexey Bataev[SLP] Improve comments and naming of functions/variable...
2017-06-02 Quentin Colombet[SystemZ] Simplify test case. NFC
2017-06-02 Sanjay Patel[x86] fix over-specific triple; NFC
2017-06-02 Philip ReamesCanonicalize a test via utils/update_test_checks.py
2017-06-02 Sanjay Patel[x86] add tests for unsigned vector compares with known...
2017-06-02 Sanjay Patel[x86] simplify code for vector icmp pred transforms...
2017-06-02 Kostya Serebryany[sanitizer-coverage] refactor the code to make it easie...
2017-06-02 Alexey BataevRevert "[SLP] Improve comments and naming of functions...
2017-06-02 Quentin ColombetChange code formatting to look like the surrounding...
2017-06-02 Philip Reames[Statepoint] Be consistent about using deopt naming...
2017-06-02 Matthias BraunRegisterScavenging: Add ScavengerTest pass
2017-06-02 Matthias BraunInitializePasses: Sort initializer list (by ASCII)
2017-06-02 Quentin Colombet[RABasic] Properly update the LiveRegMatrix when LR...
2017-06-02 Quentin Colombet[RABasic] Properly initialize the pass
2017-06-02 Xinliang David LiFix debug build test failure
2017-06-02 Xinliang David Li[PartialInlining] Minor cost anaysis tuning
2017-06-02 David BlaikieFunctionAttrs: Skip it if the effective SCC (ignoring...
2017-06-02 Matthias BraunRegisterScavenging: Move scavenging logic from PEI...
2017-06-02 Zachary TurnerFix build error on gcc.
2017-06-02 Jun Bum Lim[InlineCost] Enable the new switch cost heuristic
2017-06-02 Alexey Bataev[SLP] Improve comments and naming of functions/variable...
2017-06-02 Ahmed Bougacha[X86] Correctly broadcast NaN-like integers as float...
2017-06-02 Zachary TurnerFix build error with clang and gcc.
2017-06-02 Zachary Turner[CodeView] Support CodeView subsections in any order.
2017-06-02 Petr Hosek[CMake][runtimes] Add install target for runtimes builtins
2017-06-02 Amaury SechetRegenerate expectation for wide-fma-contraction.ll...
2017-06-02 Keno Fischer[SROA] Fix crash due to bad bitcast
2017-06-02 Evgeniy Stepanov[CFI] Remove LinkerSubsectionsViaSymbols.
2017-06-02 David BlaikieBitcodeWriter: Removing unnecessary std::function in...
2017-06-02 Evgeniy StepanovSkip CFI for dead functions.
2017-06-02 Evgeniy StepanovMove summary dead stripping before regular LTO.
2017-06-02 Sanjay Patel[x86] fix formatting; NFCI
2017-06-02 Matt ArsenaultAMDGPU: Register AMDGPUAlwaysInline
2017-06-02 Reid KlecknerRe-land "COFF: migrate def parser from LLD to LLVM"
2017-06-02 Konstantin... AMDGPU: Make auto waitcnt before barrier a feature
2017-06-02 Sanjay Patel[TargetLowering] fix formatting; NFC
2017-06-02 Craig Topper[LazyValueInfo] Fix formatting NFC.
2017-06-02 David BlaikieTidy up a bit of r304516, use SmallVector::assign rathe...
2017-06-02 Philip ReamesVerify a couple more fields in STATEPOINT instructions
2017-06-02 Philip ReamesAdd placeholder for more extensive verification of...
2017-06-02 Craig Topper[LazyValueInfo] Make solveBlockValueBinaryOp take a...
2017-06-02 Sanjay Patel[InstCombine] fix icmp with not op and constant to...
2017-06-02 Reid KlecknerRevert "COFF: migrate def parser from LLD to LLVM"
2017-06-02 Craig Topper[LazyValueInfo] Fix typo in comment. NFC
2017-06-02 Craig Topper[InstSimplify][ConstantFolding] Teach constant folding...
2017-06-02 Sanjay Patel[InstCombine] improve perf by not creating a known...
2017-06-02 Amaury SechetUpdate select.ll expected results. NFC
2017-06-02 Sanjay Patel[InstCombine] fix/add tests for icmp with not ops; NFC
2017-06-02 Alexander TimofeevAMDGPUAnnotateUniformValue should always treat volatile...
2017-06-02 Geoff Berry[AArch64][Falkor] Model immediate forwarding.
2017-06-02 Mark Searles[AMDGPU] Turn on the new waitcnt insertion pass. Adjust...
2017-06-02 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2017-06-02 Krzysztof Parzyszek[Hexagon] Return 0 from getDotNewPredOp when .new opcod...
2017-06-02 Amaury SechetRegenerate sse3.ll test results. NFC
2017-06-02 Amaury SechetRegenerate and-sink.ll test results. NFC
2017-06-02 Amaury SechetRegenerate shrink-compare.ll test results. NFC
2017-06-02 Benjamin Kramer[OrderedBasicBlock] Return false for comesBefore(A, A)
2017-06-02 Alex Lorenz[lit][macOS] Add a utility function to find the platfor...
2017-06-02 Benjamin Kramer[X86] Don't fold into memory operands into insertps...
2017-06-02 John Brawn[GlobalMerge] Don't merge globals that may be preempted
2017-06-02 Diana Picus[ARM] GlobalISel: Support struct params/returns
2017-06-02 Amaury Sechetnits in TargetLowering.cpp . NFC
2017-06-02 Javed Absar[ARM] Cortex-A57 scheduling model for ARM backend ...
2017-06-02 Amaury SechetSpecify triple for xor-icmp.ll .
2017-06-02 Amaury SechetRegenerate expectations for xor-icmp.ll . NFC
2017-06-02 Max Kazantsev[SelectionDAG] Get rid of recursion in findNonImmUse
2017-06-02 Craig Topper[TableGen] Remove a couple unused methods from Record...
2017-06-02 Gor Nishanov[coroutines] PR33271: Remove stray coro.save intrinsics...
2017-06-02 Xinliang David Li[Profile] Enhance expect lowering to handle correlated...
2017-06-02 Teresa Johnson[ThinLTO] Efficiency improvement when writing module...
2017-06-02 Philip Reames[RS4GC] Comment clarification
2017-06-02 Jacob GravelleRevert r304117 - WebAssembly object format isn't ready...
2017-06-02 Sam Clegg[WebAssembly] MC: Fix references to undefined externals...
2017-06-01 Mandeep Singh... [PredicateInfo] Enable -reverse-iterate tests only...
2017-06-01 Davide Italiano[PM] GVNSink is off by default, fix an obvious typo.
2017-06-01 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-01 Zachary TurnerFix 2 more -Wreorder warnings.
2017-06-01 Tim Shen[ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change...
2017-06-01 Davide ItalianoMove GVNHoist to the right position in the new pass...
2017-06-01 Xinliang David LiFix compiler_rt buildbot failure
2017-06-01 Keno FischerReapply "[Cloning] Take another pass at properly clonin...
2017-06-01 Zachary TurnerFix -Wreorder warnings.
2017-06-01 Zachary Turner[CodeView] Properly align symbol records on read/write.
2017-06-01 Yaxun Liu[AMDGPU] Fix kernel arg segment size for amdgizcl
2017-06-01 Eli FriedmanAdd opt-bisect support for region passes.
2017-06-01 Craig Topper[InstSimplify][ConstantFolding] Add test demonstrating...
2017-06-01 Adrian PrantlDbgValueHistoryCalculator: Ignore call instructions...
2017-06-01 Teresa Johnson[PGO] Adjust indirect call promotion threshold
2017-06-01 Keno Fischer[llvm-config] Don't use PATH_MAX
2017-06-01 Keno Fischer[DIBuilder] Add a more fine-grained finalization method
2017-06-01 Evgeniy Stepanov(NFC) Track global summary liveness in GVFlags.
2017-06-01 Nirav Dave[SDAG] Fix CombineTo ordering in visitZERO_EXTEND and...
2017-06-01 Keno Fischer[llvm-config] Report --bindir based on LLVM_TOOLS_INSTA...
2017-06-01 David BlaikiePrefer static namespace-scoped variables over anon...
2017-06-01 Haicheng Wu[InlineCost] Add a test case for GEP cost
2017-06-01 Xinliang David Li[Profile] Fix builtin_expect lowering bug
2017-06-01 Xinliang David Li[PartialInlining] Emit branch info and profile data...
2017-06-01 Mandeep Singh... [PredicateInfo] Fix non-determinism in codegen uncovere...
2017-06-01 Adrian Prantl[DWARF] Introduce Dump Options
next