Use -Wl,-x instead of -s: it is more portable, and in particular,
[oota-llvm.git] / lib / VMCore / Type.cpp
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-07-24 Chris Lattner*** empty log message ***
2002-05-06 Chris LattnerImplement getPrimitiveSize()
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris LattnerTrivial simplification of code
2002-04-09 Chris Lattner*blush* somehow this debugging code got checked in...
2002-04-07 Chris Lattner* Make all of the refineAbstractType functions work...
2002-04-06 Chris Lattner* Reenable apparently neccesary code, that breaks testc...
2002-04-05 Chris Lattner* FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll
2002-04-05 Chris Lattner* Move DerivedType::addAbstractTypeUser from DerivedType.h
2002-04-05 Chris LattnerClean up debugging code
2002-04-05 Chris Lattner* Refactor loop in removeAbstractTypeUser to be more...
2002-04-04 Chris Lattner* Add debug support for PATypeHolder
2002-03-29 Chris Lattners/Method/Function
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