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