summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tail-opts.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-30
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Fix a batch of x86 tests to be coalescer independent.Jakob Stoklund Olesen2011-05-04
* In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick2011-04-14
* Fix register-dependent X86 tests.Jakob Stoklund Olesen2011-04-05
* Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng2011-01-03
* Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen2010-09-30
* Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen2010-09-27
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-23
* Teach machine sink toEvan Cheng2010-09-17
* Fix a bug which prevented tail merging of return instructions inDan Gohman2010-05-03
* Start function numbering at 0.Dan Gohman2010-04-17
* Fix tests.Evan Cheng2010-01-23
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Instruction fixes, added instructions, and AsmString changes in theSean Callanan2009-12-18
* Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman2009-12-07
* When optimizing for size, don't tail-merge unless it's likely to be aDan Gohman2009-11-13
* Tail merge at any size when there are two potentials blocks and oneDan Gohman2009-11-12
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-11