aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+1
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-231-2/+2
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-1/+1
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-1/+1
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-301-3/+3
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-121-0/+57
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-081-56/+0
* Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.Jakob Stoklund Olesen2012-07-261-1/+1
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-021-1/+1
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-271-2/+2
* More accurate estimate / tracking of register pressure.Evan Cheng2010-10-201-1/+1
* Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng2010-10-191-1/+1
* Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar2010-10-191-1/+1
* - Add a hook for target to determine whether an instruction def isEvan Cheng2010-10-191-1/+1
* fix the buildvector->insertp[sd] logic to not always create a redundantChris Lattner2010-08-281-1/+1
* Re-enable the test with fix.Evan Cheng2010-07-141-3/+2
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-141-2/+3
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-141-1/+1
* Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...Evan Cheng2010-03-261-0/+9
* Make the NDEBUG assertion stronger and more clear what is Chris Lattner2010-03-251-1/+1
* Make this test less trivial, to avoid spurious failures.Dan Gohman2010-01-111-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* MachineLICM CSE should match destination register classes; avoid hoisting imp...Evan Cheng2009-02-271-0/+47