aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* Warnings patrol.Eric Christopher2010-07-221-2/+2
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-17/+9
* Delete an obsolete comment.Dan Gohman2010-07-211-2/+1
* 80-column and trailing whitespace cleanupJim Grosbach2010-06-251-13/+14
* Use single interface, using twine, to get named metadata.Devang Patel2010-06-221-2/+1
* Use separate named MDNode to hold each function's local variable info.Devang Patel2010-06-161-0/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-0/+47
* Tweak the way appendModuleInlineAsm works, so you aren't obligedDuncan Sands2010-01-261-3/+5
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-121-4/+3
* Use separate namespace for named metadata.Devang Patel2010-01-071-13/+23
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-1/+10
* just cleanup.Chris Lattner2009-12-291-29/+28
* Pass StringRef by value.Daniel Dunbar2009-11-061-23/+23
* Added a comment to a function that had noneKenneth Uildriks2009-11-031-0/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-231-6/+1
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Align comments.Devang Patel2009-08-101-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Add getOrInsertNamedMetadata().Devang Patel2009-07-301-3/+8
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-291-6/+70
* Fix comment.Devang Patel2009-07-291-1/+1
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-24/+22
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-3/+3
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-3/+3
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+8
* "ghostify" the ilist<Function> sentinelGabor Greif2009-03-271-3/+14
* simplify the way how traits get hold of the symbol tableGabor Greif2009-03-071-19/+0
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-071-3/+0
* Remove the burden of dealing with list offsetsGabor Greif2009-03-071-31/+9
* Add Module::getNamedValue; use to normalize access to Module symbolDaniel Dunbar2009-03-061-0/+10
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+2
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-0/+4
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-4/+0
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-0/+4
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-041-1/+8
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-041-0/+9
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-8/+9
* Add a new version of Module::getFunction that takes a const char* insteadChris Lattner2008-06-271-0/+1
* Fix comment.Eric Christopher2008-04-161-19/+19
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen2007-09-181-5/+3
* Add a convenince member function for appending strings to a module'sDan Gohman2007-06-261-0/+7
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-10/+71
* Fix build breakage on 64-bit systems.Jeff Cohen2007-04-171-2/+2
* The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner2007-04-171-0/+20
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-2/+15
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-1/+1
* add #includeChris Lattner2007-02-121-0/+1