1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Bytecode/Writer
Chris Lattner 28154ea366 * Emit bytecode using a deque instead of a vector to be faster
* Internal rep no longer has a constant pool
* Support emission of recursive types
* Don't output a constant pool for an external method
* The bytecode writer is no longer a module analyzer

llvm-svn: 449
2001-09-07 16:39:41 +00:00
..
ConstantWriter.cpp * Emit bytecode using a deque instead of a vector to be faster 2001-09-07 16:39:41 +00:00
InstructionWriter.cpp * Emit bytecode using a deque instead of a vector to be faster 2001-09-07 16:39:41 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Writer.cpp * Emit bytecode using a deque instead of a vector to be faster 2001-09-07 16:39:41 +00:00
WriterInternals.h * Emit bytecode using a deque instead of a vector to be faster 2001-09-07 16:39:41 +00:00