llvm/lib/Bytecode/Writer
Chris Lattner e8fdde179d * 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@449 91177308-0d34-0410-b5e6-96231b3b80d8
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
SlotCalculator.cpp * Slot calc is now simpler and not based on module analyzer. 2001-09-07 16:31:52 +00:00
SlotCalculator.h Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer 2001-09-07 16:27:05 +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