aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/SymbolTable.h
AgeCommit message (Expand)Author
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