summaryrefslogtreecommitdiff
path: root/include/llvm/SymbolTable.h
Commit message (Expand)AuthorAge
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-31
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-31
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-15
* Remove trailing whitespaceMisha Brukman2005-04-21
* move some method declarations around to make it clear that users shouldChris Lattner2005-03-06
* this method is never called.Chris Lattner2005-03-06
* the only caller of insertEntry is insert, inline it and remove insertEntryChris Lattner2005-03-06
* remove this method.Chris Lattner2005-03-06
* Delete the really inefficient method: void remove(const Type* Typ);Chris Lattner2005-03-06
* InternallyInconsistent is dead!Chris Lattner2005-03-06
* remove these dead methods.Chris Lattner2005-03-06
* nuke some dead methods.Chris Lattner2005-03-06
* Add a new method, allow symtab to poke name.Chris Lattner2005-03-06
* remove extraneous spaces from argument lists.Chris Lattner2005-03-05
* 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