1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/AsmParser
Reid Spencer 1bb72cf36e Allow negative constants for unsigned integers and unsigned constants
greater than MAX_INT64 for signed integers. This is now valid and is just
waiting for the distinction between signed and unsigned to go away.

llvm-svn: 32716
2006-12-20 17:20:09 +00:00
..
.cvsignore Add new generated files. 2006-03-23 23:48:12 +00:00
Lexer.cpp.cvs Regenerate. 2006-12-03 06:59:29 +00:00
Lexer.l Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parser 2006-12-03 06:58:07 +00:00
Lexer.l.cvs Regenerate. 2006-12-03 06:59:29 +00:00
llvmAsmParser.cpp.cvs Hopefully these are the regenerated files 2006-12-08 18:07:09 +00:00
llvmAsmParser.h.cvs Hopefully these are the regenerated files 2006-12-08 18:07:09 +00:00
llvmAsmParser.y Allow negative constants for unsigned integers and unsigned constants 2006-12-20 17:20:09 +00:00
llvmAsmParser.y.cvs Hopefully these are the regenerated files 2006-12-08 18:07:09 +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 Remove backwards compatibility goop. Now implemented in llvm-upgrade. 2006-12-03 05:45:44 +00:00