llvm-6502/lib/MC/MCParser
Jim Grosbach 254cf03a45 Asm parser range checking on .<size> <value> directives.
For example, ".byte 256" would previously assert() when emitting an object
file. Now it generates a diagnostic that the literal value is out of range.

rdar://9686950


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134069 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-29 16:05:14 +00:00
..
AsmLexer.cpp Basic support for macros with explicit arguments. 2011-06-05 02:43:45 +00:00
AsmParser.cpp Asm parser range checking on .<size> <value> directives. 2011-06-29 16:05:14 +00:00
CMakeLists.txt MC-COFF: Add COFFAsmParser. Completes PR8343. 2010-10-09 11:01:07 +00:00
COFFAsmParser.cpp Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with 2011-05-25 21:43:45 +00:00
DarwinAsmParser.cpp Reapply 131644 including the missing header changes: 2011-05-19 18:00:13 +00:00
ELFAsmParser.cpp Restore r125595 (reverted in r126336) with modifications: 2011-02-24 21:59:22 +00:00
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmParserExtension.cpp Restore r125595 (reverted in r126336) with modifications: 2011-02-24 21:59:22 +00:00
TargetAsmParser.cpp