aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-131-2/+2
* - Add new Constant::replaceUsesOfWithOnConstant which has an end resultChris Lattner2002-10-091-0/+106
* Fix bug: Assembler/2002-10-08-LargeArrayPerformance.ll by usingChris Lattner2002-10-081-2/+4
* include/llvm/DataTypes.h includes this #define so we don't need it anymoreChris Lattner2002-09-131-1/+0
* Give better assertion message for error conditionsChris Lattner2002-09-111-0/+4
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-3/+2
* Add support for turning an array of characters into a string.Chris Lattner2002-08-261-0/+18
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-181-0/+17
* Remove support for Not ConstantExpr. This simplifies the unary case to onlyChris Lattner2002-08-141-13/+3
* Return null on failure, instead of aborting.Chris Lattner2002-08-141-9/+3
* - Rename ConstantGenericIntegral -> ConstantIntegralChris Lattner2002-08-131-27/+104
* - Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegralChris Lattner2002-08-121-2/+8
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-36/+25
* *** empty log message ***Chris Lattner2002-07-241-2/+2
* * ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-181-109/+73
* added std:: to cerr and endlAnand Shukla2002-07-161-2/+5
* Ensure ConstExpr constants are unique using aVikram S. Adve2002-07-151-5/+62
* Added subclass ConstantExpr to represent expressions consructed fromVikram S. Adve2002-07-141-12/+129
* *** empty log message ***Chris Lattner2002-06-301-1/+0
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-2/+2
* * Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-271-33/+1
* Move asmwriter/getStrValue cruft into AsmWriter.cpp file.Chris Lattner2002-04-181-128/+0
* Remove unneccesary castChris Lattner2002-04-161-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-1/+2
* Remove some gross code by using the VAlue::dump method to do debug dumpsChris Lattner2002-04-071-7/+5
* Fix Bug: test/Regression/Other/2002-04-07-InfConstant.llChris Lattner2002-04-071-3/+12
* Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.llChris Lattner2002-04-071-2/+20
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-24/+29
* Rename ConstPoolVals.cpp to Constants.cppChris Lattner2001-12-141-0/+499