summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/asm-block-labels.ll
AgeCommit message (Expand)Author
2014-10-16Delete -std-compile-opts.Rafael Espindola
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-11-05Make labels work in asm blocks; allow labels asDale Johannesen