Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Value.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-15 Chris LattnerAdd new hasOneUse() method. Remove explicit inline...
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerAdd new method
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-01-14 Chris LattnerMove annotation to support library
2002-10-09 Chris Lattner - Detemplatize UseTy<> in Value.h, because it's only...
2002-10-09 Chris Lattner - Remove Value::use_push_back & Value::use_remove
2002-09-23 Chris LattnerGroup #includes better
2002-09-10 Chris LattnerEliminate setType method
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-07-24 Chris LattnerDisable the operator= in Value
2002-06-25 Chris LattnerWe must with with GCC 2.95 :(
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-04-28 Chris LattnerModule's are no longer Value's.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris Lattner* Move casting stuff out to Support/Casting.h
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-17 Vikram S. AdveRemove extra assert in dyn_cast_or_null.
2001-10-15 Chris LattnerAdd cast_or_null & dyn_cast_or_null
2001-10-15 Chris LattnerImprove error messages on assertion failure.
2001-10-14 Vikram S. AdveCast NULL when requested.
2001-10-13 Chris LattnerAdd use_back() methods
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-09-19 Chris LattnerRemove debugging output stuff
2001-09-18 Chris LattnerRemove operator << to Assembly/Writer.h
2001-09-18 Vikram S. AdveAdded debugging support.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Values are AbstactTypeUsers to support abstract types
2001-08-23 Chris LattnerAdd annotation support to value
2001-07-14 Chris LattnerMade the following changes:
2001-06-27 Chris LattnerAdd a new slew of functions to allow dynamic_cast<...
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision