aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/SymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-311-1/+2
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-311-1/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-36/+36
* move some method declarations around to make it clear that users shouldChris Lattner2005-03-061-49/+52
* this method is never called.Chris Lattner2005-03-061-11/+0
* the only caller of insertEntry is insert, inline it and remove insertEntryChris Lattner2005-03-061-7/+1
* remove this method.Chris Lattner2005-03-061-4/+0
* Delete the really inefficient method: void remove(const Type* Typ);Chris Lattner2005-03-061-14/+1
* InternallyInconsistent is dead!Chris Lattner2005-03-061-11/+1
* remove these dead methods.Chris Lattner2005-03-061-30/+0
* nuke some dead methods.Chris Lattner2005-03-061-20/+0
* Add a new method, allow symtab to poke name.Chris Lattner2005-03-061-0/+8
* remove extraneous spaces from argument lists.Chris Lattner2005-03-051-11/+11
* Fix typeoChris Lattner2004-12-051-1/+1
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-1/+1
* Fix a comment.Reid Spencer2004-07-171-3/+2
* Constify usage of Type* on the interface to ensure SymbolTable doesn'tReid Spencer2004-07-041-9/+6
* Fix case of doxygen directive \p.Misha Brukman2004-06-031-1/+1
* Eliminate this form of SymbolTable::remove. It ignores the type argumentChris Lattner2004-05-281-4/+3
* Tighten up checking on SymbolTable interface to make it illegal to pass aReid Spencer2004-05-261-2/+4
* Fix spelling of doxygen directive.Misha Brukman2004-05-261-1/+1
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-251-82/+335
* Make the lookup method const.Chris Lattner2003-12-311-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Fix PR95. I'm checking this patch in for Reid Spencer, who figured it outChris Lattner2003-11-091-1/+5
* Fix apparent typo in head-of-file comment.Brian Gaeke2003-10-231-1/+1
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-031-0/+1
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Add periodChris Lattner2003-08-231-1/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Add new function to allow removal of typed named elementsChris Lattner2003-01-301-3/+10
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-151-18/+1
* Fix two FIXME'sChris Lattner2002-04-281-2/+0
* The interesting contents of SymTabValue were incorporated into FunctionChris Lattner2002-04-281-1/+1
* Make the release build workChris Lattner2002-04-041-7/+2
* * Add new method localLookupChris Lattner2002-03-081-0/+5
* Fix typo in commentChris Lattner2002-03-081-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+8
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-2/+2
* More symbol table bugfixes that are impossible to track down. GoodyChris Lattner2001-10-231-6/+13
* Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner2001-10-231-5/+12
* Fix bug exposed by this testcase:Chris Lattner2001-10-221-3/+3
* Expose typedefsChris Lattner2001-10-131-0/+2
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-0/+2
* Add more support for new style castsChris Lattner2001-10-011-1/+6
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+0
* Support abstract types by keeping on the use list of the abstract type.Chris Lattner2001-09-071-3/+26