OSDN Git Service

android-x86/external-llvm.git
2018-02-27 Serguei Katkov[SCEV] Cleanup SCEVInitRewriter. NFC.
2018-02-27 Craig Topper[X86] Simplify if condition. NFC
2018-02-27 Adam NemetMake test agnostic to cost model
2018-02-27 Craig Topper[X86] Replace an impossible if condition with an assert.
2018-02-27 Evgeny StupachenkoFix r326154 buildbots test fail
2018-02-27 Evgeny StupachenkoFix PR36032, PR35432
2018-02-27 Craig Topper[SelectionDAG] Remove code from PromoteIntRes_CONCAT_VE...
2018-02-26 Sanjay Patel[InstCombine, InstSimplify] add tests with undef elemen...
2018-02-26 Evandro Menezes[AArch64] Harden test cases
2018-02-26 Aditya Nandakumar[GISel]: Don't assert when constraining RegisterOperand...
2018-02-26 Craig Topper[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl...
2018-02-26 Simon Pilgrim[X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets...
2018-02-26 Scott Linder[DebugInfo] Remove target-specific instructions in...
2018-02-26 Craig Topper[X86] Add constant folding to combineMOVMSK.
2018-02-26 Adam Nemet[opt-viewer] Kill parser processes before moving onto...
2018-02-26 Adam Nemetopt-diff: Support splitting to multiple output files
2018-02-26 Adam Nemet[opt-viewer] Set title for the source pages
2018-02-26 Adam Nemetopt-viewer: also find thinlto opt.yaml files
2018-02-26 Adam Nemetopt-viewer: output index first
2018-02-26 Craig Topper[X86] Add a custom legalization for (i16 (bitcast v16i1...
2018-02-26 Alexey Bataev[SLP] Added new test + fixed some checks, NFC.
2018-02-26 Craig Topper[InstCombine] Add test cases with vector constants...
2018-02-26 Craig Topper[InstCombine] Switch to using FileCheck instead of...
2018-02-26 David Zarzycki[ADT] Simplify and optimize StringSwitch
2018-02-26 Adam Nemet[LTO] Support filtering by hotness threshold
2018-02-26 Simon Pilgrim[X86][AVX] createPSADBW - support 256-bit cases on...
2018-02-26 Matt ArsenaultAMDGPU/GlobalISel: Make f64 constants legal
2018-02-26 Sanjay Patel[InstCombine] allow fdiv folds with less than fully...
2018-02-26 Simon Pilgrim[X86][AVX] Add AVX1 PSAD tests
2018-02-26 Ilya BiryukovRevert r326092: [gtest] Add PrintTo overload for StringRef.
2018-02-26 Francis Visoiu... [CodeGen] Don't omit any redundant information in ...
2018-02-26 Simon Pilgrim[X86][SSE] Regenerate PSAD tests
2018-02-26 Ilya Biryukov[gtest] Add PrintTo overload for StringRef.
2018-02-26 Jonas DevlieghereRe-land: "[Support] Replace HashString with djbHash."
2018-02-26 Tim Renouf[AMDGPU] Scratch setup fix on AMDPAL gfx9+ merge shader
2018-02-26 Tim Renouf[LiveIntervals] Handle moving up dead partial write
2018-02-26 David ZarzyckiTest commit
2018-02-26 Jonas DevlieghereRevert "[Support] Replace HashString with djbHash."
2018-02-26 Jonas Devlieghere[Support] Replace HashString with djbHash.
2018-02-26 Benjamin Kramer[WebAssembly] Relax constexpr for old standard libraries.
2018-02-26 Renato Golin[LV] Move isLegalMasked* functions from Legality to...
2018-02-26 Florian Hahn[LoopInterchange] Add test case for D43236.
2018-02-26 Florian Hahn[LoopInterchange] Loops with empty dependency matrix...
2018-02-26 Andrew V. TischenkoThe final step to close D41278 [MachineCombiner] Improv...
2018-02-26 Serguei Katkov[SCEV] Factor out getUsedLoops
2018-02-26 Serguei Katkov[SCEV] Introduce SCEVPostIncRewriter
2018-02-26 Jonas Paulsson[XCore] Return true in enableMultipleCopyHints().
2018-02-26 Craig Topper[X86] Add avx1 command line to madd.ll to show splittin...
2018-02-26 Serguei Katkov[SCEV] Extends the SCEVInitRewriter
2018-02-26 Craig Topper[X86] Don't use getZExtValue when we have no idea how...
2018-02-26 Craig Topper[X86] Use SelectionDAG::SplitVectorOperand to simplify...
2018-02-26 Craig Topper[X86] Simplify the ReplaceNodeResults code for X86ISD...
2018-02-26 Craig Topper[X86] Remove VT.isSimple() check from detectAVGPattern.
2018-02-25 Nicolai HaehnleTableGen: Remove VarInit::getFieldType
2018-02-25 Nicolai HaehnleTableGen: Get rid of Init::getFieldInit
2018-02-25 Nicolai HaehnleTableGen: Remove Init::resolveListElementReference
2018-02-25 Mandeep Singh... [DebugInfo] Stable sort symbols to remove non-determini...
2018-02-25 Craig Topper[InstSimplify] Add test cases for removal of vector...
2018-02-25 Craig Topper[InstSimplify] Remove unused parameter from test cases.
2018-02-25 Craig Topper[X86] Use SDNode instead of SDPatternOperator. NFC
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Craig Topper[X86] Add cvt tests to avx512vl-intrinsics-fast-isel.ll
2018-02-24 Craig Topper[X86] Allow int_x86_sse2_cvtps2dq and int_x86_avx_cvt_p...
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Adam NemetRevert "StructurizeCFG: Test for branch divergence...
2018-02-24 Scott Linder[DebugInfo] Fix buildbot failure on non-X86 targets
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i64 handling...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i32 handling...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - begun generalizing to...
2018-02-24 Simon PilgrimFix spelling in comment. NFCI.
2018-02-24 Jonas Paulsson[Sparc] Return true in enableMultipleCopyHints().
2018-02-24 Craig Topper[X86] Remove GCCBuiltin from some intrinsics that are...
2018-02-24 Craig Topper[X86] Use SelectionDAG::getNot instead of implementing...
2018-02-24 Stanislav Mekhanoshin[AMDGPU] Shrinking V_SUBBREV_U32
2018-02-24 Pavel LabathFix build breakage from r326003
2018-02-24 Alexander Shaposhnikov[llvm-objcopy] Fix typo in setSymTab
2018-02-24 Heejin Ahn[WebAssembly] Add exception handling option and feature
2018-02-24 Pavel LabathImplement equal_range for the DWARF v5 accelerator...
2018-02-24 George Burgess IV[MemorySSA] Remove a redundant dyn_cast.
2018-02-24 Craig Topper[X86] Remove checks for '(scalar_to_vector (i8 (trunc...
2018-02-23 Stanislav Mekhanoshin[AMDGPU] Fixed madak.ll test on VI, added GFX10. NFC.
2018-02-23 Yonghong Songbpf: New disassembler testcases for 32-bit subregister...
2018-02-23 Yonghong Songbpf: New codegen testcases for 32-bit subregister support
2018-02-23 Yonghong Songbpf: New optimization pass for eliminating unnecessary...
2018-02-23 Yonghong Songbpf: New decoder namespace for 32-bit subregister load...
2018-02-23 Yonghong Songbpf: Enable 32-bit subregister support for -mattr=...
2018-02-23 Yonghong Songbpf: Support 32-bit subregister in various InstrInfo...
2018-02-23 Yonghong Songbpf: New instruction patterns for 32-bit subregister...
2018-02-23 Yonghong Songbpf: Support i32 in getScalarShiftAmountTy method
2018-02-23 Yonghong Songbpf: Support condition comparison on i32
2018-02-23 Yonghong Songbpf: Handle i32 for ALU operations without ISA support
2018-02-23 Yonghong Songbpf: New calling convention for 32-bit subregisters
2018-02-23 Yonghong Songbpf: New target attribute "alu32" for 32-bit subregiste...
2018-02-23 Yonghong Songbpf: Define instruction patterns for extensions and...
2018-02-23 Yonghong Songbpf: Tighten the immediate predication for 32-bit alu...
2018-02-23 Yonghong Songbpf: Use markSuperRegs to mark reserved registers
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-23 Nemanja Ivanovic[PowerPC] Disable shrink-wrapping when getting PC addre...
2018-02-23 George Burgess IV[MemorySSA] Fix a cache invalidation bug with removed...
next