aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTable.cpp
AgeCommit message (Expand)Author
2003-05-22Remove using declarations and extraneous #includesChris Lattner
2002-12-15Fix bug: Assembler/2002-12-15-GlobalResolve.llChris Lattner
2002-12-15planes is not spelled with an OChris Lattner
2002-10-15 - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-10We actually need this code for the release build to prevent link errors,Chris Lattner
2002-04-07Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-08* Add new method localLookupChris Lattner
2002-01-25This checkin fixes the bug described in:Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26If a name conflict occurs when inserting a value, rename it.Chris Lattner
2001-11-03Fix major bugs in type resolutionChris Lattner
2001-10-23Remove unnamed prototypes that are created.Chris Lattner
2001-10-23More symbol table bugfixes that are impossible to track down. GoodyChris Lattner
2001-10-23Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner
2001-10-22Fix a problem occuring with type unification of symbol table entriesChris Lattner
2001-10-22Fix bug exposed by this testcase:Chris Lattner
2001-10-13Convert a runtime check into an assertionChris Lattner
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-07Types and constnats are wierd objects in the symtabsChris Lattner
2001-07-28Make error msg nicerChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-25Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner
2001-06-06Initial revisionChris Lattner