summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-constpool.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-29[X86] Add AVX512 support to X86FastISel::X86MaterializeFPCraig Topper
2017-10-28[X86] Add avx command lines to fast-isel-constpool.ll to improve coverage.Craig Topper
2017-10-28[X86] Use update_llc_test_checks.py to regenerate fast-isel-constpool.llCraig Topper
2014-08-19Reapply [FastISel][X86] Add large code model support for materializing floati...Juergen Ributzka
2014-08-14Revert several FastISel commits to track down a buildbot error.Juergen Ributzka
2014-08-13[FastISel][X86] Add large code model support for materializing floating-point...Juergen Ributzka
2013-04-10Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2010-04-17Start function numbering at 0.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-02Fix yet-another bug I introduced into fastisel, this time handlingChris Lattner