aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
Commit message (Expand)AuthorAgeFilesLines
* Add new UndefValueVal typeChris Lattner2004-10-161-4/+6
* Change Value from a "struct" to a "class" so that VC 7.1 doesn't generateReid Spencer2004-09-231-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* New methodsChris Lattner2004-08-041-0/+4
* I demand the ability to say 'if (isa<Value>(V))'!Chris Lattner2004-07-301-0/+5
* Add new enum entries for ConstantAggregateZeroVal/ConstantExprVal andChris Lattner2004-07-191-8/+12
* Add a missing space to align comments.Reid Spencer2004-07-181-1/+1
* bug 122:Reid Spencer2004-07-171-1/+4
* Final fix for PR341: eliminate operator<<(ostream, Value*). Clients shouldChris Lattner2004-07-151-8/+0
* Add a missing #includeChris Lattner2004-07-121-0/+1
* Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer2004-07-061-1/+0
* - Remove enumerator TypeVal since Values can't be types any moreReid Spencer2004-07-041-5/+1
* Eliminate the Instruction::iType field, folding it into the Value::VTy field.Chris Lattner2004-06-271-1/+6
* Rearrange some code.Chris Lattner2004-06-261-17/+24
* Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner2004-06-081-2/+1
* Annotations are evil. This makes Value not derive from Annotable, which makesChris Lattner2004-02-261-2/+1
* Minor cleanupChris Lattner2004-01-101-1/+1
* 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
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-161-65/+39
* Add new hasOneUse() method. Remove explicit inline qualifiersChris Lattner2003-10-151-9/+13
* There is no reason for Value to be an AbstractTypeUser. This just makes thingsChris Lattner2003-10-021-11/+3
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Add new methodChris Lattner2003-08-291-0/+4
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-181-1/+1
* Move annotation to support libraryChris Lattner2003-01-141-1/+1
* - Detemplatize UseTy<> in Value.h, because it's only instantiated for oneChris Lattner2002-10-091-26/+21
* - Remove Value::use_push_back & Value::use_removeChris Lattner2002-10-091-3/+2
* Group #includes betterChris Lattner2002-09-231-1/+1
* Eliminate setType methodChris Lattner2002-09-101-2/+0
* Convert comments to Doxygen styleChris Lattner2002-08-251-22/+21
* Disable the operator= in ValueChris Lattner2002-07-241-0/+1
* We must with with GCC 2.95 :(Chris Lattner2002-06-251-1/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-0/+1
* *** empty log message ***Chris Lattner2002-06-251-46/+34
* Module's are no longer Value's.Chris Lattner2002-04-281-10/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-6/+6
* * Move casting stuff out to Support/Casting.hChris Lattner2002-04-081-72/+16
* Transform uses of Method into uses of Function.Chris Lattner2002-03-261-10/+11
* Rename Method to FunctionChris Lattner2002-03-231-5/+6
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-8/+8
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-4/+4
* Remove extra assert in dyn_cast_or_null.Vikram S. Adve2001-10-171-2/+0
* Add cast_or_null & dyn_cast_or_nullChris Lattner2001-10-151-1/+20
* Improve error messages on assertion failure.Chris Lattner2001-10-151-2/+6
* Cast NULL when requested.Vikram S. Adve2001-10-141-2/+3
* Add use_back() methodsChris Lattner2001-10-131-0/+2
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-3/+10
* Commit more code over to new cast styleChris Lattner2001-10-021-1/+1
* Convert more code to use new style castsChris Lattner2001-10-011-33/+35