summaryrefslogtreecommitdiff
path: root/include/llvm/DerivedTypes.h
Commit message (Expand)AuthorAge
* For PR1146:Reid Spencer2007-04-22
* For PR1146:Reid Spencer2007-04-09
* For PR1209:Reid Spencer2007-04-06
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-23
* For PR1145:Reid Spencer2007-03-22
* add a getSignBit method, elimiante virtual method from getBitMask()Chris Lattner2007-03-04
* Reduce #includage by taking a method out of line.Reid Spencer2007-03-01
* Add an IntegerType::getMask() method to get an APInt mask for the type.Reid Spencer2007-03-01
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* For PR1043:Reid Spencer2007-01-19
* Provide an isPowerOf2ByteWidth method for the IntegerType class. This willReid Spencer2007-01-18
* inline isIntegral to make this method look like classof for all otherChris Lattner2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Change the syntax for parameter attributes:Reid Spencer2007-01-05
* remove the 'protected' workaround now that we don't care about gcc 2.95 anymore.Chris Lattner2007-01-04
* For PR950:Reid Spencer2006-12-31
* Make a variable private now that the conditions requiring it to beReid Spencer2006-12-29
* Packed StructuresAndrew Lenharth2006-12-08
* Add a method to get the bit width of a packed type.Reid Spencer2006-11-15
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-07
* Shrink derived types by 8 bytes each by not having to have 2 vtables pointersChris Lattner2005-11-13
* Refactor some code, moving methods and data around. This gets rid of someChris Lattner2005-11-13
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-15
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix VC++ compilation errorJeff Cohen2005-01-08
* Allow array types to have 64-bit size.Chris Lattner2005-01-08
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-15
* Remove unnecessary spaces in function signatureMisha Brukman2004-10-19
* Get friendly with TypeChris Lattner2004-10-07
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* This file uses the Value class without a forward declChris Lattner2004-07-08
* Remove all of the classof(const Value*) methods of the derived types sinceReid Spencer2004-07-04
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-17
* Convert dump() method to call Type::dump() instead of Value::dump().Reid Spencer2004-05-25
* Be more restrictive with the index types we allow for sequential typesChris Lattner2004-04-05
* Rearrange code to eliminate warningsChris Lattner2004-02-17
* Sprinkle liberally with comments, saute with doxygen until readable.Misha Brukman2004-02-10
* Now that all of the derived types have disciplined interfaces, we can eliminateChris Lattner2004-02-09
* Increase encapsulation of the StructType class, eliminating the getElementTyp...Chris Lattner2004-02-09
* Improve encapsulation in the FunctionType class, by adding param_(iterator/be...Chris Lattner2004-02-09
* Fix grammar.Misha Brukman2004-02-06
* Remove an obsolete method, including its _long_ out of date comment.Chris Lattner2004-01-09
* It is legal to index into sequential types with any integerChris Lattner2003-11-25
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Vector is my friend, do you like vector?Chris Lattner2003-10-15
* Make getContainedType more efficient by not returning null if out of range!Chris Lattner2003-10-09
* Minor cleanupsChris Lattner2003-10-03