summaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
Commit message (Expand)AuthorAge
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* simplify some code to avoid string thrashing.Chris Lattner2008-06-27
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-27
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Remove an unnecessary #includeDan Gohman2008-03-10
* Fix 80-col violations.Dan Gohman2008-01-29
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* For PR1146:Reid Spencer2007-04-09
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1163:Reid Spencer2007-02-04
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner2007-01-07
* For PR411:Reid Spencer2007-01-06
* For PR950:Reid Spencer2006-12-31
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-31
* Fix some think-o's in my last commit. Thanks to Chris for pointing them out.Owen Anderson2006-05-18
* Change Module to use TargetData-compatible strings internally.Owen Anderson2006-05-18
* add a new helper method.Chris Lattner2006-03-08
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-25
* Initial checkin of the InlineAsm classChris Lattner2006-01-24
* Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner2005-12-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-30
* Adjust to ilist changes.Chris Lattner2005-01-29
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-14
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-13
* Changes For Bug 352Reid Spencer2004-09-01
* bug 263:Reid Spencer2004-07-25
* bug 122:Reid Spencer2004-07-17
* Replace use of defunct Type::setName method with SymbolTable::insert.Reid Spencer2004-07-10
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-04
* Convert to SymbolTable's new lookup and iteration interfaces.Reid Spencer2004-05-25
* I'm allergic to the word `stuff'.Misha Brukman2004-04-21
* Remove Module::mutateConstantPointerRef, which is now thankfully dead!Chris Lattner2004-03-08
* Add some comments, add new getGlobalVariable methodChris Lattner2003-12-31
* * Make Module::getTypeName constChris Lattner2003-12-31
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Make code gcc 3.4 cleanChris Lattner2003-11-05
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13