summaryrefslogtreecommitdiff
path: root/lib/VMCore/Type.cpp
Commit message (Expand)AuthorAge
* Have compiler enforce this.Jeff Cohen2007-04-22
* For PR1146:Reid Spencer2007-04-22
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-20
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* For PR1146:Reid Spencer2007-04-11
* Remove a memory leak, until ParamAttrsList is uniqued.Reid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* For PR1209:Reid Spencer2007-04-06
* Add the NoUnwind function attribute.Reid Spencer2007-03-22
* Reduce #includage by taking a method out of line.Reid Spencer2007-03-01
* remove dead methodChris Lattner2007-02-20
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* Assert that elements of packed are pointer/float/opaque.Reid Spencer2007-02-10
* Allow PackedType to be constructed with an abstract type.Reid Spencer2007-02-10
* Fix clients like this:Chris Lattner2007-02-09
* For PR411:Reid Spencer2007-02-05
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* IntegerType is a sized DerivedType too.Reid Spencer2007-01-26
* Remove dead methods in the ValTypes.Reid Spencer2007-01-19
* For PR1043:Reid Spencer2007-01-19
* Use a cheaper computation.Reid Spencer2007-01-18
* Provide an isPowerOf2ByteWidth method for the IntegerType class. This willReid Spencer2007-01-18
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Fix a FIXME. 1 bit integer types are now printed as i1 not bool.Reid Spencer2007-01-13
* Make sure the IntegerValType has enough space for 2^23 bits.Reid Spencer2007-01-13
* For PR1064:Reid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* Parameter attributes are part of a FunctionType and deserve to be factoredReid Spencer2007-01-08
* Change the syntax for parameter attributes:Reid Spencer2007-01-05
* Fix a bug in getParamAttrs where an invalid value would be returned if theReid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* Packed StructuresAndrew Lenharth2006-12-08
* For PR950:Reid Spencer2006-11-27
* Removed iostream #includes. Replaced std::cerr with DOUT.Bill Wendling2006-11-17
* Add isFPOrFPVector() method, which indicates if a type is either FP or aChris Lattner2006-10-26
* For PR950:Reid Spencer2006-10-20
* label* is not a valid type, add an assertion.Chris Lattner2006-10-15
* Minor cleanupsChris Lattner2006-09-28
* Now that ConstantBool::True/False are gone, we can modify Type.cpp toChris Lattner2006-09-28
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* No Need to live in the past.Jim Laskey2006-07-26
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-25
* Use hidden visibility to reduce the sizes of some .o files. This chops 60K o...Chris Lattner2006-06-28
* Fix grammar in a comment.Reid Spencer2006-05-29
* Remove a hack required by V9.Chris Lattner2006-04-21
* vector casts never reinterpret bitsChris Lattner2006-04-02
* * Fix DerivedType::dropAllTypeUses to not change the number of types in aChris Lattner2005-11-16