| Age | Commit message (Expand) | Author |
| 2009-05-21 | Teach ValueTracking a new way to analyze PHI nodes, and and teach | Dan Gohman |
| 2009-05-20 | Suppress the IV reversal transformation in the case that the RHS | Dan Gohman |
| 2009-05-19 | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman |
| 2009-05-18 | Add nounwind to a few tests. | Dan Gohman |
| 2009-05-13 | Testcase for 71688. | Dale Johannesen |
| 2009-05-13 | calls in nothrow functions can be marked nothrow even if the callee | Chris Lattner |
| 2009-05-13 | Fix PR4206 - crash in simplify lib calls | Chris Lattner |
| 2009-05-12 | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman |
| 2009-05-12 | When forgetting SCEVs for loop PHIs, don't forget SCEVUnknown values. | Dan Gohman |
| 2009-05-08 | fix RewriteStoreUserOfWholeAlloca to use the correct type size | Chris Lattner |
| 2009-05-08 | PR4123: don't crash when inlining a call which uses its own result. | Eli Friedman |
| 2009-05-07 | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman |
| 2009-05-07 | Revert r70876 and add a testcase (@c7) showing the problem: | Duncan Sands |
| 2009-05-07 | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling |
| 2009-05-07 | Constant-fold ptrtoint+add+inttoptr to gep when the pointer is an | Dan Gohman |
| 2009-05-06 | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands |
| 2009-05-06 | Allow readonly functions to unwind exceptions. Teach | Duncan Sands |
| 2009-05-05 | Temporarily reverting r71008. It was causing this failure: | Bill Wendling |
| 2009-05-05 | Handle overflow of 64-bit loop conditions. | David Greene |
| 2009-05-04 | Restore minor deletion. | Mike Stump |
| 2009-05-02 | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman |
| 2009-04-30 | Don't try to mix integers and pointers in an icmp instruction | Dan Gohman |
| 2009-04-29 | Fix recent regression in gcc.dg/pr26719.c (6835035). | Dale Johannesen |
| 2009-04-28 | As with r70333, give the primary induction variable a use so | Dan Gohman |
| 2009-04-28 | Make this testcase slightly less trivial, so that it doesn't fail | Dan Gohman |
| 2009-04-27 | Fix PR 4086, a bug in FP IV elimination. | Dale Johannesen |
| 2009-04-27 | Teach getZeroExtendExpr and getSignExtendExpr to use trip-count | Dan Gohman |
| 2009-04-27 | Handle ands with ~0 correctly too. This fixes PR4052. | Dan Gohman |
| 2009-04-25 | Add several more icmp simplifications. Transform signed comparisons | Dan Gohman |
| 2009-04-25 | Handle ands with 0 and shifts by 0 correctly. These aren't | Dan Gohman |
| 2009-04-23 | Fix an error in this test. | Dan Gohman |
| 2009-04-23 | Change SCEVExpander's expandCodeFor to provide more flexibility | Dan Gohman |
| 2009-04-23 | Testcase for PR2639. | Owen Anderson |
| 2009-04-23 | Testcase for PR2537. | Owen Anderson |
| 2009-04-23 | Fix typo. | Owen Anderson |
| 2009-04-23 | Testcase for PR3085. | Owen Anderson |
| 2009-04-23 | Add testcase from PR3086. | Owen Anderson |
| 2009-04-22 | Make sure both operands have binary instructions have the same type. | Evan Cheng |
| 2009-04-22 | Avoid deferencing use_begin() if value does not have a use. | Evan Cheng |
| 2009-04-22 | SCEVExpander's InsertCastOfTo knows how to move existing cast | Dan Gohman |
| 2009-04-21 | fix a crash on a pointless but valid zero-length memset, rdar://6808691 | Chris Lattner |
| 2009-04-16 | Another testcase for IV shortening. | Dale Johannesen |
| 2009-04-15 | Enhance induction variable code to remove the | Dale Johannesen |
| 2009-04-15 | While inlining, clone llvm.dbg.func.start intrinsic and adjust | Devang Patel |
| 2009-04-14 | Optimize conditional branch on i1 phis with non-constant inputs. | Evan Cheng |
| 2009-04-13 | Add a new "available_externally" linkage type. This is intended | Chris Lattner |
| 2009-04-12 | add some optimizations for strncpy/strncat and factor some | Chris Lattner |
| 2009-04-08 | Instcombine should not promote whole computation trees to "strange" | Chris Lattner |
| 2009-04-07 | fix rdar://6762290, a crash compiling cxx filt with clang. | Chris Lattner |
| 2009-04-06 | Let the strcat optimizer return the pointer to the start of the buffer, | Ed Schouten |