Implementation of the new spiffy pass system
[oota-llvm.git] / lib / VMCore / Type.cpp
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-06 Chris LattnerDo not pessimize users of this function. Fix logic.
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement: isLosslesslyConvertableTo and new CompositeT...
2001-11-03 Chris LattnerRemove debugging info
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-11-02 Chris LattnerDramatically simplify recursive type processing. Fixed...
2001-10-30 Chris LattnerInitialize isRecursive. Found by Purify
2001-10-24 Chris LattnerTwo things:
2001-10-13 Chris Lattner* Fix a nefarious bugs: TypesEqual was wrong for vararg...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-10 Chris LattnerUse correct style casts
2001-09-09 Chris LattnerRename contype to subtype
2001-09-09 Chris LattnerClean up Type class by removing mutable ConstRules...
2001-09-07 Chris LattnerSupport a abstract, opaque, and recursive types
2001-08-28 Vikram S. Adve*** empty log message ***
2001-08-27 Chris LattnerRemove target specific stuff from Type classes
2001-07-28 Chris LattnerAllow vararg method types with 0 fixed types
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-21 Chris LattnerAdd new constructor for const pool bool
2001-07-21 Vikram S. AdveAdd isIntegral() method to SignedIntType and UnsignedIn...
2001-07-20 Vikram S. AdveCompute and cache information about the storage size...
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision