summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
Commit message (Expand)AuthorAge
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-08
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen2010-05-17
* Take allocation hints from copy instructions to/from physregs.Jakob Stoklund Olesen2010-05-13
* Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen2010-05-12
* Adjust register numbers in tests to compensate for theDale Johannesen2010-02-16
* Reapply 95050 with a tweak to check the register class.Dale Johannesen2010-02-03
* Test revert 95050; there's a good chance it's causingDale Johannesen2010-02-02
* Make local RA smarter about reusing input register of a copyDale Johannesen2010-02-02
* Do better with physical reg operands (typically, from inline asm)Dale Johannesen2009-12-16
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng2008-12-19
* Remove SelectionDag early allocation of registersDale Johannesen2008-09-24
* testcase for PR1357Chris Lattner2007-04-30