aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/SymbolTable.h
AgeCommit message (Expand)Author
2003-12-31Make the lookup method const.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-09Fix PR95. I'm checking this patch in for Reid Spencer, who figured it outChris Lattner
2003-10-23Fix apparent typo in head-of-file comment.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-03This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-08-23Add periodChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-01-30Add new function to allow removal of typed named elementsChris Lattner
2002-10-15 - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner
2002-04-28Fix two FIXME'sChris Lattner
2002-04-28The interesting contents of SymTabValue were incorporated into FunctionChris Lattner
2002-04-04Make the release build workChris Lattner
2002-03-08* Add new method localLookupChris Lattner
2002-03-08Fix typo in commentChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-23More symbol table bugfixes that are impossible to track down. GoodyChris Lattner
2001-10-23Fix another annoying bug that took forever to track down. This one involves ...Chris Lattner
2001-10-22Fix bug exposed by this testcase:Chris Lattner
2001-10-13Expose typedefsChris Lattner
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-07Support abstract types by keeping on the use list of the abstract type.Chris Lattner
2001-07-16Fixed typo in commentChris Lattner
2001-06-25* Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner
2001-06-06Initial revisionChris Lattner