llvm/lib/Bytecode/Writer
Chris Lattner cee8f9ae67 Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant.

Move files and fix #includes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1400 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-27 00:03:19 +00:00
..
ConstantWriter.cpp Allow unresolved/opaque types to be read and written to bytecode files 2001-10-23 01:53:22 +00:00
InstructionWriter.cpp Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to be an endian problem that only shows up with type 0 instructions in LARGE programs. 2001-10-23 03:21:10 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
SlotCalculator.cpp Create a new #include "Support/..." directory structure to move things 2001-11-27 00:03:19 +00:00
SlotCalculator.h Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer 2001-09-07 16:27:05 +00:00
Writer.cpp Implement internal method support 2001-11-26 18:56:10 +00:00
WriterInternals.h * Emit bytecode using a deque instead of a vector to be faster 2001-09-07 16:39:41 +00:00