aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
AgeCommit message (Expand)Author
2009-07-08Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson
2009-07-01Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-03-27"ghostify" the ilist<Function> sentinelGabor Greif
2009-03-07further simplifications arising from peruse of the more declarative interfaceGabor Greif
2009-03-06Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-01-15Add the private linkage.Rafael Espindola
2009-01-04Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky
2008-11-05Add comments to function.Bill Wendling
2008-11-04- Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-06-27simplify some code to avoid string thrashing.Chris Lattner
2008-06-27Add a new version of Module::getFunction that takes a const char* insteadChris Lattner
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