aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner2005-03-151-37/+0
* Remove the reverse iterators for arguments and global vars.Chris Lattner2005-03-141-20/+45
* Do not replace ostream << Module*, only ostream << Module&.Chris Lattner2005-02-131-5/+0
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-6/+6
* Adjust to changes in ilistChris Lattner2005-01-291-4/+6
* These methods are long gone, ConstantPointerRef is dead.Chris Lattner2004-11-191-5/+0
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-3/+3
* Fix grammar (i.e.)Misha Brukman2004-10-291-1/+1
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-141-26/+0
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-131-1/+30
* Make the dependent libraries list use a SetVector instead of a regularReid Spencer2004-09-111-3/+4
* Provide a method for wholesale extraction of the dependent libraries.Reid Spencer2004-08-241-0/+3
* Reduce the footprint of the dependent library interfaceReid Spencer2004-07-251-18/+19
* bug 263:Reid Spencer2004-07-251-5/+30
* bug 122:Reid Spencer2004-07-171-1/+0
* Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner2004-06-081-1/+2
* Fix PR266: Make Module Not Inherit From AnnotableChris Lattner2004-03-121-1/+1
* Remove Module::mutateConstantPointerRef, which is now thankfully dead!Chris Lattner2004-03-081-1/+0