aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
AgeCommit message (Expand)Author
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-03Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-05-16I noticed that named metadata doesn't provide a direct way of getting at theDuncan Sands
2012-04-21Add a flag to the struct type finder to collect only those types which haveBill Wendling
2012-04-20Revert r155241, which is causing some breakage.Bill Wendling
2012-04-20If we discover all of the named structs in a module, then don't bother toBill Wendling
2012-04-06DenseMap: Perform the pod-like object optimization when the value type is POD...Benjamin Kramer
2012-02-16s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...Bill Wendling
2012-02-15Use the enum instead of 'unsigned'.Bill Wendling
2012-02-15Add a module flags accessor method which returns the flags in a vector.Bill Wendling
2012-02-11[WIP] Initial code for module flags.Bill Wendling
2011-08-13Remove the last improper use of getGlobalContext() from LLVM.Nick Lewycky
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-04-06Fix typo in doxy-comment.Nick Lewycky
2011-03-02Add a special streamer to libLTO that just records symbols definitions andRafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-07-22Warnings patrol.Eric Christopher
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-07-21Delete an obsolete comment.Dan Gohman
2010-06-2580-column and trailing whitespace cleanupJim Grosbach
2010-06-22Use single interface, using twine, to get named metadata.Devang Patel
2010-06-16Use separate named MDNode to hold each function's local variable info.Devang Patel
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-26Tweak the way appendModuleInlineAsm works, so you aren't obligedDuncan Sands
2010-01-12Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel
2010-01-07Use separate namespace for named metadata.Devang Patel
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
2009-12-29just cleanup.Chris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-11-03Added a comment to a function that had noneKenneth Uildriks
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
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