aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-0/+3
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+23
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-2/+0
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-6/+2
* For PR1146:Reid Spencer2007-04-091-2/+1
* For PR411:Reid Spencer2007-02-051-2/+2
* For PR411:Reid Spencer2007-02-051-94/+18
* For PR1163:Reid Spencer2007-02-041-0/+17
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* For PR761:Reid Spencer2007-01-261-20/+0
* Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner2007-01-071-12/+24
* For PR411:Reid Spencer2007-01-061-12/+15
* For PR950:Reid Spencer2006-12-311-7/+8
* Removing even more <iostream> includes.Bill Wendling2006-12-071-2/+1
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-311-8/+8
* Fix some think-o's in my last commit. Thanks to Chris for pointing them out.Owen Anderson2006-05-181-16/+18
* Change Module to use TargetData-compatible strings internally.Owen Anderson2006-05-181-1/+60
* add a new helper method.Chris Lattner2006-03-081-0/+14
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-251-17/+0
* Initial checkin of the InlineAsm classChris Lattner2006-01-241-1/+18
* Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner2005-12-051-7/+7
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* 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