| Commit message (Expand) | Author | Age | Files | Lines |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -2/+1 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -0/+1 |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 1 | -1/+1 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 1 | -1/+1 |
* | don't include loopinfo.h from this file. | Chris Lattner | 2008-01-11 | 1 | -1/+3 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson | 2007-11-14 | 1 | -2/+1 |
* | Add utility to clone loops. | Devang Patel | 2007-08-10 | 1 | -0/+9 |
* | Switch inliner over to use DenseMap instead of std::map for ValueMap. This | Chris Lattner | 2007-02-03 | 1 | -8/+8 |
* | The inliner/cloner can now optionally take TargetData info, which can be | Chris Lattner | 2007-01-30 | 1 | -4/+6 |
* | Implement a new method: CloneAndPruneFunctionInto, as documented. | Chris Lattner | 2006-05-27 | 1 | -0/+13 |
* | Add a CloneModule call that exposes the mapping of values from the old module | Chris Lattner | 2006-05-17 | 1 | -0/+1 |
* | Teach inline function how to update the callgraph when it makes changes. | Chris Lattner | 2006-01-14 | 1 | -9/+13 |
* | Allow the code cloning interfaces to capture some important info about the | Chris Lattner | 2006-01-13 | 1 | -6/+39 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
* | Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini... | Alkis Evlogimenos | 2004-05-19 | 1 | -0/+8 |
* | Check in header file I forgot before. | Chris Lattner | 2004-02-04 | 1 | -2/+5 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Fix an FLAT OUT WRONG comment | Chris Lattner | 2003-08-31 | 1 | -2/+3 |
* | Add versions of InlineFunction which work on Invoke instructions and general ... | Chris Lattner | 2003-08-24 | 1 | -1/+4 |
* | Fixed comment width, changed arg to be const, fixed indentation, removed unne... | Tanya Lattner | 2003-05-31 | 1 | -5/+5 |
* | Sorry, correcting small typo. | Tanya Lattner | 2003-05-30 | 1 | -1/+1 |
* | Added support for cloning a trace. | Tanya Lattner | 2003-05-30 | 1 | -0/+7 |
* | Doxygenify comments | Chris Lattner | 2003-05-29 | 1 | -16/+15 |
* | Add prototype for new CloneBasicBlock function | Chris Lattner | 2003-04-18 | 1 | -2/+28 |
* | Cloning stuff doesn't modify the source module | Chris Lattner | 2002-11-20 | 1 | -1/+1 |
* | Minor changes to cloning interface | Chris Lattner | 2002-11-19 | 1 | -1/+24 |
* | Extend function cloning interface to support inlining | Chris Lattner | 2002-11-19 | 1 | -2/+7 |
* | Merge cloning and inlining utilities | Chris Lattner | 2002-11-19 | 1 | -0/+41 |