aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new << to allow printing modules by reference.Anand Shukla2002-07-031-0/+5
* *** empty log message ***Chris Lattner2002-06-251-12/+25
* Include an operator<<, to print modulesChris Lattner2002-04-281-0/+5
* * Module's are no longer Value'sChris Lattner2002-04-281-9/+27
* Add Module::getTypeNameChris Lattner2002-04-131-0/+5
* * Add virtual print methodsChris Lattner2002-04-081-0/+2
* Add new addTypeName method to Module classChris Lattner2002-03-291-0/+6
* Add getOrInsertFunction and getFunction methods to Module. This simplifiesChris Lattner2002-03-291-0/+11
* Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner2002-03-281-8/+0
* Transform uses of Method into uses of Function.Chris Lattner2002-03-261-23/+23
* Remove extranous forward declChris Lattner2002-03-231-1/+0