aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-8/+8
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-6/+6
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-151-5/+5
* Add support for module local constantsChris Lattner2001-10-131-1/+14
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+2
* Add support for new style castsChris Lattner2001-10-011-0/+5
* Implement global variable supportChris Lattner2001-09-101-2/+35
* SymTabValue no longer includes ValueHolder for Module. Include it ourselfChris Lattner2001-09-071-0/+1
* Made the following changes:Chris Lattner2001-07-141-2/+3
* Add a reduceApply methodChris Lattner2001-06-301-0/+7
* Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()Chris Lattner2001-06-271-0/+28
* Initial revisionChris Lattner2001-06-061-0/+38