| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the getNamedFunction and getNamedGlobal methods be const. They don't | Reid Spencer | 2006-05-31 | 1 | -2/+2 |
* | Change Module to use TargetData-compatible strings internally. | Owen Anderson | 2006-05-18 | 1 | -6/+5 |
* | For PR778: | Reid Spencer | 2006-05-16 | 1 | -91/+143 |
* | add a new helper method | Chris Lattner | 2006-03-08 | 1 | -0/+6 |
* | Change inline asms to be uniqued like constants, not embedded in a Module. | Chris Lattner | 2006-01-25 | 1 | -31/+0 |
* | Initial checkin of the InlineAsm class | Chris Lattner | 2006-01-24 | 1 | -17/+48 |
* | Add global scope asm support | Chris Lattner | 2006-01-23 | 1 | -1/+5 |
* | Fix out of date comments, patch by Marco Matthies. | Chris Lattner | 2006-01-08 | 1 | -4/+2 |
* | Add a flag to Module::getGlobalVariable to allow it to return vars with | Chris Lattner | 2005-12-05 | 1 | -6/+7 |
* | Add a missing Module::setTargetTriple method. | Chris Lattner | 2005-10-25 | 1 | -10/+10 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 1 | -1/+3 |
* | remove deprecated methods | Chris Lattner | 2005-05-16 | 1 | -15/+5 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | remove a whole bunch of dead methods. Noone should use reverse iterators any... | Chris Lattner | 2005-03-15 | 1 | -37/+0 |
* | Remove the reverse iterators for arguments and global vars. | Chris Lattner | 2005-03-14 | 1 | -20/+45 |
* | Do not replace ostream << Module*, only ostream << Module&. | Chris Lattner | 2005-02-13 | 1 | -5/+0 |
* | Improve conformance with the Misha spelling benchmark suite | Chris Lattner | 2005-01-30 | 1 | -6/+6 |
* | Adjust to changes in ilist | Chris Lattner | 2005-01-29 | 1 | -4/+6 |
* | These methods are long gone, ConstantPointerRef is dead. | Chris Lattner | 2004-11-19 | 1 | -5/+0 |
* | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner | 2004-11-15 | 1 | -3/+3 |
* | Fix grammar (i.e.) | Misha Brukman | 2004-10-29 | 1 | -1/+1 |
* | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer | 2004-09-14 | 1 | -26/+0 |
* | Add support for the link-time pass list to Modules. | Reid Spencer | 2004-09-13 | 1 | -1/+30 |
* | Make the dependent libraries list use a SetVector instead of a regular | Reid Spencer | 2004-09-11 | 1 | -3/+4 |
* | Provide a method for wholesale extraction of the dependent libraries. | Reid Spencer | 2004-08-24 | 1 | -0/+3 |
* | Reduce the footprint of the dependent library interface | Reid Spencer | 2004-07-25 | 1 | -18/+19 |
* | bug 263: | Reid Spencer | 2004-07-25 | 1 | -5/+30 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -1/+0 |
* | Apparently a particular vendor compiler uses the struct/class tag to MANGLE | Chris Lattner | 2004-06-08 | 1 | -1/+2 |
* | Fix PR266: Make Module Not Inherit From Annotable | Chris Lattner | 2004-03-12 | 1 | -1/+1 |
* | Remove Module::mutateConstantPointerRef, which is now thankfully dead! | Chris Lattner | 2004-03-08 | 1 | -1/+0 |
* | Make Module annotable. Reid has a bunch of code that depends on this, and | Chris Lattner | 2004-03-01 | 1 | -1/+1 |
* | Module does not need to be annotatable aka annotable | Chris Lattner | 2004-02-29 | 1 | -1/+1 |
* | Add some comments, add a new getGlobalVariable method | Chris Lattner | 2003-12-31 | 1 | -4/+28 |
* | * Make Module::getTypeName const | Chris Lattner | 2003-12-31 | 1 | -1/+5 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Expose new print methods | Chris Lattner | 2003-10-30 | 1 | -1/+3 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Add new helper function which makes it even easier to do this sort of thing | Chris Lattner | 2003-08-31 | 1 | -0/+6 |
* | Allow modules to have 'any' pointer size and endianness. | Chris Lattner | 2003-08-24 | 1 | -8/+3 |
* | Lined things up in a more aesthetically pleasing way. | Misha Brukman | 2003-07-28 | 1 | -2/+2 |
* | Add support for tracking whether a module is 64/32 bit and big/little endian | Chris Lattner | 2003-04-22 | 1 | -10/+30 |
* | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 1 | -15/+4 |
* | Add a new Module::getNamedFunction method | Chris Lattner | 2002-11-19 | 1 | -0/+6 |
* | Add a method "getMainFunction()" that efficiently locates 'main' in a module | Chris Lattner | 2002-11-08 | 1 | -0/+6 |
* | - Dramatically simplify the Constant::mutateReferences implementation, | Chris Lattner | 2002-10-14 | 1 | -1/+2 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 1 | -33/+33 |
* | - ConstantPointerRefs are now automatically removed from the module table | Chris Lattner | 2002-08-18 | 1 | -0/+1 |
* | Add Module::dump() method | Chris Lattner | 2002-08-17 | 1 | -0/+1 |