- Renamed Type::isIntegral() to Type::isInteger()
[oota-llvm.git] / lib / VMCore / Constants.cpp
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-26 Chris LattnerAdd support for turning an array of characters into...
2002-08-18 Chris Lattner- ConstantPointerRefs are now automatically removed...
2002-08-14 Chris LattnerRemove support for Not ConstantExpr. This simplifies...
2002-08-14 Chris LattnerReturn null on failure, instead of aborting.
2002-08-13 Chris Lattner- Rename ConstantGenericIntegral -> ConstantIntegral
2002-08-12 Chris Lattner - Added a new superclass of ConstantBool/ConstantInt...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-24 Chris Lattner*** empty log message ***
2002-07-18 Chris Lattner* ConstExpr::getelementptr now takes a vector of Consta...
2002-07-16 Anand Shuklaadded std:: to cerr and endl
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique using a
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-06-30 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris Lattner* Change Constant::getNullConstant to Constant::getNull...
2002-04-18 Chris LattnerMove asmwriter/getStrValue cruft into AsmWriter.cpp...
2002-04-16 Chris LattnerRemove unneccesary cast
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerRemove some gross code by using the VAlue::dump method...
2002-04-07 Chris LattnerFix Bug: test/Regression/Other/2002-04-07-InfConstant.ll
2002-04-07 Chris LattnerFix bug: test/Regression/Other/2002-04-07-HexFloatConst...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRename ConstPoolVals.cpp to Constants.cpp