aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DerivedTypes.h
Commit message (Expand)AuthorAgeFilesLines
* * Delete getNumAbstractTypeUsers methodChris Lattner2002-04-051-17/+7
* Remove backwards compatibility codeChris Lattner2002-04-041-5/+0
* Add more accessorsChris Lattner2002-03-291-0/+8
* s/Method/FunctionChris Lattner2002-03-291-1/+1
* Rename MethodType to FunctionType, provide a #defineChris Lattner2002-03-291-11/+14
* Allow clients to use FunctionType as well as MethodType for nowChris Lattner2002-03-261-0/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+8
* PointerType and ArrayType now subclass Sequential type, which contains addres...Chris Lattner2001-12-141-70/+86
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Add new CompositeType shared baseclass of ArrayType and StructTypeChris Lattner2001-11-261-2/+61
* Fix major bugs in type resolutionChris Lattner2001-11-031-2/+6
* * Minor Formatting changes.Chris Lattner2001-10-131-5/+7
* Commit more code over to new cast styleChris Lattner2001-10-021-24/+24
* Add more support for new style castsChris Lattner2001-10-011-3/+48
* Add support for new style castsChris Lattner2001-10-011-0/+10
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+0
* * Add new DerivedType base class that goes between Type and the derived typesChris Lattner2001-09-071-29/+168
* Remove target specific code, move to TargetData.cpp fileChris Lattner2001-08-271-50/+1
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-1/+3
* Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner2001-07-231-2/+2
* Fix coding style issues to actually attempt to be somewhat uniformChris Lattner2001-07-231-48/+28
* Eliminate lots of unnecessary #includes and forward declsChris Lattner2001-07-211-4/+1
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-1/+1
* Compute and cache information about the storage size and layoutVikram S. Adve2001-07-201-3/+75
* Add short forms of the get*Type methods.Chris Lattner2001-07-201-0/+12
* Initial revisionChris Lattner2001-06-061-0/+120