| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These | Chad Rosier | 2012-02-25 | 1 | -3/+3 |
| * | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling | 2012-02-06 | 1 | -9/+1 |
| * | When not destroying the source, the linker is not remapping the types. Added ... | Mon P Wang | 2011-12-23 | 1 | -3/+4 |
| * | Remove unused code. | Eli Friedman | 2011-06-15 | 1 | -6/+0 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | Be more consistent in using ValueToValueMapTy. | Rafael Espindola | 2010-10-13 | 1 | -7/+8 |
| * | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 1 | -1/+14 |
| * | Use ValueMap instead of DenseMap. | Devang Patel | 2010-06-24 | 1 | -8/+8 |
| * | Cosmetic change. | Devang Patel | 2010-06-23 | 1 | -14/+14 |
| * | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to | Chris Lattner | 2010-05-01 | 1 | -5/+4 |
| * | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner | 2010-04-23 | 1 | -1/+2 |
| * | The inliner was choosing to not consider call sites | Chris Lattner | 2010-04-22 | 1 | -1/+6 |
| * | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner | 2010-04-22 | 1 | -13/+27 |
| * | Don't bother with sprintf, just pass the Twine through. | Benjamin Kramer | 2010-01-27 | 1 | -1/+2 |
| * | Eliminate unnecessary LLVMContexts. | Dan Gohman | 2009-12-18 | 1 | -1/+0 |
| * | Implement support to debug inlined functions. | Devang Patel | 2009-11-10 | 1 | -1/+3 |
| * | enhance InlineFunction to be able to optionally return | Chris Lattner | 2009-08-27 | 1 | -3/+10 |
| * | smallvectorize the list of returns built by CloneAndPruneFunctionInto. | Chris Lattner | 2009-08-27 | 1 | -3/+3 |
| * | remove CloneTrace, which appears to be dead since 2004. | Chris Lattner | 2009-08-27 | 1 | -17/+3 |
| * | 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 |