aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTable.cpp
AgeCommit message (Expand)Author
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