aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DerivedTypes.h
Commit message (Expand)AuthorAgeFilesLines
* It is legal to index into sequential types with any integerChris Lattner2003-11-251-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Vector is my friend, do you like vector?Chris Lattner2003-10-151-0/+1
* Make getContainedType more efficient by not returning null if out of range!Chris Lattner2003-10-091-4/+3
* Minor cleanupsChris Lattner2003-10-031-22/+14
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-031-46/+37
* Make the PATypeHolder use a simple union-find implementation to handleChris Lattner2003-10-021-4/+51
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-021-2/+13
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Get friendlyChris Lattner2003-09-051-2/+11
* Reshuffling of APIsChris Lattner2003-09-051-1/+44
* Remove methodChris Lattner2003-09-041-7/+0
* Other minor cleanups while I'm in the areaChris Lattner2003-09-011-10/+3
* Fix spell-oChris Lattner2003-09-011-1/+2
* The word `dependent' has no `a'.Misha Brukman2003-08-211-1/+1
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-6/+6
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-181-9/+8
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Convert index type for getelementptr instruction from uint to longChris Lattner2002-09-111-2/+2
* *** empty log message ***Chris Lattner2002-06-251-2/+2
* * 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