Initial checkin of simple&fast SSA based GCSE algorithm
[oota-llvm.git] / include / llvm / ValueHolder.h
2002-04-01 Chris LattnerAdd a new replaceWith method useful for replacing instr...
2002-03-29 Chris LattnerAdd an insert method to VAlueHolder to allow batch...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-10 Chris LattnerRefactor some functionality to expose more useful stuff
2001-10-18 Chris LattnerAdd operator[] accessors
2001-07-14 Chris LattnerMade the following changes:
2001-06-30 Chris LattnerAdd a new pop_back() method
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-08 Chris LattnerBeautify the source a bit.
2001-06-08 Chris LattnerInclude support for reverse iteration.
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision