Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / SymbolTable.cpp
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