llvm-6502/lib
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
..
Analysis Recognize memalign and friends, and handle them specially. 2004-05-25 08:14:52 +00:00
Archive Use the true, decoded name of the archive member in getObjectType. 2004-03-31 19:51:00 +00:00
AsmParser Changed to use SymbolTable's new lookup interface. 2004-05-25 17:29:21 +00:00
Bytecode Adding the initial implementation of the SlotTable class. This class is 2004-05-25 18:44:51 +00:00
CodeGen Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. 2004-05-24 07:14:35 +00:00
Debugger "fix" a nasty race condition 2004-01-14 21:18:03 +00:00
ExecutionEngine Get rid of a wart: useless getFILE function is now a cast macro. 2004-05-25 08:46:15 +00:00
Linker Convert to SymbolTable's new lookup and iteration interfaces. 2004-05-25 08:52:20 +00:00
Support Adding the initial implementation of the SlotTable class. This class is 2004-05-25 18:44:51 +00:00
Target Convert to SymbolTable's new iteration interface. 2004-05-25 08:53:40 +00:00
Transforms Convert to SymbolTable's new iteration interface. 2004-05-25 08:53:40 +00:00
VMCore Document a couple functions. 2004-05-25 18:14:38 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00