- Feb 26, 2013
-
-
Jim Grosbach authored
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
-
- Jun 07, 2011
-
-
Roman Divacky authored
Requested by nbjoerg! llvm-svn: 132716
-
- Dec 18, 2010
-
-
Roman Divacky authored
This fixed 8615. llvm-svn: 122150
-
- Nov 01, 2010
-
-
Rafael Espindola authored
llvm-svn: 117922
-
- Aug 24, 2010
-
-
rdar://7997827Chris Lattner authored
Also fix 0b010 syntax to actually work while we're at it :-) llvm-svn: 111876
-
- Sep 15, 2009
-
-
Kevin Enderby authored
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
-
- Aug 11, 2009
-
-
Daniel Dunbar authored
llvm-svn: 78641
-
- Jul 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 76257
-
- Jul 08, 2009
-
-
Chris Lattner authored
llvm-svn: 75039
-
- Jun 25, 2009
-
-
Daniel Dunbar authored
- Includes some DG tests in test/MC/AsmParser, which are rather primitive since we don't have a -verify mode yet. llvm-svn: 74139
-