Split Register specific stuff out from TargetMachine.h to RegInfo.h
[oota-llvm.git] / include / llvm / Value.h
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