summaryrefslogtreecommitdiff
path: root/llvm/test
AgeCommit message (Expand)Author
2018-10-02[AArch64][v8.5A] Add Memory Tagging instructionsOliver Stannard
2018-10-02[AArch64][v8.5A] Add Memory Tagging system registersOliver Stannard
2018-10-02[AArch64][v8.5A] Add MTE system instructionsOliver Stannard
2018-10-02[InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - ADavid Green
2018-10-02[X86] Standardize floating point assembly commentsSimon Pilgrim
2018-10-02[InstCombine] Tests for ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A. NFCDavid Green
2018-10-02AMDGPU: Expand atomicrmw nand in IRMatt Arsenault
2018-10-02[WebAssembly] Restore slashes in SIMD conversion namesThomas Lively
2018-10-02[AArch64][DAGCombiner]: change -stop-after=isel to instruction-selectFangrui Song
2018-10-01Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...Daniel Sanders
2018-10-01[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner
2018-10-01Recommit r343499 "[X86] Enable load folding in the test shrinking code"Craig Topper
2018-10-01Recommit r343498 "[X86] Improve test instruction shrinking when the sign flag...Craig Topper
2018-10-01[InstCombine] add inverse test for vector trunc canonical form; NFCSanjay Patel
2018-10-01[InstCombine] regenerate test checks; NFCSanjay Patel
2018-10-01[PowerPC] Folding XForm to DForm loads requires alignment for some DForm loads.Stefan Pintilie
2018-10-01Temporarily revert "[GVNHoist] Re-enable GVNHoist by default"Eric Christopher
2018-10-01[globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders
2018-10-01X86, AArch64, ARM: Do not attach debug location to spill/reload instructionsMatthias Braun
2018-10-01[X86] Add more test shrinking with truncate and sign bit usage tests. NFCCraig Topper
2018-10-01Revert r343499 and r343498. X86 test improvementsCraig Topper
2018-10-01[Hexagon] Remove incorrect pattern for swizKrzysztof Parzyszek
2018-10-01[PDB] Add support for dumping Typedef records.Zachary Turner
2018-10-01MIRParser: Check that instructions only reference DILocation metadataMatthias Braun
2018-10-01[WebAssembly] Fixed AsmParser not allowing instructions with /Wouter van Oortmerssen
2018-10-01[X86] Enable load folding in the test shrinking codeCraig Topper
2018-10-01[X86] Improve test instruction shrinking when the sign flag is used and the o...Craig Topper
2018-10-01[X86][Btver2] Fix BT(C|R|S)mr & BT(C|R|S)mi schedule latency + uop countsSimon Pilgrim
2018-10-01DAGCombiner: StoreMerging: Fix bad index calculating when adjusting mismatchi...Matthias Braun
2018-10-01[x86] add tests for 256- and 512-bit vector types for scalar-to-vector transf...Sanjay Patel
2018-10-01[InstCombine] Handle vector compares in foldGEPIcmp(), take 2Jesper Antonsson
2018-10-01[mips] Generate tests expectations using update_llc_test_checks. NFCSimon Atanasyan
2018-10-01[X86][Btver2] Fix BTmr schedule uop countsSimon Pilgrim
2018-10-01[InstCombine] try to convert vector insert+extract to trunc; 2nd trySanjay Patel
2018-10-01[InstCombine] add more insert-extract tests for D52439; NFCSanjay Patel
2018-10-01[X86][Btver2] Fix masked load scheduleSimon Pilgrim
2018-10-01Revert r343407 "[InstCombine] try to convert vector insert+extract to trunc"Hans Wennborg
2018-10-01[NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test for bots without zlib.Puyan Lotfi
2018-10-01[X86][BtVer2] Teach how to identify zero-idiom VPERM2F128rr instructions.Andrea Di Biagio
2018-10-01[llvm-objcopy] Adding support for decompressing zlib compressed dwarf sections.Puyan Lotfi
2018-10-01[X86][Sched] Update scheduling information for VZEROALL on HWS, BDW, SKX, SNB.Clement Courbet
2018-10-01[DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead copy instruction removal.Carlos Alberto Enciso
2018-10-01[CodeGen][NFC] Add tests for heterogeneous types in MergeConsecutiveStoresClement Courbet
2018-10-01[X86] Stop X86DomainReassignment from creating copies between GR8/GR16 physic...Craig Topper
2018-09-30[X86] Fix scheduler class for BTmi instructionsSimon Pilgrim
2018-09-30[LLVM-MCA][X86] Add missing VCMPESTR/VCMPESTR testsSimon Pilgrim
2018-09-30[PHIElimination] Lower a PHI node with only undef uses as IMPLICIT_DEFBjorn Pettersson
2018-09-30[PHIElimination] Update the regression test for PR16508Bjorn Pettersson
2018-09-30[LLVM-MCA][X86] Add some AVX512 testsSimon Pilgrim
2018-09-30[X86][Btver2] Fix PCmpIStrI/PCmpIStrM schedulesSimon Pilgrim