| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 200615
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Requested by nbjoerg!
llvm-svn: 132716
|
|
|
|
|
|
| |
This fixed 8615.
llvm-svn: 122150
|
|
|
|
| |
llvm-svn: 117922
|
|
|
|
|
|
| |
Also fix 0b010 syntax to actually work while we're at it :-)
llvm-svn: 111876
|
|
|
|
|
|
|
|
| |
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-svn: 78641
|
|
|
|
| |
llvm-svn: 76257
|
|
|
|
| |
llvm-svn: 75039
|
|
- Includes some DG tests in test/MC/AsmParser, which are rather primitive since
we don't have a -verify mode yet.
llvm-svn: 74139
|