summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ms-inline-asm.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-3/+3
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-3/+3
2014-08-01MS inline asm: Hide symbol to attempt to fix test failure on darwinReid Kleckner1-1/+1
2014-08-01MS inline asm: Use memory constraints for functions instead of registersReid Kleckner1-1/+10
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-12-10Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner1-8/+25
2013-12-10Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner1-25/+8
2013-12-10Fix miscompile of MS inline assembly with stack realignmentReid Kleckner1-8/+25
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-2/+2
2013-02-19[ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier1-2/+2
2013-02-17Force a cpu for test. It failed on atom due to different scheduling decisions.Benjamin Kramer1-1/+1
2013-02-16[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier1-2/+8
2013-02-13[ms-inline asm] Fix up test case for non-Darwin platforms.Chad Rosier1-1/+1
2013-02-13[ms-inline-asm] Add support for memory references that have non-immediateChad Rosier1-0/+23
2013-01-10llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...NAKAMURA Takumi1-2/+2
2013-01-10[ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier1-0/+18
2012-10-29Remove redundant test case from r166949, per Eli's suggestion.Chad Rosier1-107/+0
2012-10-29[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier1-0/+107
2012-10-24[ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier1-0/+23
2012-10-03[ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier1-0/+14
2012-09-11[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier1-0/+12
2012-09-11Formatting. No functional change intended.Chad Rosier1-1/+1
2012-09-10test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##Inlin...NAKAMURA Takumi1-2/+2
2012-09-10[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier1-2/+2
2012-09-10Update test case for Release builds.Chad Rosier1-1/+1
2012-09-10[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier1-0/+14