| Age | Commit message (Expand) | Author |
| 2008-02-13 | A loop latch phi node may have uses inside loop, not just in loop header. | Devang Patel |
| 2008-02-13 | While moving exit condition, do not drop loop latch on the floor. | Devang Patel |
| 2008-02-13 | Keep track of exit value operand number when operands are swapped. | Devang Patel |
| 2008-02-13 | Add a note pointing to PR1996. | Eli Friedman |
| 2008-02-13 | Add test for PR1996. (This is my first time adding a test for a | Eli Friedman |
| 2008-02-12 | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson |
| 2008-02-08 | Fix PR 1995. | Devang Patel |
| 2008-02-06 | Temporarily reverting: | Bill Wendling |
| 2008-02-05 | Fix a bug compiling PR1978 (perhaps not the only one though) which | Chris Lattner |
| 2008-02-04 | Make this test more aggressive, to cover recent improvements. | Owen Anderson |
| 2008-02-04 | Allow GVN to hack on memcpy's, making them open to further optimization. | Owen Anderson |
| 2008-02-03 | Tag this test with the PR reference. | Nick Lewycky |
| 2008-02-03 | There are some cases where icmp(add) can be folded into a new icmp. Handle them. | Nick Lewycky |
| 2008-02-01 | Don't drop function/call return attributes like 'nounwind'. | Duncan Sands |
| 2008-01-30 | Make DSE much more aggressive by performing DCE earlier. Update a testcase t... | Owen Anderson |
| 2008-01-30 | Fix a bug where scalarrepl would discard offset if type would match. | Chris Lattner |
| 2008-01-29 | Don't let globalopt hack on volatile loads or stores. | Chris Lattner |
| 2008-01-29 | eliminate additions of 0.0 when they are obviously dead. This has to be care... | Chris Lattner |
| 2008-01-29 | Add a testcase for eliminating memcpy's at the end of functions. Forgot to c... | Owen Anderson |
| 2008-01-29 | Filter loops that subtract induction variables. | Devang Patel |
| 2008-01-28 | this test is now compiled into the right thing. | Chris Lattner |
| 2008-01-28 | Handle some more combinations of extend and icmp. Fixes PR1940. | Nick Lewycky |
| 2008-01-28 | Fix PR1932 by disabling an xform invalid for fdiv. | Chris Lattner |
| 2008-01-28 | Fix PR1938 by forcing the code that uses an undefined value to branch one | Chris Lattner |
| 2008-01-27 | Be more careful modifying the use_list while also iterating through it. | Nick Lewycky |
| 2008-01-27 | Revert r46393: readonly/readnone functions are no | Duncan Sands |
| 2008-01-27 | The CorrelatedExpressions pass is now no more. | Bill Wendling |
| 2008-01-27 | Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does. | Chris Lattner |
| 2008-01-26 | Invert this test, because it is wrong if we allow | Duncan Sands |
| 2008-01-25 | DeadStoreElimination can treat byval parameters as if there were alloca's for... | Owen Anderson |
| 2008-01-22 | Multiply can be evaluated in a different type, so long as the target type has | Nick Lewycky |
| 2008-01-17 | Test case for varargs parameter attribute issue I just fixed. | Evan Cheng |
| 2008-01-17 | Fix arg promotion to propagate the correct attrs on the calls to | Chris Lattner |
| 2008-01-16 | Do not strip llvm.used values. | Devang Patel |
| 2008-01-15 | add a test to ensure that argpromote of one argument doesn't | Chris Lattner |
| 2008-01-14 | I noticed that the trampoline straightening transformation could | Duncan Sands |
| 2008-01-14 | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner |
| 2008-01-14 | Turn a memcpy from a double* into a load/store of double instead of | Chris Lattner |
| 2008-01-13 | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner |
| 2008-01-13 | When turning a call to a bitcast function into a direct call, | Duncan Sands |
| 2008-01-12 | we don't have to make an explicit copy of a byval argument when | Chris Lattner |
| 2008-01-11 | When DAE drops the varargs part of a function, ensure any | Duncan Sands |
| 2008-01-11 | Teach argpromote to ruthlessly hack small byval structs when it can | Chris Lattner |
| 2008-01-11 | When inlining a functino with a byval argument, make an explicit | Chris Lattner |
| 2008-01-08 | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner |
| 2008-01-06 | The transform that tries to turn calls to bitcast functions into | Duncan Sands |
| 2008-01-06 | When transforming a call to a bitcast function into | Duncan Sands |
| 2008-01-05 | remove a couple more unsafe xforms in the face of overflow. | Chris Lattner |
| 2008-01-04 | Fix PR1896 | Chris Lattner |
| 2008-01-03 | don't hoist FP additions into unconditional adds + selects. This | Chris Lattner |