aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29Adjust to ilist changes.Chris Lattner
2004-09-14Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer
2004-09-13Add support for the link-time pass list to Modules.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-17bug 122:Reid Spencer
2004-07-10Replace use of defunct Type::setName method with SymbolTable::insert.Reid Spencer
2004-07-04- #include <iostream> since its not in Value.h any more.Reid Spencer
2004-05-25Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer
2004-04-21I'm allergic to the word `stuff'.Misha Brukman
2004-03-08Remove Module::mutateConstantPointerRef, which is now thankfully dead!Chris Lattner
2003-12-31Add some comments, add new getGlobalVariable methodChris Lattner
2003-12-31* Make Module::getTypeName constChris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Make code gcc 3.4 cleanChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-10-10Fix spelling/grammar.Misha Brukman
2003-08-31Implement new methodChris Lattner
2003-08-24Support new 'any' support for pointer size and endiannessChris Lattner
2003-07-23Make Module::getNamedFunction prefer non-external functions if there is more ...Chris Lattner
2003-05-15Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner
2003-04-22Add support for tracking whether a module is 64/32 bit and big/little endianChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-19Add a new Module::getNamedFunction methodChris Lattner
2002-11-08Add a method "getMainFunction()" that efficiently locates 'main' in a moduleChris Lattner
2002-10-15 - Eliminate SymbolTable::ParentSymTab, ST::localLookup, andChris Lattner
2002-09-08Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner
2002-08-18- ConstantPointerRefs are now automatically removed from the module tableChris Lattner
2002-08-17Add Module::dump() methodChris Lattner
2002-08-12Remove some extraneous #includesChris Lattner
2002-08-12Changes to make GlobalValueRefMap not derive from std::map.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-28* Incorporate the contents of SymTabValue into Function and ModuleChris Lattner
2002-04-13Add Module::getTypeNameChris Lattner
2002-04-08Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner
2002-03-29Add new addTypeName method to Module classChris Lattner
2002-03-29Implement new getFunction and getOrInsertFunction methodsChris Lattner
2002-03-28Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-01-26Remove extraneous #includesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner