aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tail-opts.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug which prevented tail merging of return instructions inDan Gohman2010-05-031-0/+23
* Start function numbering at 0.Dan Gohman2010-04-171-15/+15
* Fix tests.Evan Cheng2010-01-231-3/+3
* Delete useless trailing semicolons.Dan Gohman2010-01-051-1/+1
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-181-1/+1
* Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman2009-12-071-1/+1
* When optimizing for size, don't tail-merge unless it's likely to be aDan Gohman2009-11-131-0/+113
* Tail merge at any size when there are two potentials blocks and oneDan Gohman2009-11-121-0/+27
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-111-0/+268