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
* 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
* For PR411:Reid Spencer2007-02-051-14/+5
* For PR411:Reid Spencer2007-02-051-11/+13
* For PR1163:Reid Spencer2007-02-041-4/+3
* For PR761:Reid Spencer2007-01-261-8/+2
* Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner2007-01-071-4/+10
* For PR411:Reid Spencer2007-01-061-3/+9
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-6/+4
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+6
* Add support for the new "target data" information in .ll files. This providesOwen Anderson2006-10-181-0/+8
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-311-2/+2
* Change Module to use TargetData-compatible strings internally.Owen Anderson2006-05-181-6/+5
* For PR778:Reid Spencer2006-05-161-91/+143
* add a new helper methodChris Lattner2006-03-081-0/+6
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-251-31/+0
* Initial checkin of the InlineAsm classChris Lattner2006-01-241-17/+48
* Add global scope asm supportChris Lattner2006-01-231-1/+5
* Fix out of date comments, patch by Marco Matthies.Chris Lattner2006-01-081-4/+2
* Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner2005-12-051-6/+7
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-251-10/+10
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+3
* remove deprecated methodsChris Lattner2005-05-161-15/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5