aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
AgeCommit message (Expand)Author
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-10Remove an unnecessary #includeDan Gohman
2008-01-29Fix 80-col violations.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-17The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2007-04-09For PR1146:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-04For PR1163:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-07Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner
2007-01-06For PR411:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-05-31Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer
2006-05-18Fix some think-o's in my last commit. Thanks to Chris for pointing them out.Owen Anderson
2006-05-18Change Module to use TargetData-compatible strings internally.Owen Anderson
2006-03-08add a new helper method.Chris Lattner
2006-01-25Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner
2006-01-24Initial checkin of the InlineAsm classChris Lattner
2005-12-05Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner
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