| Age | Commit message (Expand) | Author |
| 2008-05-09 | don't sink invokes, even if they are readonly. This fixes a | Chris Lattner |
| 2008-05-09 | Fix a type and formatting. | Duncan Sands |
| 2008-05-09 | Implement PR2298. This transforms: | Chris Lattner |
| 2008-05-09 | restore doxygen comment. | Chris Lattner |
| 2008-05-08 | Improve pass documentation and comments. | Gordon Henriksen |
| 2008-05-08 | More than just loads can read from memory: readonly calls like strlen | Chris Lattner |
| 2008-05-08 | Make instcombine's DSE respect loads as well as stores. It is not safe to | Chris Lattner |
| 2008-05-08 | Check linkage. | Devang Patel |
| 2008-05-07 | Turn StripPointerCast() into a method | Anton Korobeynikov |
| 2008-05-07 | Fix a bug in the ComputeMaskedBits logic for multiply. | Dan Gohman |
| 2008-05-06 | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov |
| 2008-05-06 | We need to update PHIs containing the exiting block, not the exit block. We ... | Owen Anderson |
| 2008-05-06 | Fix typo. | Devang Patel |
| 2008-05-06 | fix typo Duncan noticed | Chris Lattner |
| 2008-05-06 | Make several variable declarations static. | Dan Gohman |
| 2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
| 2008-05-06 | Correct the value of LowBits in srem and urem handling in | Dan Gohman |
| 2008-05-05 | Fix: Some classes were derived from a class in an anonymous namespace, but they | Bill Wendling |
| 2008-05-05 | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner |
| 2008-05-04 | processStore may delete the instruction, avoid | Torok Edwin |
| 2008-05-03 | Handle multiple return values. | Devang Patel |
| 2008-05-03 | Do not sink getresult. | Devang Patel |
| 2008-05-02 | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman |
| 2008-05-02 | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner |
| 2008-05-02 | add a FIXME so we remember to eventually remove this code. | Chris Lattner |
| 2008-05-02 | Porting r50563 from Tak to mainline. | Bill Wendling |
| 2008-05-01 | Don't try to create PHIs of struct types. Fallout | Dale Johannesen |
| 2008-05-01 | Fix an overaggressive SimplifyDemandedBits optimization on urem. This | Dan Gohman |
| 2008-05-01 | 1) add '-debug' output | Chris Lattner |
| 2008-05-01 | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner |
| 2008-04-30 | This condition got inverted accidentally. | Owen Anderson |
| 2008-04-30 | move lowering of llvm.memset -> store from simplify libcalls | Chris Lattner |
| 2008-04-30 | use string length computation to generalize several xforms. | Chris Lattner |
| 2008-04-29 | Revert r50441. The original code was correct. Add some more comments so tha... | Owen Anderson |
| 2008-04-29 | Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl... | Owen Anderson |
| 2008-04-29 | We should be returning true here since we've changed the function. | Owen Anderson |
| 2008-04-29 | A lot of cleanups and documentation improvements, as well as a few corner cas... | Owen Anderson |
| 2008-04-29 | Rename DeadLoopElimination to LoopDeletion, part 2. | Owen Anderson |
| 2008-04-29 | Rename DeadLoopElimination to LoopDeletion, part one. | Owen Anderson |
| 2008-04-29 | don't eliminate load from volatile value on paths where the load is dead. | Chris Lattner |
| 2008-04-29 | fix a subtle volatile handling bug. | Chris Lattner |
| 2008-04-29 | Implement more aggressive support for analyzing string length. This | Chris Lattner |
| 2008-04-29 | Clarify what we mean by a dead loop. | Owen Anderson |
| 2008-04-29 | don't delete the last store to an alloca if the store is volatile. | Chris Lattner |
| 2008-04-29 | Add some more comments. | Owen Anderson |
| 2008-04-29 | Remove debugging code. | Owen Anderson |
| 2008-04-29 | Add dead loop elimination, which removes dead loops for which we can compute | Owen Anderson |
| 2008-04-28 | Fix DSE to not eliminate volatile loads with no uses. | Dan Gohman |
| 2008-04-28 | Teach InstCombine's ComputeMaskedBits what SelectionDAG's | Dan Gohman |
| 2008-04-28 | Fix PR2256, yet another miscompilation in simplifycfg of i | Chris Lattner |