Initial checkin of simple&fast SSA based GCSE algorithm
[oota-llvm.git] / include / llvm / SymbolTable.h
2002-04-04 Chris LattnerMake the release build work
2002-03-08 Chris Lattner* Add new method localLookup
2002-03-08 Chris LattnerFix typo in comment
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-23 Chris LattnerMore symbol table bugfixes that are impossible to track...
2001-10-23 Chris LattnerFix another annoying bug that took forever to track...
2001-10-22 Chris LattnerFix bug exposed by this testcase:
2001-10-13 Chris LattnerExpose typedefs
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerSupport abstract types by keeping on the use list of...
2001-07-16 Chris LattnerFixed typo in comment
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-06 Chris LattnerInitial revision