aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Type::isIntOrIntVector, like Type::isFPOrFPVector.Dan Gohman2007-08-201-0/+11
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-9/+26
* This enum is deadChris Lattner2007-07-051-1/+0
* Minor comment cleanups.Dan Gohman2007-05-241-1/+1
* if functiontype is going to have a pointer to a paramattr object, it betterChris Lattner2007-05-041-2/+2
* Have compiler enforce this.Jeff Cohen2007-04-221-1/+0
* For PR1146:Reid Spencer2007-04-221-31/+13
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-201-12/+16
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-1/+0
* For PR1146:Reid Spencer2007-04-111-3/+3
* Remove a memory leak, until ParamAttrsList is uniqued.Reid Spencer2007-04-091-1/+5
* For PR1146:Reid Spencer2007-04-091-59/+0
* For PR1146:Reid Spencer2007-04-091-52/+106
* For PR1209:Reid Spencer2007-04-061-17/+63
* Add the NoUnwind function attribute.Reid Spencer2007-03-221-0/+2
* Reduce #includage by taking a method out of line.Reid Spencer2007-03-011-0/+4
* remove dead methodChris Lattner2007-02-201-9/+1
* For PR1195:Reid Spencer2007-02-151-1/+1
* For PR1195:Reid Spencer2007-02-151-1/+1
* For PR1195:Reid Spencer2007-02-151-31/+31
* Assert that elements of packed are pointer/float/opaque.Reid Spencer2007-02-101-0/+4
* Allow PackedType to be constructed with an abstract type.Reid Spencer2007-02-101-3/+1
* Fix clients like this:Chris Lattner2007-02-091-28/+15
* For PR411:Reid Spencer2007-02-051-1/+0
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-0/+4
* IntegerType is a sized DerivedType too.Reid Spencer2007-01-261-0/+3
* Remove dead methods in the ValTypes.Reid Spencer2007-01-191-31/+0
* For PR1043:Reid Spencer2007-01-191-1/+10
* Use a cheaper computation.Reid Spencer2007-01-181-1/+1
* Provide an isPowerOf2ByteWidth method for the IntegerType class. This willReid Spencer2007-01-181-0/+5
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-1/+1
* Fix a FIXME. 1 bit integer types are now printed as i1 not bool.Reid Spencer2007-01-131-4/+1
* Make sure the IntegerValType has enough space for 2^23 bits.Reid Spencer2007-01-131-1/+1
* For PR1064:Reid Spencer2007-01-121-52/+97
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-4/+4
* Parameter attributes are part of a FunctionType and deserve to be factoredReid Spencer2007-01-081-1/+6
* Change the syntax for parameter attributes:Reid Spencer2007-01-051-13/+13
* Fix a bug in getParamAttrs where an invalid value would be returned if theReid Spencer2006-12-311-3/+3
* For PR950:Reid Spencer2006-12-311-98/+90
* Packed StructuresAndrew Lenharth2006-12-081-9/+22
* For PR950:Reid Spencer2006-11-271-13/+21
* Removed iostream #includes. Replaced std::cerr with DOUT.Bill Wendling2006-11-171-24/+23
* Add isFPOrFPVector() method, which indicates if a type is either FP or aChris Lattner2006-10-261-0/+10
* For PR950:Reid Spencer2006-10-201-3/+3
* label* is not a valid type, add an assertion.Chris Lattner2006-10-151-0/+1
* Minor cleanupsChris Lattner2006-09-281-36/+24
* Now that ConstantBool::True/False are gone, we can modify Type.cpp toChris Lattner2006-09-281-91/+73
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* No Need to live in the past.Jim Laskey2006-07-261-3/+0
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-251-0/+19