aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+425