Improve error messages on assertion failure.
[oota-llvm.git] / include / llvm / Value.h
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