Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / ms-inline-asm.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-08-01 Reid KlecknerMS inline asm: Hide symbol to attempt to fix test failu...
2014-08-01 Reid KlecknerMS inline asm: Use memory constraints for functions...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-02-19 Chad Rosier[ms-inline asm] Force the use of a base pointer if...
2013-02-17 Benjamin KramerForce a cpu for test. It failed on atom due to differen...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-13 Chad Rosier[ms-inline asm] Fix up test case for non-Darwin platforms.
2013-02-13 Chad Rosier[ms-inline-asm] Add support for memory references that...
2013-01-10 NAKAMURA Takumillvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2012-10-29 Chad RosierRemove redundant test case from r166949, per Eli's...
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-24 Chad Rosier[ms-inline asm] Add back-end test case for r166632...
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-09-11 Chad Rosier[ms-inline asm] Split the parsing of IR asm strings...
2012-09-11 Chad RosierFormatting. No functional change intended.
2012-09-10 NAKAMURA Takumitest/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin...
2012-09-10 Chad Rosier[ms-inline asm] Properly emit the asm directives when...
2012-09-10 Chad RosierUpdate test case for Release builds.
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...