1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/AsmParser
Owen Anderson de03eb21c2 Add support for the new "target data" information in .ll files. This provides
a better encoding of the targets data layout, rather than trying to guess it
from the endianness and pointersize like before.

Update the generated files.

llvm-svn: 31031
2006-10-18 02:21:48 +00:00
..
.cvsignore Add new generated files. 2006-03-23 23:48:12 +00:00
Lexer.cpp.cvs Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:48 +00:00
Lexer.l Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:12 +00:00
Lexer.l.cvs Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:48 +00:00
llvmAsmParser.cpp.cvs Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:48 +00:00
llvmAsmParser.h.cvs Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:48 +00:00
llvmAsmParser.y Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:12 +00:00
llvmAsmParser.y.cvs Add support for the new "target data" information in .ll files. This provides 2006-10-18 02:21:48 +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 Eliminate ConstantBool::True and ConstantBool::False. Instead, provide 2006-09-28 23:35:22 +00:00