aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Module annotable. Reid has a bunch of code that depends on this, andChris Lattner2004-03-011-1/+1
* Module does not need to be annotatable aka annotableChris Lattner2004-02-291-1/+1
* Add some comments, add a new getGlobalVariable methodChris Lattner2003-12-311-4/+28
* * Make Module::getTypeName constChris Lattner2003-12-311-1/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Expose new print methodsChris Lattner2003-10-301-1/+3
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Add new helper function which makes it even easier to do this sort of thingChris Lattner2003-08-311-0/+6
* Allow modules to have 'any' pointer size and endianness.Chris Lattner2003-08-241-8/+3
* Lined things up in a more aesthetically pleasing way.Misha Brukman2003-07-281-2/+2
* Add support for tracking whether a module is 64/32 bit and big/little endianChris Lattner2003-04-221-10/+30
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-15/+4
* Add a new Module::getNamedFunction methodChris Lattner2002-11-191-0/+6
* Add a method "getMainFunction()" that efficiently locates 'main' in a moduleChris Lattner2002-11-081-0/+6
* - Dramatically simplify the Constant::mutateReferences implementation,Chris Lattner2002-10-141-1/+2
* Convert comments to Doxygen styleChris Lattner2002-08-251-33/+33
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-181-0/+1
* Add Module::dump() methodChris Lattner2002-08-171-0/+1