aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/DerivedTypes.h
AgeCommit message (Expand)Author
2002-09-11Convert index type for getelementptr instruction from uint to longChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-04-05* Delete getNumAbstractTypeUsers methodChris Lattner
2002-04-04Remove backwards compatibility codeChris Lattner
2002-03-29Add more accessorsChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-29Rename MethodType to FunctionType, provide a #defineChris Lattner
2002-03-26Allow clients to use FunctionType as well as MethodType for nowChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14PointerType and ArrayType now subclass Sequential type, which contains addres...Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-26Add new CompositeType shared baseclass of ArrayType and StructTypeChris Lattner
2001-11-03Fix major bugs in type resolutionChris Lattner
2001-10-13* Minor Formatting changes.Chris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-07* Add new DerivedType base class that goes between Type and the derived typesChris Lattner
2001-08-27Remove target specific code, move to TargetData.cpp fileChris Lattner
2001-07-25Add support for extern varargs methods & varargs method callsChris Lattner
2001-07-23Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner
2001-07-23Fix coding style issues to actually attempt to be somewhat uniformChris Lattner
2001-07-21Eliminate lots of unnecessary #includes and forward declsChris Lattner
2001-07-21Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner
2001-07-20Compute and cache information about the storage size and layoutVikram S. Adve
2001-07-20Add short forms of the get*Type methods.Chris Lattner
2001-06-06Initial revisionChris Lattner