summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm-fpstack.ll
AgeCommit message (Expand)AuthorFilesLines
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-3/+3
2014-08-01[X86] Simplify X87 stackifier pass.Akira Hatanaka1-0/+62
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-1/+1
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-1/+1
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-1/+1
2013-07-18Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin1-1/+1
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick1-1/+1
2011-08-08Don't clobber pending ST regs when FP regs are killed.Jakob Stoklund Olesen1-0/+11
2011-06-28Clean up the handling of the x87 fp stack to make it more robust.Jakob Stoklund Olesen1-0/+169
2011-06-27Move all inline-asm-fpstack tests to a single file.Jakob Stoklund Olesen1-3/+77
2010-07-10FileCheckize inline asm FP stack testsJakob Stoklund Olesen1-6/+51
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-1/+1
2008-03-11Implement basic support for the 'f' register class constraint. This basicallyChris Lattner1-0/+14
2008-03-09teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner1-0/+16
2008-03-09Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner1-0/+13