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