1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/AsmParser
Nate Begeman f299b9fb03 Add support alignment of allocation instructions.
Add support for specifying alignment and size of setjmp jmpbufs.

No targets currently do anything with this information, nor is it presrved
in the bytecode representation.  That's coming up next.

llvm-svn: 24196
2005-11-05 09:21:28 +00:00
..
.cvsignore Implement PR614: 2005-08-27 18:50:39 +00:00
Lexer.cpp Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
Lexer.l Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
llvmAsmParser.cpp Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
llvmAsmParser.h Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
llvmAsmParser.y Add support alignment of allocation instructions. 2005-11-05 09:21:28 +00:00
Makefile Implement PR614: 2005-08-27 18:50:39 +00:00
Parser.cpp Give the asmparser the ability to parse strings. Patch contributed by 2005-05-20 03:25:47 +00:00
ParserInternals.h Give the asmparser the ability to parse strings. Patch contributed by 2005-05-20 03:25:47 +00:00