For PR411:
[oota-llvm.git] / include / llvm / SymbolTable.h
2007-01-06 Reid SpencerFor PR411:
2006-05-31 Andrew Lenharth4 billion names is enough for anyone. And really fix...
2006-05-31 Andrew LenharthFix build breakage on alpha, without causing it on...
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-06 Chris Lattnermove some method declarations around to make it clear...
2005-03-06 Chris Lattnerthis method is never called.
2005-03-06 Chris Lattnerthe only caller of insertEntry is insert, inline it...
2005-03-06 Chris Lattnerremove this method.
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerInternallyInconsistent is dead!
2005-03-06 Chris Lattnerremove these dead methods.
2005-03-06 Chris Lattnernuke some dead methods.
2005-03-06 Chris LattnerAdd a new method, allow symtab to poke name.
2005-03-05 Chris Lattnerremove extraneous spaces from argument lists.
2004-12-05 Chris LattnerFix typeo
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-07-17 Reid SpencerFix a comment.
2004-07-04 Reid SpencerConstify usage of Type* on the interface to ensure...
2004-06-03 Misha BrukmanFix case of doxygen directive \p.
2004-05-28 Chris LattnerEliminate this form of SymbolTable::remove. It ignores...
2004-05-26 Reid SpencerTighten up checking on SymbolTable interface to make...
2004-05-26 Misha BrukmanFix spelling of doxygen directive.
2004-05-25 Reid SpencerCompletely rewrote the class. SymbolTable now separates...
2003-12-31 Chris LattnerMake the lookup method const.
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