llvm-mirror/lib/AsmParser
Reid Spencer 36f506df46 Implement arbitrary integer constants through the use of APInt values.
Positive, negative, and hexadecimal integer constants will now return an
APInt for values having > 64 bits of precision.

llvm-svn: 34715
2007-02-28 02:24:27 +00:00
..
.cvsignore Add new generated files. 2006-03-23 23:48:12 +00:00
Lexer.cpp.cvs For PR411: 2007-02-05 20:47:22 +00:00
Lexer.l Implement arbitrary integer constants through the use of APInt values. 2007-02-28 02:24:27 +00:00
Lexer.l.cvs Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
llvmAsmParser.cpp.cvs remove dead methods 2007-02-19 07:44:24 +00:00
llvmAsmParser.h.cvs remove dead methods 2007-02-19 07:44:24 +00:00
llvmAsmParser.y Implement support for aribrary precision integers by creating two new 2007-02-28 02:23:44 +00:00
llvmAsmParser.y.cvs remove dead methods 2007-02-19 07:44:24 +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 For PR645: 2007-01-26 08:04:51 +00:00