summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-01[X86][SSE] Add PACKUS support to LowerTruncateSimon Pilgrim
2017-11-01[X86] Add custom code to EVEX to VEX pass to turn unmasked 128-bit VPALIGND/Q...Craig Topper
2017-11-01loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.Adrian Prantl
2017-11-01loop-rotate: eliminate duplicate debug intrinsics after splicing.Adrian Prantl
2017-11-01Include GUIDs from the same module when computing GUIDs that needs to be impo...Dehao Chen
2017-11-01[globalisel][tablegen] Add support for multi-insn emissionDaniel Sanders
2017-11-01[X86] Prevent fast isel from folding loads into the instructions listed in ha...Craig Topper
2017-11-01Adds code to PPC ISEL lowering to recognize half-word inserts from vector_shu...Graham Yiu
2017-11-01Revert r317105 to investigate bot breakage.Adrian Prantl
2017-11-01Revert r317106 to facilitate reverting r317105.Adrian Prantl
2017-11-01LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.Peter Collingbourne
2017-11-01[X86] Regnerate test to attempt to fix build bot failure.Craig Topper
2017-11-01loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.Adrian Prantl
2017-11-01loop-rotate: eliminate duplicate debug intrinsics after splicing.Adrian Prantl
2017-11-01[dsymutil][NFC} Rename thread related command line optionsJonas Devlieghere
2017-11-01[X86] Add 64-bit int to float/double conversion with AVX to X86FastISel::X86...Craig Topper
2017-11-01Update VCVTx, VMOVNTPx and VROUNDYPx instructions scheduling on btver2.Andrew V. Tischenko
2017-11-01Correct dwarf unwind information in function epilogue for X86Petar Jovanovic
2017-11-01Regenerate PACKUS/TRUNCS test (PR31773)Simon Pilgrim
2017-11-01[BranchProbabilityInfo] Handle irreducible loops.Geoff Berry
2017-11-01Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY"Roger Ferrer Ibanez
2017-11-01Revert rL311205 "[IRCE] Fix buggy behavior in Clamp"Max Kazantsev
2017-11-01[X86][SSE] Truncate with PACKSS any input with sufficient sign-bitsSimon Pilgrim
2017-11-01[CodeExtractor] Fix iterator invalidation in findOrCreateBlockForHoisting.Florian Hahn
2017-11-01Add test dependency on llvm-cfi-verify to fix up the build breakages on sanit...Mitch Phillips
2017-10-31Parse DWARF information to reduce false positives.Mitch Phillips
2017-10-31[codeview] Merge file checksum entries for DIFiles with the same absolute pathReid Kleckner
2017-10-31AMDGPU: Select s_buffer_load_dword with a non-constant SGPR offsetMarek Olsak
2017-10-31[SimplifyCFG] Regenerate some test cases using update_test_checks.py to prepa...Craig Topper
2017-10-31[X86][AVX512] Regenerate tests to remove retl/retq regexSimon Pilgrim
2017-10-31[X86][AVX512] Split AVX512F and AVX512BW bool-vector bitcast testsSimon Pilgrim
2017-10-31[X86][AsmParser] Treat '%' as the modulo operator under Intel syntaxReid Kleckner
2017-10-31LTOModule::isBitcodeFile() shouldn't assert when returning false.Nico Weber
2017-10-31[asan] Upgrade private linkage globals to internal linkage on COFFReid Kleckner
2017-10-31[test] Fix dsymutil/cmdline.testJonas Devlieghere
2017-10-31[Reassociate] Remove FIXME from looptest.ll (NFC)Florian Hahn
2017-10-31[dsymutil] Implement the --threads optionJonas Devlieghere
2017-10-31[InstCombine] Simplify selects that test cmpxchg instructionsMatthew Simpson
2017-10-31[LoopUnroll] Clean up remarks for unroll remainderDavid Green
2017-10-31[IRCE][NFC] Rename fields of InductiveRangeCheckMax Kazantsev
2017-10-31[X86] Make AVX512_512_SET0 XMM16-31 lower to 128-bit XOR when AVX512VL is ena...Craig Topper
2017-10-31[IndVarSimplify] Simplify code using preheader assumptionPhilip Reames
2017-10-31Reapply "[GVN] Prevent LoadPRE from hoisting across instructions that don't p...Max Kazantsev
2017-10-30[CGP] Fix crash on i96 bit multiplyPhilip Reames
2017-10-30InferAddressSpaces: Fix bug about replacing addrspacecastYaxun Liu
2017-10-30[X86] Add AVX512 support to fast isel's X86ChooseCmpOpcode.Craig Topper
2017-10-30[NewGVN] Stop assuming PHI args ordering when looking at phi-of-ops.Davide Italiano
2017-10-30Revert "[PowerPC] Try to simplify a Swap if it feeds a Splat"Stefan Pintilie
2017-10-30[SelectionDAG] Add VSELECT demanded elts support to computeKnownBits Simon Pilgrim
2017-10-30X86 Tests: Update the variable-index permute tests with FP types. NFC.Zvi Rackover