1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01: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
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
Parser.cpp
ParserInternals.h Remove backwards compatibility goop. Now implemented in llvm-upgrade. 2006-12-03 05:45:44 +00:00