summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
AgeCommit message (Expand)Author
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2012-06-08Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-05-17Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen
2010-05-13Take allocation hints from copy instructions to/from physregs.Jakob Stoklund Olesen
2010-05-12Enable a bunch more -regalloc=fast testsJakob Stoklund Olesen
2010-02-16Adjust register numbers in tests to compensate for theDale Johannesen
2010-02-03Reapply 95050 with a tweak to check the register class.Dale Johannesen
2010-02-02Test revert 95050; there's a good chance it's causingDale Johannesen
2010-02-02Make local RA smarter about reusing input register of a copyDale Johannesen
2009-12-16Do better with physical reg operands (typically, from inline asm)Dale Johannesen
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-12-19Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng
2008-09-24Remove SelectionDag early allocation of registersDale Johannesen
2007-04-30testcase for PR1357Chris Lattner