aboutsummaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/directive_ascii.s
AgeCommit message (Expand)Author
2010-10-28Add support for the .string directive.Rafael Espindola
2010-01-23teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner
2009-08-14llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar
2009-08-14llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar
2009-07-17llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar
2009-07-08convert to FileCheck style.Chris Lattner
2009-06-24Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar