aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constant.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+0
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-2/+2
* Adjust to user changes.Chris Lattner2005-01-291-4/+3
* Add static functions to clear singleton maps. Patch contributed byChris Lattner2004-11-191-0/+5
* UndefValue's are constantsChris Lattner2004-10-161-1/+2
* Now that ConstantPointerRef is gone, it is the case that all operands of cons...Chris Lattner2004-08-041-0/+12
* Tabs to spaces.Misha Brukman2004-07-191-4/+3
* eliminate isConstantExpr, changes to isa<Constant> implementationChris Lattner2004-07-191-7/+4
* Extend constructor so that it can support GlobalValue's (with names).Reid Spencer2004-07-171-9/+7
* remove *THANKFULLY* dead methodChris Lattner2004-03-081-6/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Allow for "unsafe" replaceAllUsesWith operatations, for use during type resol...Chris Lattner2003-08-291-1/+2
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* - Dramatically simplify the Constant::mutateReferences implementation,Chris Lattner2002-10-141-1/+1
* - Add new Constant::replaceUsesOfWithOnConstant which has an end resultChris Lattner2002-10-091-2/+23
* Convert comments to Doxygen styleChris Lattner2002-08-251-20/+20
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-181-9/+18
* Add a couple of virtual functions to support subclass ConstantExpr.Vikram S. Adve2002-07-141-0/+9
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-0/+47