Fix linking bug in xboard
[oota-llvm.git] / lib / VMCore / Constants.cpp
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