summaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.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
* Fix spelling/grammar.Misha Brukman2003-10-10
* Implement new methodChris Lattner2003-08-31
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-24
* Make Module::getNamedFunction prefer non-external functions if there is more ...Chris Lattner2003-07-23
* Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner2003-05-15
* Add support for tracking whether a module is 64/32 bit and big/little endianChris Lattner2003-04-22
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Add a new Module::getNamedFunction methodChris Lattner2002-11-19
* Add a method "getMainFunction()" that efficiently locates 'main' in a moduleChris Lattner2002-11-08
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-15
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-08
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-18
* Add Module::dump() methodChris Lattner2002-08-17
* Remove some extraneous #includesChris Lattner2002-08-12
* Changes to make GlobalValueRefMap not derive from std::map.Chris Lattner2002-08-12
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* * Incorporate the contents of SymTabValue into Function and ModuleChris Lattner2002-04-28
* Add Module::getTypeNameChris Lattner2002-04-13
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-08
* Add new addTypeName method to Module classChris Lattner2002-03-29
* Implement new getFunction and getOrInsertFunction methodsChris Lattner2002-03-29
* Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner2002-03-28
* Change references from Method to FunctionChris Lattner2002-03-26
* Remove extraneous #includesChris Lattner2002-01-26
* 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
* Add #includes to enable buiding in Release modeChris Lattner2001-11-07
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-15
* * Add support for Module specific constantsChris Lattner2001-10-13
* Implement global variable supportChris Lattner2001-09-10
* Modules must have a valid, nonnull type. Make them voidChris Lattner2001-09-07
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-14
* Implement reduceApply methodChris Lattner2001-06-30
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Initial revisionChris Lattner2001-06-06