summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-23
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-30
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.Jakob Stoklund Olesen2012-07-26
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-27
* More accurate estimate / tracking of register pressure.Evan Cheng2010-10-20
* Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng2010-10-19
* Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar2010-10-19
* - Add a hook for target to determine whether an instruction def isEvan Cheng2010-10-19
* fix the buildvector->insertp[sd] logic to not always create a redundantChris Lattner2010-08-28
* Re-enable the test with fix.Evan Cheng2010-07-14
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-14
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-14
* Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...Evan Cheng2010-03-26
* Make the NDEBUG assertion stronger and more clear what is Chris Lattner2010-03-25
* Make this test less trivial, to avoid spurious failures.Dan Gohman2010-01-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* MachineLICM CSE should match destination register classes; avoid hoisting imp...Evan Cheng2009-02-27