Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For bug 122: | Reid Spencer | 2004-07-04 | 1 | -131/+197 |
| | | | | | | | | | | | Separate Types from Values because Type no longer inherits from Value. The changes for this are too numerous to list. In essence, any data structure that contained a Value was doubled so that Types could be contained similarly. New members include Types, TypeMap, CompactionTypes, and CompactionTypeMap. Functions taking a Value* were overloaded with a variant that takes a Type* that acts on the new data structures. llvm-svn: 14608 | ||||
* | Fix more warnings building with VC++ | Chris Lattner | 2004-06-25 | 1 | -1/+2 |
| | | | | llvm-svn: 14391 | ||||
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -7/+7 |
| | | | | llvm-svn: 14201 | ||||
* | Moved this file to lib/Bytecode/Writer because its used there only. | Reid Spencer | 2004-05-30 | 1 | -0/+786 |
llvm-svn: 13900 |