summaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
Commit message (Expand)AuthorAge
* Now that ConstantPointerRef is gone, it is the case that all operands of cons...Chris Lattner2004-08-04
* Tabs to spaces.Misha Brukman2004-07-19
* eliminate isConstantExpr, changes to isa<Constant> implementationChris Lattner2004-07-19
* Extend constructor so that it can support GlobalValue's (with names).Reid Spencer2004-07-17
* remove *THANKFULLY* dead methodChris Lattner2004-03-08
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner2003-08-29
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* - Dramatically simplify the Constant::mutateReferences implementation,Chris Lattner2002-10-14
* - Add new Constant::replaceUsesOfWithOnConstant which has an end resultChris Lattner2002-10-09
* Convert comments to Doxygen styleChris Lattner2002-08-25
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-18
* Add a couple of virtual functions to support subclass ConstantExpr.Vikram S. Adve2002-07-14
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28