summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-reuse.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* misched: tag a few XFAILs that I plan to fixAndrew Trick2012-03-21
* Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher2011-03-08
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-30
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-27
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-23
* Teach machine sink toEvan Cheng2010-09-17
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* Make IVUsers iterative instead of recursive.Dan Gohman2010-08-29
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-17
* Teach two-address lowering how to unfold a load to open up commutingDan Gohman2010-06-21
* Include the use kind along with the expression in the key of theDan Gohman2010-06-19
* Start function numbering at 0.Dan Gohman2010-04-17
* Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng2010-03-18
* When determining the set of interesting reuse factors, considerDan Gohman2010-02-19
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21