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