summaryrefslogtreecommitdiff
path: root/lib/VMCore/SymbolTable.cpp
Commit message (Expand)AuthorAge
* 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
* Allow unresolved/opaque types to be read and written to bytecode filesChris Lattner2001-10-23
* Fix a problem occuring with type unification of symbol table entriesChris Lattner2001-10-22
* Fix bug exposed by this testcase:Chris Lattner2001-10-22
* Convert a runtime check into an assertionChris Lattner2001-10-13
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* Add more support for new style castsChris Lattner2001-10-01
* Types and constnats are wierd objects in the symtabsChris Lattner2001-09-07
* Make error msg nicerChris Lattner2001-07-28
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner2001-06-25
* Initial revisionChris Lattner2001-06-06