| Age | Commit message (Expand) | Author |
| 2010-06-22 | Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr... | Devang Patel |
| 2010-06-22 | Revert my change to clone named metadata. Buildbots are complaining. | Bob Wilson |
| 2010-06-22 | Include named metadata when cloning a module. | Bob Wilson |
| 2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
| 2010-06-19 | Add a TODO comment. | Dan Gohman |
| 2010-06-19 | Include the use kind along with the expression in the key of the | Dan Gohman |
| 2010-06-19 | Don't include things in anonymous namespaces that don't need it. | Dan Gohman |
| 2010-06-18 | Disable indvars on loops when LoopSimplify form is not available. | Dan Gohman |
| 2010-06-16 | remove trailing whitespace | Jim Grosbach |
| 2010-06-16 | Make sure that simplify libcalls does not replace a call with one calling | Rafael Espindola |
| 2010-06-16 | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1) | Benjamin Kramer |
| 2010-06-15 | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer |
| 2010-06-14 | jump threading can't split a critical edge from an indirectbr. This | Chris Lattner |
| 2010-06-13 | SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes... | Benjamin Kramer |
| 2010-06-09 | Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ... | Kenneth Uildriks |
| 2010-06-07 | Make bugpoint dead-argument-hacking actually work, and actually test it. | Dan Gohman |
| 2010-06-05 | Partial specialization was not checking the callsite to make sure it was usin... | Kenneth Uildriks |
| 2010-06-04 | Don't track users of undef values; they aren't interesting for | Dan Gohman |
| 2010-06-04 | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel |
| 2010-06-01 | Remove unused code | Jim Grosbach |
| 2010-06-01 | fix think-o | Jim Grosbach |
| 2010-06-01 | Simplify things a bit more. Fix prototype to use SmallVectorImpl and | Jim Grosbach |
| 2010-06-01 | mirror of r105280 changes for LowerInvoke, which uses the same basic logic here | Jim Grosbach |
| 2010-06-01 | Use SmallVector instead of std::vector. | Jim Grosbach |
| 2010-05-31 | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands |
| 2010-05-31 | Avoid swap when a copy suffices. | Benjamin Kramer |
| 2010-05-31 | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky |
| 2010-05-28 | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman |
| 2010-05-28 | Teach instcombine to promote alloca array sizes. | Dan Gohman |
| 2010-05-28 | Fix instcombine's handling of alloca to accept non-i32 types. | Dan Gohman |
| 2010-05-28 | Fix typo. | Devang Patel |
| 2010-05-28 | Fix typo. | Devang Patel |
| 2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
| 2010-05-27 | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands |
| 2010-05-26 | Kill unneeded SExt. | Benjamin Kramer |
| 2010-05-25 | Properly promote operands when optimizing a single-character memcmp. | Benjamin Kramer |
| 2010-05-25 | Fix a missing newline in debug output. | Dan Gohman |
| 2010-05-20 | DominatorTree.getNode can return null for unreachable blocks. | Dan Gohman |
| 2010-05-20 | Minor code cleanups. | Dan Gohman |
| 2010-05-20 | Make Solve check its own post-condition, to reduce clutter in the | Dan Gohman |
| 2010-05-20 | Add comments. | Dan Gohman |
| 2010-05-20 | More code cleanups. Use iterators instead of indices when indices | Dan Gohman |
| 2010-05-20 | Fix OptimizeShadowIV to set Changed. Change OptimizeLoopTermCond to set | Dan Gohman |
| 2010-05-20 | Add some comments. | Dan Gohman |
| 2010-05-20 | Simplify this code. Don't do a DomTreeNode lookup for each visited block. | Dan Gohman |
| 2010-05-20 | Minor code cleanups. | Dan Gohman |
| 2010-05-20 | When canonicalizing icmp operand order to put the loop invariant | Dan Gohman |
| 2010-05-20 | Set Changed to true when canonicalizing ICmp operand order; even though | Dan Gohman |
| 2010-05-20 | Strip llvm.dbg.lv also. | Devang Patel |
| 2010-05-20 | Rename a variable to avoid shadowing. | Dan Gohman |