summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/SlotCalculator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For bug 122:Reid Spencer2004-07-041-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 Lattner2004-06-251-1/+2
| | | | llvm-svn: 14391
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-7/+7
| | | | llvm-svn: 14201
* Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer2004-05-301-0/+786
llvm-svn: 13900
OpenPOWER on IntegriCloud