aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTable.cpp
AgeCommit message (Expand)Author
2007-01-06For PR411:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-11-17Removed iostream #includes. Replaced std::cerr with DOUT.Bill Wendling
2006-05-29Reset DEBUG_SYMBOL_TABLE back to 0.Vladimir Prus
2006-05-29Fix compile error when DEBUG_SYMBOL_TABLE is defined.Vladimir Prus
2005-10-31Fix an iterator invalidation problem in code used by the -strip passChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-06rename insertEntry to insertChris Lattner
2005-03-06Merge SymbolTable::removeEntry into SymbolTable::remove, its only callerChris Lattner
2005-03-06Delete the really inefficient method: void remove(const Type* Typ);Chris Lattner
2005-03-06Remove some really gross and hard to understand code now thatChris Lattner
2005-03-06Simplify some code.Chris Lattner
2005-03-06remove these methods.Chris Lattner
2005-03-06This fixes PR531, a crash when running the CBE on a bytecode file.Chris Lattner
2005-03-052nd arg to setName goes away.Chris Lattner
2005-02-13Nuke blank line.Chris Lattner
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