aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
AgeCommit message (Expand)Author
2004-03-12Fix PR266: Make Module Not Inherit From AnnotableChris Lattner
2004-03-08Remove Module::mutateConstantPointerRef, which is now thankfully dead!Chris Lattner
2004-03-01Make Module annotable. Reid has a bunch of code that depends on this, andChris Lattner
2004-02-29Module does not need to be annotatable aka annotableChris Lattner
2003-12-31Add some comments, add a new getGlobalVariable methodChris Lattner
2003-12-31* Make Module::getTypeName constChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-30Expose new print methodsChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-31Add new helper function which makes it even easier to do this sort of thingChris Lattner
2003-08-24Allow modules to have 'any' pointer size and endianness.Chris Lattner
2003-07-28Lined things up in a more aesthetically pleasing way.Misha Brukman
2003-04-22Add support for tracking whether a module is 64/32 bit and big/little endianChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-19Add a new Module::getNamedFunction methodChris Lattner
2002-11-08Add a method "getMainFunction()" that efficiently locates 'main' in a moduleChris Lattner
2002-10-14 - Dramatically simplify the Constant::mutateReferences implementation,Chris Lattner
2002-08-25Convert comments to Doxygen styleChris Lattner
2002-08-18 - ConstantPointerRefs are now automatically removed from the module tableChris Lattner
2002-08-17Add Module::dump() methodChris Lattner
2002-07-03Add new << to allow printing modules by reference.Anand Shukla
2002-06-25*** empty log message ***Chris Lattner
2002-04-28Include an operator<<, to print modulesChris Lattner
2002-04-28* Module's are no longer Value'sChris Lattner
2002-04-13Add Module::getTypeNameChris Lattner
2002-04-08* Add virtual print methodsChris Lattner
2002-03-29Add new addTypeName method to Module classChris Lattner
2002-03-29Add getOrInsertFunction and getFunction methods to Module. This simplifiesChris Lattner
2002-03-28Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner
2002-03-26Transform uses of Method into uses of Function.Chris Lattner
2002-03-23Remove extranous forward declChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-15Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner
2001-10-13Add support for module local constantsChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07SymTabValue no longer includes ValueHolder for Module. Include it ourselfChris Lattner
2001-07-14Made the following changes:Chris Lattner
2001-06-30Add a reduceApply methodChris Lattner
2001-06-27Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()Chris Lattner
2001-06-06Initial revisionChris Lattner