summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
Commit message (Expand)AuthorAge
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Remove extra assert in dyn_cast_or_null.Vikram S. Adve2001-10-17
* Add cast_or_null & dyn_cast_or_nullChris Lattner2001-10-15
* Improve error messages on assertion failure.Chris Lattner2001-10-15
* Cast NULL when requested.Vikram S. Adve2001-10-14
* Add use_back() methodsChris Lattner2001-10-13
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add more support for new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-01
* Remove debugging output stuffChris Lattner2001-09-19
* Remove operator << to Assembly/Writer.hChris Lattner2001-09-18
* Added debugging support.Vikram S. Adve2001-09-18
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-14
* Implement global variable supportChris Lattner2001-09-10
* * Values are AbstactTypeUsers to support abstract typesChris Lattner2001-09-07
* Add annotation support to valueChris Lattner2001-08-23
* Made the following changes:Chris Lattner2001-07-14
* Add a new slew of functions to allow dynamic_cast<> like operation forChris Lattner2001-06-27
* Updates to supportChris Lattner2001-06-11
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-07
* Initial revisionChris Lattner2001-06-06