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