summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/directive_values.s
Commit message (Expand)AuthorAge
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-26
* Test that ".byte 1, 2, 3, 4" does the right thing.Roman Divacky2011-06-07
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-18
* Add support for .value.Rafael Espindola2010-11-01
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-24
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-15
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* Switch all the MC tests to use FileCheck.Chris Lattner2009-07-08
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-24