aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
AgeCommit message (Expand)Author
2009-08-23remove the std::ostream version of module and type printing.Chris Lattner
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-10Align comments.Devang Patel
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-30Add getOrInsertNamedMetadata().Devang Patel
2009-07-29Keep track of named mdnodes in a Module using an ilist.Devang Patel
2009-07-29Fix comment.Devang Patel
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar
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-07simplify the way how traits get hold of the symbol tableGabor Greif
2009-03-07further simplifications arising from peruse of the more declarative interfaceGabor Greif
2009-03-07Remove the burden of dealing with list offsetsGabor Greif
2009-03-06Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar
2009-03-03Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman
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-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-27Add a new version of Module::getFunction that takes a const char* insteadChris Lattner
2008-04-16Fix comment.Eric Christopher
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-09-18Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen
2007-06-26Add a convenince member function for appending strings to a module'sDan Gohman
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-17Fix build breakage on 64-bit systems.Jeff Cohen
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-03-23Add the 'explicit' keyword to several constructors that accept oneDan Gohman
2007-02-12add #includeChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-04For PR1163:Reid 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-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-10-18Add support for the new "target data" information in .ll files. This providesOwen Anderson
2006-05-31Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer
2006-05-18Change Module to use TargetData-compatible strings internally.Owen Anderson
2006-05-16For PR778:Reid Spencer
2006-03-08add a new helper methodChris Lattner
2006-01-25Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner