summaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAge
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-03
* I noticed that named metadata doesn't provide a direct way of getting at theDuncan Sands2012-05-16
* Add a flag to the struct type finder to collect only those types which haveBill Wendling2012-04-21
* Revert r155241, which is causing some breakage.Bill Wendling2012-04-20
* If we discover all of the named structs in a module, then don't bother toBill Wendling2012-04-20
* DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer2012-04-06
* s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...Bill Wendling2012-02-16
* Use the enum instead of 'unsigned'.Bill Wendling2012-02-15
* Add a module flags accessor method which returns the flags in a vector.Bill Wendling2012-02-15
* [WIP] Initial code for module flags.Bill Wendling2012-02-11
* 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