summaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAge
* Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky2011-08-13
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Fix typo in doxy-comment.Nick Lewycky2011-04-06
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* Merge System into Support.Michael J. Spencer2010-11-29
* Warnings patrol.Eric Christopher2010-07-22
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Delete an obsolete comment.Dan Gohman2010-07-21
* 80-column and trailing whitespace cleanupJim Grosbach2010-06-25
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-22
* Use separate named MDNode to hold each function's local variable info.Devang Patel2010-06-16
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Tweak the way appendModuleInlineAsm works, so you aren't obligedDuncan Sands2010-01-26
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-12
* Use separate namespace for named metadata.Devang Patel2010-01-07
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-29
* just cleanup.Chris Lattner2009-12-29
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Added a comment to a function that had noneKenneth Uildriks2009-11-03
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Align comments.Devang Patel2009-08-10
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Add getOrInsertNamedMetadata().Devang Patel2009-07-30
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-29
* Fix comment.Devang Patel2009-07-29
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* "ghostify" the ilist<Function> sentinelGabor Greif2009-03-27
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-07
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-07
* Remove the burden of dealing with list offsetsGabor Greif2009-03-07
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-06
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-03
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Add the private linkage.Rafael Espindola2009-01-15
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-04
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-04
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-27
* Fix comment.Eric Christopher2008-04-16
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen2007-09-18
* Add a convenince member function for appending strings to a module'sDan Gohman2007-06-26