For PR950:
[oota-llvm.git] / lib / VMCore / SymbolTable.cpp
2006-12-23 Reid SpencerFor PR950:
2006-11-17 Bill WendlingRemoved iostream #includes. Replaced std::cerr with...
2006-05-29 Vladimir PrusReset DEBUG_SYMBOL_TABLE back to 0.
2006-05-29 Vladimir PrusFix compile error when DEBUG_SYMBOL_TABLE is defined.
2005-10-31 Chris LattnerFix an iterator invalidation problem in code used by...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-06 Chris Lattnerrename insertEntry to insert
2005-03-06 Chris LattnerMerge SymbolTable::removeEntry into SymbolTable::remove...
2005-03-06 Chris LattnerDelete the really inefficient method: void remove(const...
2005-03-06 Chris LattnerRemove some really gross and hard to understand code...
2005-03-06 Chris LattnerSimplify some code.
2005-03-06 Chris Lattnerremove these methods.
2005-03-06 Chris LattnerThis fixes PR531, a crash when running the CBE on a...
2005-03-05 Chris Lattner2nd arg to setName goes away.
2005-02-13 Chris LattnerNuke blank line.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-04 Chris LattnerChange SymbolTable::insertEntry to be more careful...
2004-07-17 Reid Spencerbug 122:
2004-07-04 Reid SpencerConstify SymbolTable's use of Type* so that it never...
2004-06-05 Chris LattnerRemove unused var
2004-05-25 Reid SpencerMade it illegal to pass a Type* through one of the...
2004-05-25 Reid SpencerCompletely rewrote the class. SymbolTable now separates...
2003-12-31 Chris LattnerMake the lookup method const.
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-19 Chris LattnerFix PR130, and testcase test/Regression/Linker/2003...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerFix PR95. I'm checking this patch in for Reid Spencer...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-03 Chris LattnerThis checkin basically amounts to a complete rewrite...
2003-09-08 Misha BrukmanSpell `occurrence' correctly.
2003-09-04 Chris LattnerThis is now unnecessary
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal2.ll
2003-08-29 Chris LattnerFix bug: Linker/2003-08-28-TypeResolvesGlobal.ll
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-05-22 Chris LattnerRemove using declarations and extraneous #includes
2002-12-15 Chris LattnerFix bug: Assembler/2002-12-15-GlobalResolve.ll
2002-12-15 Chris Lattnerplanes is not spelled with an O
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-10 Chris LattnerWe actually need this code for the release build to...
2002-04-07 Chris LattnerRemove some gross code by using the Value::dump method...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-08 Chris Lattner* Add new method localLookup
2002-01-25 Chris LattnerThis checkin fixes the bug described in:
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerIf a name conflict occurs when inserting a value, renam...
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-10-23 Chris LattnerRemove unnamed prototypes that are created.
2001-10-23 Chris LattnerMore symbol table bugfixes that are impossible to track...
2001-10-23 Chris LattnerAllow unresolved/opaque types to be read and written...
2001-10-22 Chris LattnerFix a problem occuring with type unification of symbol...
2001-10-22 Chris LattnerFix bug exposed by this testcase:
2001-10-13 Chris LattnerConvert a runtime check into an assertion
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-07 Chris LattnerTypes and constnats are wierd objects in the symtabs
2001-07-28 Chris LattnerMake error msg nicer
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-06 Chris LattnerInitial revision