OSDN Git Service

IR: Move AtomicRMW string names into class
[android-x86/external-llvm.git] / test /
2018-10-02 Sanjay Patel[InstCombine] add icmp+logic tests with commuted ops...
2018-10-02 Reid KlecknerRelax dbg-declare-inalloca.ll test more
2018-10-02 Sam Clegg[WebAssembly] Stop generating helper functions in WebAs...
2018-10-02 Fangrui Song[CodeView] Try fixing DebugInfo/X86/dbg-declare-inalloca.ll
2018-10-02 Daniel Sanders[globalisel] Attempt to fix llvm-clang-x86_64-expensive...
2018-10-02 Aaron Smith [CodeView] Only add the Scoped flag for an enum type...
2018-10-02 Aaron Smith[CodeView] Emit function options for subprogram and...
2018-10-02 Matt MorehouseRevert "X86, AArch64, ARM: Do not attach debug location...
2018-10-02 Craig Topper[X86][Disassembler] Add bizarro versions of the MOVSXD...
2018-10-02 Reid Kleckner[codeview] Fix 32-bit x86 variable locations in realign...
2018-10-02 Simon Pilgrim[X86][Btver2] Fix BLENDV and AESDEC schedules
2018-10-02 Krzysztof Parzyszek[Hexagon] Fix extracting subvectors of non-HVX vNi1
2018-10-02 Sanjay Patel[InstCombine] add tests with undef elements; NFC
2018-10-02 Diogo N. Sampaio[ARM] Emmit data symbol for constant pool data
2018-10-02 Roman Lebedev[NFC][CodeGen][X86] fma.ll, lwp-intrinsics.ll: actually...
2018-10-02 Sanjay Patel[InstCombine] add more insert/extract vector tests...
2018-10-02 Roman Lebedev[NFC][CodeGen][X86] lwp-intrinsics.ll: fix check prefixes
2018-10-02 Roman Lebedev[NFC][CodeGen][X86] fma.ll: fix check prefixes for...
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add Memory Tagging instructions
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add Memory Tagging system registers
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add MTE system instructions
2018-10-02 David Green[InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A...
2018-10-02 Simon Pilgrim[X86] Standardize floating point assembly comments
2018-10-02 David Green[InstCombine] Tests for ~A - Min/Max(~A, O) -> Max...
2018-10-02 Matt ArsenaultAMDGPU: Expand atomicrmw nand in IR
2018-10-02 Thomas Lively[WebAssembly] Restore slashes in SIMD conversion names
2018-10-02 Fangrui Song[AArch64][DAGCombiner]: change -stop-after=isel to...
2018-10-01 Daniel SandersRevert: r343521 and r343541: [globalisel] Add a combine...
2018-10-01 Reid Kleckner[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOI...
2018-10-01 Craig TopperRecommit r343499 "[X86] Enable load folding in the...
2018-10-01 Craig TopperRecommit r343498 "[X86] Improve test instruction shrink...
2018-10-01 Sanjay Patel[InstCombine] add inverse test for vector trunc canonic...
2018-10-01 Sanjay Patel[InstCombine] regenerate test checks; NFC
2018-10-01 Stefan Pintilie[PowerPC] Folding XForm to DForm loads requires alignme...
2018-10-01 Eric ChristopherTemporarily revert "[GVNHoist] Re-enable GVNHoist by...
2018-10-01 Daniel Sanders[globalisel] Add a combiner helpers for extending loads...
2018-10-01 Matthias BraunX86, AArch64, ARM: Do not attach debug location to...
2018-10-01 Craig Topper[X86] Add more test shrinking with truncate and sign...
2018-10-01 Craig TopperRevert r343499 and r343498. X86 test improvements
2018-10-01 Krzysztof Parzyszek[Hexagon] Remove incorrect pattern for swiz
2018-10-01 Zachary Turner[PDB] Add support for dumping Typedef records.
2018-10-01 Matthias BraunMIRParser: Check that instructions only reference DILoc...
2018-10-01 Wouter van Oortmerssen[WebAssembly] Fixed AsmParser not allowing instructions...
2018-10-01 Craig Topper[X86] Enable load folding in the test shrinking code
2018-10-01 Craig Topper[X86] Improve test instruction shrinking when the sign...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix BT(C|R|S)mr & BT(C|R|S)mi schedule...
2018-10-01 Matthias BraunDAGCombiner: StoreMerging: Fix bad index calculating...
2018-10-01 Sanjay Patel[x86] add tests for 256- and 512-bit vector types for...
2018-10-01 Jesper Antonsson[InstCombine] Handle vector compares in foldGEPIcmp...
2018-10-01 Simon Atanasyan[mips] Generate tests expectations using update_llc_tes...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix BTmr schedule uop counts
2018-10-01 Sanjay Patel[InstCombine] try to convert vector insert+extract...
2018-10-01 Sanjay Patel[InstCombine] add more insert-extract tests for D52439...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix masked load schedule
2018-10-01 Hans WennborgRevert r343407 "[InstCombine] try to convert vector...
2018-10-01 Puyan Lotfi[NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test...
2018-10-01 Andrea Di Biagio[X86][BtVer2] Teach how to identify zero-idiom VPERM2F1...
2018-10-01 Puyan Lotfi[llvm-objcopy] Adding support for decompressing zlib...
2018-10-01 Clement Courbet[X86][Sched] Update scheduling information for VZEROALL...
2018-10-01 Carlos Alberto Enciso[DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead...
2018-10-01 Clement Courbet[CodeGen][NFC] Add tests for heterogeneous types in...
2018-10-01 Craig Topper[X86] Stop X86DomainReassignment from creating copies...
2018-09-30 Simon Pilgrim[X86] Fix scheduler class for BTmi instructions
2018-09-30 Simon Pilgrim[LLVM-MCA][X86] Add missing VCMPESTR/VCMPESTR tests
2018-09-30 Bjorn Pettersson[PHIElimination] Lower a PHI node with only undef uses...
2018-09-30 Bjorn Pettersson[PHIElimination] Update the regression test for PR16508
2018-09-30 Simon Pilgrim[LLVM-MCA][X86] Add some AVX512 tests
2018-09-30 Simon Pilgrim[X86][Btver2] Fix PCmpIStrI/PCmpIStrM schedules
2018-09-30 Zachary Turner[PDB] Add native support for dumping array types.
2018-09-30 Sanjay Patel[InstCombine] try to convert vector insert+extract...
2018-09-30 Sanjay Patel[InstCombine] allow lengthening of insertelement to...
2018-09-30 Roman Lebedev[NFC][CodeGen][X86][AArch64] Add 64-bit constant bit...
2018-09-30 Simon Pilgrim[X86] Regenerate MMX coalescing test
2018-09-30 Zachary Turner[PDB] Fix this test for real.
2018-09-30 Craig Topper[X86] Disable BMI BEXTR in X86DAGToDAGISel::matchBEXTRF...
2018-09-30 Zachary TurnerOnly dump the types we need in the test.
2018-09-30 Zachary TurnerFix some tests on Windows.
2018-09-29 Lang Hames[ORC] Add partitioning support to CompileOnDemandLayer2.
2018-09-29 Zachary Turner[PDB] Better native API support for pointers.
2018-09-29 David Bolvansky[DAGCombiner][NFC] Tests for X div/rem Y single bit...
2018-09-29 Simon Pilgrim[X86][AVX2] Cleanup shuffle combining tests - add commo...
2018-09-29 Simon Pilgrim[X86] SimplifyDemandedVectorEltsForTargetNode - remove...
2018-09-29 Craig Topper[X86] Add fast-isel test cases for unaligned load/store...
2018-09-29 Simon Pilgrim[X86] getTargetConstantBitsFromNode - add support for...
2018-09-29 Sanjay Patel[InstCombine] add test for vector widening of insertele...
2018-09-29 Simon Pilgrim[X86] Regenerate fma comments.
2018-09-29 Simon Pilgrim[X86] getTargetConstantBitsFromNode - add support for...
2018-09-29 Simon Pilgrim[X86][SSE] Fixed issue with v2i64 variable shifts on...
2018-09-28 Eli Friedman[ARM] Fix correctness checks in promoteToConstantPool.
2018-09-28 Eli Friedman[ARM] Use preferred alignment for constants in promoteT...
2018-09-28 Craig Topper[X86] Add test cases for failures to use narrow test...
2018-09-28 Evandro Menezes[AArch64] Split zero cycle feature more granularly
2018-09-28 Andrea Di Biagio[llvm-mca] Add a test for zero-idiom VPERM2F128rr. NFC
2018-09-28 Luke CheesemanRevert r343317
2018-09-28 Greg Bedwell[utils] Stricter checking from update_mca_test_checks.py
2018-09-28 Greg Bedwell[utils] Allow better identification of matching blocks...
2018-09-28 Robert Widmann[LLVM-C] Add more debug information accessors to Global...
2018-09-28 Sanjay Patel[InstCombine] don't propagate wider shufflevector argum...
2018-09-28 Sanjay Patel[InstCombine] adjust shuffle undef propagation tests...
2018-09-28 Aditya Nandakumar[GISel]: Remove an incorrect assert in CallLowering
next