aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Type.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-24/+16
* *** empty log message ***Chris Lattner2002-07-241-4/+4
* Implement getPrimitiveSize()Chris Lattner2002-05-061-2/+14
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-0/+1
* Trivial simplification of codeChris Lattner2002-04-271-2/+1
* *blush* somehow this debugging code got checked in...Chris Lattner2002-04-091-3/+0
* * Make all of the refineAbstractType functions work identicallyChris Lattner2002-04-071-68/+68
* * Reenable apparently neccesary code, that breaks testcases when enabled,Chris Lattner2002-04-061-1/+7
* * FIX: test/Regression/Assembler/2002-02-19-TypeParsing.llChris Lattner2002-04-051-3/+4
* * Move DerivedType::addAbstractTypeUser from DerivedType.hChris Lattner2002-04-051-28/+48
* Clean up debugging codeChris Lattner2002-04-051-4/+4
* * Refactor loop in removeAbstractTypeUser to be more clearChris Lattner2002-04-051-18/+35
* * Add debug support for PATypeHolderChris Lattner2002-04-041-6/+15
* s/Method/FunctionChris Lattner2002-03-291-30/+31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-0/+8
* Remove unsized array supportChris Lattner2001-12-141-19/+18
* Do not pessimize users of this function. Fix logic.Chris Lattner2001-12-061-2/+2
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-4/+4
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Implement: isLosslesslyConvertableTo and new CompositeType base classChris Lattner2001-11-261-2/+53
* Remove debugging infoChris Lattner2001-11-031-10/+0
* Fix major bugs in type resolutionChris Lattner2001-11-031-12/+101
* Dramatically simplify recursive type processing. Fixed a few bugs, a few sti...Chris Lattner2001-11-021-108/+47
* Initialize isRecursive. Found by PurifyChris Lattner2001-10-301-1/+1
* Two things:Chris Lattner2001-10-241-1/+3
* * Fix a nefarious bugs: TypesEqual was wrong for varargs methodsChris Lattner2001-10-131-16/+29
* Commit more code over to new cast styleChris Lattner2001-10-021-7/+7
* Use correct style castsChris Lattner2001-09-101-14/+14
* Rename contype to subtypeChris Lattner2001-09-091-2/+2
* Clean up Type class by removing mutable ConstRules member and use annotations...Chris Lattner2001-09-091-1/+0
* Support a abstract, opaque, and recursive typesChris Lattner2001-09-071-187/+756
* *** empty log message ***Vikram S. Adve2001-08-281-0/+44
* Remove target specific stuff from Type classesChris Lattner2001-08-271-5/+1
* Allow vararg method types with 0 fixed typesChris Lattner2001-07-281-1/+4
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-10/+16
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Add new constructor for const pool boolChris Lattner2001-07-211-4/+8
* Add isIntegral() method to SignedIntType and UnsignedIntType.Vikram S. Adve2001-07-211-0/+6
* Compute and cache information about the storage size and layoutVikram S. Adve2001-07-201-1/+5
* Implementation of Store & GetElementPtrChris Lattner2001-07-081-0/+2
* Miscellaneous cleanups:Chris Lattner2001-06-271-8/+8
* Initial revisionChris Lattner2001-06-061-0/+308