llvm-6502/lib/Bytecode/Writer
Reid Spencer 293a55f9f0 Adding the initial implementation of the SlotTable class. This class is
the Abstract Data Type that holds slot number values and associates them
with Type* and Value*. The SlotTable is simply the holder of the slot
numbers and provides a controlled interface for building the table. It does
not enforce any particular idiom or functionality for manipulating the slot
numbers.

This is part of bug_122. The SlotCalculator and SlotMachine classes will
follow.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13764 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-25 18:44:51 +00:00
..
ConstantWriter.cpp Adjust to the changed StructType interface. In particular, getElementTypes() is gone. 2004-02-09 04:37:31 +00:00
InstructionWriter.cpp Implement support for a new LLVM 1.3 bytecode format, which uses uint's 2004-04-05 01:27:26 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
SlotCalculator.cpp Convert to SymbolTable's new iteration interface. 2004-05-25 08:53:40 +00:00
SlotCalculator.h Move SlotCalculator.h from include/llvm to include/llvm/Analysis 2004-01-20 19:50:12 +00:00
SlotTable.cpp Adding the initial implementation of the SlotTable class. This class is 2004-05-25 18:44:51 +00:00
SlotTable.h Adding the initial implementation of the SlotTable class. This class is 2004-05-25 18:44:51 +00:00
Writer.cpp Changed to use SymbolTable's new iteration interfaces. 2004-05-25 17:29:59 +00:00
WriterInternals.h SlotCalculator.h moved 2004-01-20 19:50:34 +00:00
WriterPrimitives.h Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it. 2004-01-15 06:11:30 +00:00