aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/SymbolTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reset DEBUG_SYMBOL_TABLE back to 0.Vladimir Prus2006-05-291-1/+1
* Fix compile error when DEBUG_SYMBOL_TABLE is defined.Vladimir Prus2006-05-291-2/+2
* Fix an iterator invalidation problem in code used by the -strip passChris Lattner2005-10-311-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-11/+11
* rename insertEntry to insertChris Lattner2005-03-061-1/+2
* Merge SymbolTable::removeEntry into SymbolTable::remove, its only callerChris Lattner2005-03-061-28/+21
* Delete the really inefficient method: void remove(const Type* Typ);Chris Lattner2005-03-061-18/+2
* Remove some really gross and hard to understand code now thatChris Lattner2005-03-061-27/+6
* Simplify some code.Chris Lattner2005-03-061-7/+5
* remove these methods.Chris Lattner2005-03-061-42/+0
* This fixes PR531, a crash when running the CBE on a bytecode file.Chris Lattner2005-03-061-0/+36
* 2nd arg to setName goes away.Chris Lattner2005-03-051-8/+5
* Nuke blank line.Chris Lattner2005-02-131-1/+0
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Change SymbolTable::insertEntry to be more careful about how many mapChris Lattner2004-08-041-15/+22
* bug 122:Reid Spencer2004-07-171-13/+11
* Constify SymbolTable's use of Type* so that it never modifies them.Reid Spencer2004-07-041-11/+8
* Remove unused varChris Lattner2004-06-051-1/+0
* Made it illegal to pass a Type* through one of the Value* interfaces. TheReid Spencer2004-05-251-0/+4
* Completely rewrote the class. SymbolTable now separates Type* from Value* in ...Reid Spencer2004-05-251-108/+240
* Make the lookup method const.Chris Lattner2003-12-311-3/+3
* Finegrainify namespacificationChris Lattner2003-11-211-4/+1
* Fix PR130, and testcase test/Regression/Linker/2003-11-18-TypeResolution.llChris Lattner2003-11-191-0/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Fix PR95. I'm checking this patch in for Reid Spencer, who figured it outChris Lattner2003-11-091-3/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* This checkin basically amounts to a complete rewrite of the type-resolutionChris Lattner2003-10-031-7/+22
* Spell `occurrence' correctly.Misha Brukman2003-09-081-1/+1
* This is now unnecessaryChris Lattner2003-09-041-3/+0
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.llChris Lattner2003-08-291-7/+2
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal.llChris Lattner2003-08-291-6/+12
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-4/+4
* Remove using declarations and extraneous #includesChris Lattner2003-05-221-31/+28
* Fix bug: Assembler/2002-12-15-GlobalResolve.llChris Lattner2002-12-151-11/+16
* planes is not spelled with an OChris Lattner2002-12-151-1/+1
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-151-14/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-2/+1
* We actually need this code for the release build to prevent link errors,Chris Lattner2002-05-101-6/+1
* Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner2002-04-071-22/+26
* Change references from Method to FunctionChris Lattner2002-03-261-4/+4
* * Add new method localLookupChris Lattner2002-03-081-2/+16
* This checkin fixes the bug described in:Chris Lattner2002-01-251-19/+19
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+12
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* If a name conflict occurs when inserting a value, rename it.Chris Lattner2001-11-261-3/+8
* Fix major bugs in type resolutionChris Lattner2001-11-031-15/+25
* Remove unnamed prototypes that are created.Chris Lattner2001-10-231-0/+6
* More symbol table bugfixes that are impossible to track down. GoodyChris Lattner2001-10-231-31/+27