llvm-6502/lib/AsmParser
Reid Spencer b78b908d4a Implement signedness caching for values, value lists, constants and
constant lists. This is just an internal change to the parser in
preparation for some backwards compatibility code that is to follow.
This will allow things like "uint 4000000000" to retain the unsignedness
of the integer constant as the value moves through the parser. In the
future, all integer types will be signless but parsing "uint" and friends
will be retained for backwards compatibility.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31964 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-28 07:28:14 +00:00
..
.cvsignore
Lexer.cpp.cvs For PR950: 2006-11-27 01:05:10 +00:00
Lexer.l Implement signedness caching for values, value lists, constants and 2006-11-28 07:28:14 +00:00
Lexer.l.cvs For PR950: 2006-11-27 01:05:10 +00:00
llvmAsmParser.cpp.cvs For PR950: 2006-11-27 01:05:10 +00:00
llvmAsmParser.h.cvs For PR950: 2006-11-27 01:05:10 +00:00
llvmAsmParser.y Implement signedness caching for values, value lists, constants and 2006-11-28 07:28:14 +00:00
llvmAsmParser.y.cvs For PR950: 2006-11-27 01:05:10 +00:00
Makefile For PR797: 2006-08-18 09:30:03 +00:00
Parser.cpp For PR797: 2006-08-18 08:43:06 +00:00
ParserInternals.h Implement signedness caching for values, value lists, constants and 2006-11-28 07:28:14 +00:00