aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAgeFilesLines
* - 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