aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Constants.cpp
AgeCommit message (Expand)Author
2003-06-22Fix bug: InstCombine/2003-06-22-ConstantExprCrash.llChris Lattner
2003-06-16Fix bug: Linker/2003-06-02-TypeResolveProblem2.llChris Lattner
2003-06-02* Make assertion message usefulChris Lattner
2003-06-02Fix bug: Linker/2003-06-02-TypeResolveProblem.llChris Lattner
2003-05-25Fix problem with last checkin.Chris Lattner
2003-05-23Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.llChris Lattner
2003-05-21Add support for shift constant expressionsChris Lattner
2003-05-15Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner
2003-05-14Remove unnecessary castsChris Lattner
2003-05-13Eliminate using declarationsChris Lattner
2003-04-17Don't build constantexprs that could be foldedChris Lattner
2003-04-16Change the interface to constant expressions to allow automatic foldingChris Lattner
2003-03-10Fix ConstantUInt::isAllOnesValueChris Lattner
2003-03-06Remove #includeChris Lattner
2002-10-14 - Dramatically simplify the Constant::mutateReferences implementation,Chris Lattner
2002-10-13 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner
2002-10-09 - Add new Constant::replaceUsesOfWithOnConstant which has an end resultChris Lattner
2002-10-08Fix bug: Assembler/2002-10-08-LargeArrayPerformance.ll by usingChris Lattner
2002-09-13include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner
2002-09-11Give better assertion message for error conditionsChris Lattner
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-26Add support for turning an array of characters into a string.Chris Lattner
2002-08-18- ConstantPointerRefs are now automatically removed from the module tableChris Lattner
2002-08-14Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner
2002-08-14Return null on failure, instead of aborting.Chris Lattner
2002-08-13- Rename ConstantGenericIntegral -> ConstantIntegralChris Lattner
2002-08-12 - Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegralChris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-07-18* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner
2002-07-16added std:: to cerr and endlAnand Shukla
2002-07-15Ensure ConstExpr constants are unique using aVikram S. Adve
2002-07-14Added subclass ConstantExpr to represent expressions consructed fromVikram S. Adve
2002-06-30*** empty log message ***Chris Lattner
2002-06-25added include<iostream> for cerrAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-27* Change Constant::getNullConstant to Constant::getNullValueChris Lattner
2002-04-18Move asmwriter/getStrValue cruft into AsmWriter.cpp file.Chris Lattner
2002-04-16Remove unneccesary castChris Lattner
2002-04-07* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner
2002-04-07Remove some gross code by using the VAlue::dump method to do debug dumpsChris Lattner
2002-04-07Fix Bug: test/Regression/Other/2002-04-07-InfConstant.llChris Lattner
2002-04-07Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.llChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Rename ConstPoolVals.cpp to Constants.cppChris Lattner