summaryrefslogtreecommitdiff
path: root/include/llvm/SymbolTable.h
Commit message (Expand)AuthorAge
* Fix typeoChris Lattner2004-12-05
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-15
* Fix a comment.Reid Spencer2004-07-17
* Constify usage of Type* on the interface to ensure SymbolTable doesn'tReid Spencer2004-07-04
* Fix case of doxygen directive \p.Misha Brukman2004-06-03
* Eliminate this form of SymbolTable::remove. It ignores the type argumentChris Lattner2004-05-28
* Tighten up checking on SymbolTable interface to make it illegal to pass aReid Spencer2004-05-26
* Fix spelling of doxygen directive.Misha Brukman2004-05-26
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-25
* Make the lookup method const.Chris Lattner2003-12-31
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Fix PR95. I'm checking this patch in for Reid Spencer, who figured it outChris Lattner2003-11-09
* Fix apparent typo in head-of-file comment.Brian Gaeke2003-10-23
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-03
* Standardize header file commentsChris Lattner2003-09-30
* Add periodChris Lattner2003-08-23
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Add new function to allow removal of typed named elementsChris Lattner2003-01-30
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-15
* Fix two FIXME'sChris Lattner2002-04-28
* The interesting contents of SymTabValue were incorporated into FunctionChris Lattner2002-04-28
* Make the release build workChris Lattner2002-04-04
* * Add new method localLookupChris Lattner2002-03-08
* Fix typo in commentChris Lattner2002-03-08
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* More symbol table bugfixes that are impossible to track down. GoodyChris Lattner2001-10-23
* Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner2001-10-23
* Fix bug exposed by this testcase:Chris Lattner2001-10-22
* Expose typedefsChris Lattner2001-10-13
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* Add more support for new style castsChris Lattner2001-10-01
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-14
* Support abstract types by keeping on the use list of the abstract type.Chris Lattner2001-09-07
* Fixed typo in commentChris Lattner2001-07-16
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-25
* Initial revisionChris Lattner2001-06-06