aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* 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