aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Value.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add more support for new style castsChris Lattner2001-10-011-19/+29
* Add support for new style castsChris Lattner2001-10-011-8/+17
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-011-1/+50
* Remove debugging output stuffChris Lattner2001-09-191-7/+0
* Remove operator << to Assembly/Writer.hChris Lattner2001-09-181-10/+10
* Added debugging support.Vikram S. Adve2001-09-181-13/+27
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-5/+5
* Implement global variable supportChris Lattner2001-09-101-1/+3
* * Values are AbstactTypeUsers to support abstract typesChris Lattner2001-09-071-3/+12
* Add annotation support to valueChris Lattner2001-08-231-2/+2
* Made the following changes:Chris Lattner2001-07-141-1/+2
* Add a new slew of functions to allow dynamic_cast<> like operation forChris Lattner2001-06-271-1/+59
* Updates to supportChris Lattner2001-06-111-1/+1
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-071-1/+1
* Initial revisionChris Lattner2001-06-061-0/+124