Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / VMCore / Module.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-10 Misha BrukmanFix spelling/grammar.
2003-08-31 Chris LattnerImplement new method
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-07-23 Chris LattnerMake Module::getNamedFunction prefer non-external funct...
2003-05-15 Chris LattnerFix bug: Assembler/2003-05-15-AssemblerProblem.llx
2003-04-22 Chris LattnerAdd support for tracking whether a module is 64/32...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-19 Chris LattnerAdd a new Module::getNamedFunction method
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-10-15 Chris Lattner - Eliminate SymbolTable::ParentSymTab, ST::localLooku...
2002-09-08 Chris LattnerEnable "garbage detection" of LLVM objects. Now users...
2002-08-18 Chris Lattner- ConstantPointerRefs are now automatically removed...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-08-12 Chris LattnerRemove some extraneous #includes
2002-08-12 Chris LattnerChanges to make GlobalValueRefMap not derive from std...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-13 Chris LattnerAdd Module::getTypeName
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris LattnerImplement new getFunction and getOrInsertFunction methods
2002-03-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-26 Chris LattnerChange references from Method to Function
2002-01-26 Chris LattnerRemove extraneous #includes
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-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris Lattner* Add support for Module specific constants
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerModules must have a valid, nonnull type. Make them...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-06-30 Chris LattnerImplement reduceApply method
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision