aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DerivedTypes.h
Commit message (Expand)AuthorAgeFilesLines
...
* inline isIntegral to make this method look like classof for all otherChris Lattner2007-01-121-1/+3
* For PR1064:Reid Spencer2007-01-121-0/+35
* Change the syntax for parameter attributes:Reid Spencer2007-01-051-4/+5
* remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.Chris Lattner2007-01-041-39/+0
* For PR950:Reid Spencer2006-12-311-5/+43
* Make a variable private now that the conditions requiring it to beReid Spencer2006-12-291-7/+0
* Packed StructuresAndrew Lenharth2006-12-081-2/+5
* Add a method to get the bit width of a packed type.Reid Spencer2006-11-151-0/+6
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-071-1/+0
* Shrink derived types by 8 bytes each by not having to have 2 vtables pointersChris Lattner2005-11-131-1/+1
* Refactor some code, moving methods and data around. This gets rid of someChris Lattner2005-11-131-30/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-17/+17
* Fix VC++ compilation errorJeff Cohen2005-01-081-0/+1
* Allow array types to have 64-bit size.Chris Lattner2005-01-081-4/+4
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-2/+2
* Remove unnecessary spaces in function signatureMisha Brukman2004-10-191-1/+1
* Get friendly with TypeChris Lattner2004-10-071-0/+1
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-8/+49
* This file uses the Value class without a forward declChris Lattner2004-07-081-0/+1
* Remove all of the classof(const Value*) methods of the derived types sinceReid Spencer2004-07-041-36/+2
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-14/+14
* Convert dump() method to call Type::dump() instead of Value::dump().Reid Spencer2004-05-251-1/+1
* Be more restrictive with the index types we allow for sequential typesChris Lattner2004-04-051-1/+10
* Rearrange code to eliminate warningsChris Lattner2004-02-171-69/+7
* Sprinkle liberally with comments, saute with doxygen until readable.Misha Brukman2004-02-101-61/+77
* Now that all of the derived types have disciplined interfaces, we can eliminateChris Lattner2004-02-091-64/+16
* Increase encapsulation of the StructType class, eliminating the getElementTyp...Chris Lattner2004-02-091-9/+15
* Improve encapsulation in the FunctionType class, by adding param_(iterator/be...Chris Lattner2004-02-091-4/+6
* Fix grammar.Misha Brukman2004-02-061-3/+2
* Remove an obsolete method, including its _long_ out of date comment.Chris Lattner2004-01-091-16/+0
* 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