| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Put SlotTable.h inclusion back at front of list to be coding standards | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
| | | | | | | | compliant. Thanks, Chris. llvm-svn: 13771 | ||||
| * | Make some improvements suggested by Chris. | Reid Spencer | 2004-05-25 | 1 | -8/+9 |
| | | | | | llvm-svn: 13765 | ||||
| * | Adding the initial implementation of the SlotTable class. This class is | Reid Spencer | 2004-05-25 | 1 | -0/+115 |
| 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. llvm-svn: 13764 | |||||

