Adjust to the changed StructType interface. In particular, getElementTypes() is...
[oota-llvm.git] / lib / VMCore / Constants.cpp
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-01 Chris LattnerSecond half of a fix for PR218 & test/Regression/Assemb...
2004-01-23 Chris LattnerFix a problem brian ran into with the bytecode reader...
2004-01-14 Chris LattnerFix bug in previous checkin: Demorgan would be ashamed...
2004-01-14 Chris LattnerImplement ConstantArray::isString
2004-01-12 Chris LattnerRename ConstantHandling.* -> ConstantFolding.*
2004-01-12 Chris LattnerMove ConstantHandling.h into lib/VMCore and out of...
2004-01-12 Chris LattnerEliminate ConstantFoldShiftInstruction reference
2004-01-12 Chris LattnerFix out of date comment, remove use of ConstantExpr...
2004-01-12 Chris LattnerMake ConstantExpr::get work for shifts as well
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-10-23 Chris LattnerFix bug: instcombine/2003-10-23-InstcombineNullFail.ll
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-07 Chris LattnerAdd a sanity check for constant expression casts
2003-10-05 Chris LattnerType tables are now AbstractTypeUsers. This allows...
2003-10-03 Chris LattnerMinor random speedup: make Constant::getNullValue only...
2003-10-03 Chris LattnerThese methods are dead, remove them. Because the bodie...
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-08-29 Chris LattnerImplement "unsafe" replaceAllUsesWWith stuff for use...
2003-08-29 Chris LattnerRefactor code to make it useful outside of Constants.cpp
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-18 Chris LattnerFix linking bug in xboard
2003-07-30 Chris LattnerFix a bug that brian reported
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
2003-06-16 Chris LattnerFix bug: Linker/2003-06-02-TypeResolveProblem2.ll
2003-06-02 Chris Lattner* Make assertion message useful
2003-06-02 Chris LattnerFix bug: Linker/2003-06-02-TypeResolveProblem.ll
2003-05-25 Chris LattnerFix problem with last checkin.
2003-05-23 Chris LattnerFix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
2003-05-21 Chris LattnerAdd support for shift constant expressions
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-AssemblerProblem.llx
2003-05-14 Chris LattnerRemove unnecessary casts
2003-05-13 Chris LattnerEliminate using declarations
2003-04-17 Chris LattnerDon't build constantexprs that could be folded
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-03-10 Chris LattnerFix ConstantUInt::isAllOnesValue
2003-03-06 Chris LattnerRemove #include
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-09 Chris Lattner - Add new Constant::replaceUsesOfWithOnConstant which...
2002-10-08 Chris LattnerFix bug: Assembler/2002-10-08-LargeArrayPerformance...
2002-09-13 Chris Lattnerinclude/llvm/DataTypes.h includes this #define so we...
2002-09-11 Chris LattnerGive better assertion message for error conditions
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