Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This file has been dead for a long time. Remove it. | Reid Spencer | 2007-01-28 | 1 | -191/+0 |
| | | | | llvm-svn: 33596 | ||||
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -13/+13 |
| | | | | | | * Convert tabs to spaces llvm-svn: 21418 | ||||
* | simplify and speed up some code | Chris Lattner | 2005-03-06 | 1 | -3/+0 |
| | | | | llvm-svn: 20472 | ||||
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -2/+2 |
| | | | | llvm-svn: 14201 | ||||
* | Make the constructor explicit so we can't implicitly convert bool to | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
| | | | | | | SlotTable. llvm-svn: 13766 | ||||
* | Adding the initial implementation of the SlotTable class. This class is | Reid Spencer | 2004-05-25 | 1 | -0/+194 |
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 |