aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/loop-blocks.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-4/+4
* Add a much more conservative strategy for aligning branch targets.Chandler Carruth2012-08-071-3/+1
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-13/+21
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-291-5/+6
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-291-6/+5
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-291-5/+6
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-281-6/+5
* - Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng2011-01-281-5/+6
* Start function numbering at 0.Dan Gohman2010-04-171-22/+22
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-181-15/+15
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-111-5/+5
* Revert the main portion of r31856. It was causing BranchFoldingDan Gohman2009-10-221-6/+6
* Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman2009-10-201-0/+207