summaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
Commit message (Expand)AuthorAge
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-31
* Change Module to use TargetData-compatible strings internally.Owen Anderson2006-05-18
* For PR778:Reid Spencer2006-05-16
* add a new helper methodChris Lattner2006-03-08
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-25
* Initial checkin of the InlineAsm classChris Lattner2006-01-24
* Add global scope asm supportChris Lattner2006-01-23
* Fix out of date comments, patch by Marco Matthies.Chris Lattner2006-01-08
* Add a flag to Module::getGlobalVariable to allow it to return vars withChris Lattner2005-12-05
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-25
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* remove deprecated methodsChris Lattner2005-05-16
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove a whole bunch of dead methods. Noone should use reverse iterators any...Chris Lattner2005-03-15
* Remove the reverse iterators for arguments and global vars.Chris Lattner2005-03-14
* Do not replace ostream << Module*, only ostream << Module&.Chris Lattner2005-02-13
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-30
* Adjust to changes in ilistChris Lattner2005-01-29
* These methods are long gone, ConstantPointerRef is dead.Chris Lattner2004-11-19
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-15
* Fix grammar (i.e.)Misha Brukman2004-10-29
* Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer2004-09-14
* Add support for the link-time pass list to Modules.Reid Spencer2004-09-13
* Make the dependent libraries list use a SetVector instead of a regularReid Spencer2004-09-11
* Provide a method for wholesale extraction of the dependent libraries.Reid Spencer2004-08-24
* Reduce the footprint of the dependent library interfaceReid Spencer2004-07-25
* bug 263:Reid Spencer2004-07-25
* bug 122:Reid Spencer2004-07-17
* Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner2004-06-08
* Fix PR266: Make Module Not Inherit From AnnotableChris Lattner2004-03-12
* Remove Module::mutateConstantPointerRef, which is now thankfully dead!Chris Lattner2004-03-08
* Make Module annotable. Reid has a bunch of code that depends on this, andChris Lattner2004-03-01
* Module does not need to be annotatable aka annotableChris Lattner2004-02-29
* Add some comments, add a new getGlobalVariable methodChris Lattner2003-12-31
* * Make Module::getTypeName constChris Lattner2003-12-31
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Expose new print methodsChris Lattner2003-10-30
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Add new helper function which makes it even easier to do this sort of thingChris Lattner2003-08-31
* Allow modules to have 'any' pointer size and endianness.Chris Lattner2003-08-24
* Lined things up in a more aesthetically pleasing way.Misha Brukman2003-07-28
* Add support for tracking whether a module is 64/32 bit and big/little endianChris Lattner2003-04-22
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Add a new Module::getNamedFunction methodChris Lattner2002-11-19
* Add a method "getMainFunction()" that efficiently locates 'main' in a moduleChris Lattner2002-11-08
* - Dramatically simplify the Constant::mutateReferences implementation,Chris Lattner2002-10-14
* Convert comments to Doxygen styleChris Lattner2002-08-25
* - ConstantPointerRefs are now automatically removed from the module tableChris Lattner2002-08-18
* Add Module::dump() methodChris Lattner2002-08-17