aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-2/+2
* Adjust to ilist changes.Chris Lattner2005-01-291-2/+2
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-141-7/+0
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-131-0/+6
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* bug 263:Reid Spencer2004-07-251-0/+1
* bug 122:Reid Spencer2004-07-171-45/+0
* Replace use of defunct Type::setName method with SymbolTable::insert.Reid Spencer2004-07-101-1/+1
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-041-0/+1
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-251-7/+6
* I'm allergic to the word `stuff'.Misha Brukman2004-04-211-1/+1
* Remove Module::mutateConstantPointerRef, which is now thankfully dead!Chris Lattner2004-03-081-25/+0
* Add some comments, add new getGlobalVariable methodChris Lattner2003-12-311-1/+43
* * Make Module::getTypeName constChris Lattner2003-12-311-16/+23
* Finegrainify namespacificationChris Lattner2003-11-211-8/+8
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Make code gcc 3.4 cleanChris Lattner2003-11-051-2/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Fix spelling/grammar.Misha Brukman2003-10-101-1/+1
* Implement new methodChris Lattner2003-08-311-0/+24
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-241-1/+1
* Make Module::getNamedFunction prefer non-external functions if there is more ...Chris Lattner2003-07-231-2/+6
* Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner2003-05-151-2/+13
* Add support for tracking whether a module is 64/32 bit and big/little endianChris Lattner2003-04-221-1/+2
* Add new linkage types to support a real frontendChris Lattner2003-04-161-3/+4
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-35/+12
* Add a new Module::getNamedFunction methodChris Lattner2002-11-191-3/+12
* Add a method "getMainFunction()" that efficiently locates 'main' in a moduleChris Lattner2002-11-081-0/+52
* - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner2002-10-151-1/+1
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-081-3/+11
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-181-13/+19
* Add Module::dump() methodChris Lattner2002-08-171-7/+11
* Remove some extraneous #includesChris Lattner2002-08-121-2/+0
* Changes to make GlobalValueRefMap not derive from std::map.Chris Lattner2002-08-121-10/+13
* MEGAPATCH checkin.Chris Lattner2002-06-251-13/+32
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* * Incorporate the contents of SymTabValue into Function and ModuleChris Lattner2002-04-281-3/+24
* Add Module::getTypeNameChris Lattner2002-04-131-0/+20
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-081-1/+1
* Add new addTypeName method to Module classChris Lattner2002-03-291-0/+15
* Implement new getFunction and getOrInsertFunction methodsChris Lattner2002-03-291-0/+31
* Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner2002-03-281-16/+0
* Change references from Method to FunctionChris Lattner2002-03-261-9/+9
* Remove extraneous #includesChris Lattner2002-01-261-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-8/+8
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Add #includes to enable buiding in Release modeChris Lattner2001-11-071-0/+1