aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/SymbolTable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed typo in commentChris Lattner2001-07-161-1/+1
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-251-0/+6
* Initial revisionChris Lattner2001-06-061-0/+83