aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTable.cpp
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-08-04Change SymbolTable::insertEntry to be more careful about how many mapChris Lattner
2004-07-17bug 122:Reid Spencer
2004-07-04Constify SymbolTable's use of Type* so that it never modifies them.Reid Spencer
2004-06-05Remove unused varChris Lattner
2004-05-25Made it illegal to pass a Type* through one of the Value* interfaces. TheReid Spencer
2004-05-25Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer
2003-12-31Make the lookup method const.Chris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-19Fix PR130, and testcase test/Regression/Linker/2003-11-18-TypeResolution.llChris 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-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-10-03This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner
2003-09-08Spell `occurrence' correctly.Misha Brukman
2003-09-04This is now unnecessaryChris Lattner
2003-08-29Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.llChris Lattner
2003-08-29Fix bug: Linker/2003-08-28-TypeResolvesGlobal.llChris Lattner
2003-07-23Remove redundant const qualifiers from cast<> expressionsChris Lattner
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