| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -16/+51 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -2/+9 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -20/+18 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -7/+7 |
* | Extend RemapInstruction and friends to take an optional new parameter, a Valu... | James Molloy | 2013-05-28 | 1 | -1/+2 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -4/+4 |
* | Remove unused and broken CloneFunction wrapper. | Benjamin Kramer | 2012-09-19 | 1 | -7/+0 |
* | 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 |