aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-blocks.ll
AgeCommit message (Expand)Author
2012-08-07Add a much more conservative strategy for aligning branch targets.Chandler Carruth
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2011-01-29Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng
2011-01-29Revert r124518. It broke Linux self-host.Evan Cheng
2011-01-29Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng
2011-01-28Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng
2011-01-28- Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng
2010-04-17Start function numbering at 0.Dan Gohman
2009-12-18Instruction fixes, added instructions, and AsmString changes in theSean Callanan
2009-11-11Add support for tail duplication to BranchFolding, and extendDan Gohman
2009-10-22Revert the main portion of r31856. It was causing BranchFoldingDan Gohman
2009-10-20Re-apply r84295, with fixes to how the loop "top" and "bottom" blocks areDan Gohman