| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for the .string directive. | Rafael Espindola | 2010-10-28 | 1 | -0/+7 |
| | | | | | llvm-svn: 117592 | ||||
| * | teach MCAsmStreamer::EmitBytes to use .ascii and .asciz | Chris Lattner | 2010-01-23 | 1 | -17/+2 |
| | | | | | llvm-svn: 94259 | ||||
| * | llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. | Daniel Dunbar | 2009-08-14 | 1 | -1/+2 |
| | | | | | | | | - We now print all of 403.gcc cleanly (llvm-mc -> 'as' as diffed to 'as'), minus two 'rep;movsl' instructions (which I missed before). llvm-svn: 79031 | ||||
| * | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar | 2009-08-14 | 1 | -2/+26 |
| | | | | | llvm-svn: 79010 | ||||
| * | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar | 2009-07-17 | 1 | -2/+2 |
| | | | | | llvm-svn: 76257 | ||||
| * | convert to FileCheck style. | Chris Lattner | 2009-07-08 | 1 | -11/+10 |
| | | | | | llvm-svn: 75038 | ||||
| * | Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } | Daniel Dunbar | 2009-06-24 | 1 | -0/+25 |
| - Includes some DG tests in test/MC/AsmParser, which are rather primitive since we don't have a -verify mode yet. llvm-svn: 74139 | |||||

