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