| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+4 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -4/+0 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+4 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
* | Add a mechanism to specify attributes in getOrInsertFunction. | Nick Lewycky | 2009-01-04 | 1 | -1/+8 |
* | - Add a "getOrInsertGlobal" method to the Module class. This acts similarly to | Bill Wendling | 2008-11-04 | 1 | -0/+9 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -8/+9 |
* | Add a new version of Module::getFunction that takes a const char* instead | Chris Lattner | 2008-06-27 | 1 | -0/+1 |
* | Fix comment. | Eric Christopher | 2008-04-16 | 1 | -19/+19 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Fixing an comment in Module.h that refers to a nonexistent parameter. | Gordon Henriksen | 2007-09-18 | 1 | -5/+3 |
* | Add a convenince member function for appending strings to a module's | Dan Gohman | 2007-06-26 | 1 | -0/+7 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -10/+71 |
* | Fix build breakage on 64-bit systems. | Jeff Cohen | 2007-04-17 | 1 | -2/+2 |
* | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner | 2007-04-17 | 1 | -0/+20 |
* | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner | 2007-04-17 | 1 | -2/+15 |
* | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman | 2007-03-23 | 1 | -1/+1 |
* | add #include | Chris Lattner | 2007-02-12 | 1 | -0/+1 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -14/+5 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -11/+13 |
* | For PR1163: | Reid Spencer | 2007-02-04 | 1 | -4/+3 |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -8/+2 |
* | Change the interface to Module::getOrInsertFunction to be easier to use, | Chris Lattner | 2007-01-07 | 1 | -4/+10 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -3/+9 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -6/+4 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -2/+2 |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 1 | -0/+6 |
* | Add support for the new "target data" information in .ll files. This provides | Owen Anderson | 2006-10-18 | 1 | -0/+8 |
* | 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 |