Age | Commit message (Expand) | Author |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-19 | Remove unused and broken CloneFunction wrapper. | Benjamin Kramer |
2012-02-25 | Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These | Chad Rosier |
2012-02-06 | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling |
2011-12-23 | When not destroying the source, the linker is not remapping the types. Added ... | Mon P Wang |
2011-06-15 | Remove unused code. | Eli Friedman |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
2010-06-23 | Cosmetic change. | Devang Patel |
2010-05-01 | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to | Chris Lattner |
2010-04-23 | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner |
2010-04-22 | The inliner was choosing to not consider call sites | Chris Lattner |
2010-04-22 | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner |
2010-01-27 | Don't bother with sprintf, just pass the Twine through. | Benjamin Kramer |
2009-12-18 | Eliminate unnecessary LLVMContexts. | Dan Gohman |
2009-11-10 | Implement support to debug inlined functions. | Devang Patel |
2009-08-27 | enhance InlineFunction to be able to optionally return | Chris Lattner |
2009-08-27 | smallvectorize the list of returns built by CloneAndPruneFunctionInto. | Chris Lattner |
2009-08-27 | remove CloneTrace, which appears to be dead since 2004. | Chris Lattner |
2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
2008-05-30 | Revert 51775. | Evan Cheng |
2008-05-30 | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng |
2008-01-11 | don't include loopinfo.h from this file. | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-11-14 | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson |
2007-08-10 | Add utility to clone loops. | Devang Patel |
2007-02-03 | Switch inliner over to use DenseMap instead of std::map for ValueMap. This | Chris Lattner |
2007-01-30 | The inliner/cloner can now optionally take TargetData info, which can be | Chris Lattner |
2006-05-27 | Implement a new method: CloneAndPruneFunctionInto, as documented. | Chris Lattner |
2006-05-17 | Add a CloneModule call that exposes the mapping of values from the old module | Chris Lattner |
2006-01-14 | Teach inline function how to update the callgraph when it makes changes. | Chris Lattner |
2006-01-13 | Allow the code cloning interfaces to capture some important info about the | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-05-19 | Declare function defined in namespace llvm as gcc-3.4 doesn't accept a defini... | Alkis Evlogimenos |
2004-02-04 | Check in header file I forgot before. | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-08-31 | Fix an FLAT OUT WRONG comment | Chris Lattner |
2003-08-24 | Add versions of InlineFunction which work on Invoke instructions and general ... | Chris Lattner |
2003-05-31 | Fixed comment width, changed arg to be const, fixed indentation, removed unne... | Tanya Lattner |
2003-05-30 | Sorry, correcting small typo. | Tanya Lattner |
2003-05-30 | Added support for cloning a trace. | Tanya Lattner |
2003-05-29 | Doxygenify comments | Chris Lattner |
2003-04-18 | Add prototype for new CloneBasicBlock function | Chris Lattner |