aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm-tied.ll
AgeCommit message (Expand)Author
2012-08-31Don't enforce ordered inline asm operands.Jakob Stoklund Olesen
2012-02-10RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick
2011-11-12Switch a couple -O0 tests to RABasic.Jakob Stoklund Olesen
2010-07-02Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen
2010-05-27Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-16Assume an inline asm might be a call, so we getDale Johannesen
2009-06-24Fix support for inline asm input / output operand tying when operand spans ac...Evan Cheng