summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/directive_values.s
Commit message (Collapse)AuthorAgeFilesLines
* MC: Fix .octa output for APInts with BitWidth > 128David Woodhouse2014-02-011-3/+3
| | | | llvm-svn: 200615
* MC: Add support for .octaDavid Woodhouse2014-02-011-0/+12
| | | | | | | | | | This is a minimal implementation which accepts only constants rather than full expressions, but that should be perfectly sufficient for all known users for now. Patch from PaX Team <pageexec@freemail.hu> llvm-svn: 200614
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-261-0/+6
| | | | | | | | | | For integer constants, allow 'L', 'UL' as well as 'ULL' and 'LL'. This provides better support for shared headers between .s and .c files that define bunches of constant values. rdar://9321056 llvm-svn: 176118
* Test that ".byte 1, 2, 3, 4" does the right thing.Roman Divacky2011-06-071-0/+7
| | | | | | Requested by nbjoerg! llvm-svn: 132716
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-181-0/+16
| | | | | | This fixed 8615. llvm-svn: 122150
* Add support for .value.Rafael Espindola2010-11-011-0/+4
| | | | llvm-svn: 117922
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-241-0/+17
| | | | | | Also fix 0b010 syntax to actually work while we're at it :-) llvm-svn: 111876
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-151-5/+0
| | | | | | | | parses the .word directive as 4 bytes and ARMAsmParser::ParseInstruction will give an error is called. Broke out the test of the .word directive into two different test cases, one for x86 and one for arm. llvm-svn: 81817
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-111-0/+5
| | | | llvm-svn: 78641
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-171-1/+1
| | | | llvm-svn: 76257
* Switch all the MC tests to use FileCheck.Chris Lattner2009-07-081-9/+9
| | | | llvm-svn: 75039
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-241-0/+21
- Includes some DG tests in test/MC/AsmParser, which are rather primitive since we don't have a -verify mode yet. llvm-svn: 74139
OpenPOWER on IntegriCloud