Merging the linear scan register allocator in trunk. It currently passes most tests...
[oota-llvm.git] / include / llvm / SymbolTable.h
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerFix PR95. I'm checking this patch in for Reid Spencer...
2003-10-23 Brian GaekeFix apparent typo in head-of-file comment.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-03 Chris LattnerThis checkin basically amounts to a complete rewrite...
2003-09-30 Chris LattnerStandardize header file comments
2003-08-23 Chris LattnerAdd period
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-01-30 Chris LattnerAdd new function to allow removal of typed named elements
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-04-28 Chris LattnerFix two FIXME's
2002-04-28 Chris LattnerThe interesting contents of SymTabValue were incorporat...
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