| Age | Commit message (Expand) | Author |
| 2008-01-14 | I noticed that the trampoline straightening transformation could | Duncan Sands |
| 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-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 |
| 2007-12-29 | dead calls to llvm.stacksave can be deleted, even though they | Chris Lattner |
| 2007-12-29 | upgrade this test | Chris Lattner |
| 2007-12-28 | Add a testcase for my recent InstCombine fix, written by Nicholas. | Owen Anderson |
| 2007-12-22 | implement InstCombine/shift-trunc-shift.ll. This allows | Chris Lattner |
| 2007-12-20 | Implement review feedback, including additional transforms | Christopher Lamb |
| 2007-12-18 | Remove an orthogonal transformation of the selection condition from my most r... | Christopher Lamb |
| 2007-12-18 | Fix typos. | Christopher Lamb |
| 2007-12-18 | Fold certain additions through selects (and their compares) so as to eliminat... | Christopher Lamb |
| 2007-12-16 | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands |
| 2007-12-12 | 1. "Upgrage" comments. | Wojciech Matyjewicz |
| 2007-12-11 | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner |
| 2007-12-10 | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner |
| 2007-11-25 | Implement PR1822 | Chris Lattner |
| 2007-11-25 | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands |
| 2007-11-22 | Fix PR1817. | Chris Lattner |
| 2007-11-16 | Fix PR1800 by correcting mistaken logic. | Chris Lattner |
| 2007-11-08 | Better check | Andrew Lenharth |
| 2007-11-08 | Fix PR1780 | Andrew Lenharth |
| 2007-11-06 | Implement PR1777 by detecting dependent phis that | Chris Lattner |
| 2007-11-05 | Fix an abort in instcombine when folding creates a vector rem instruction. | Dan Gohman |
| 2007-11-01 | Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious | Chris Lattner |
| 2007-11-01 | Fix InstCombine/2007-10-31-RangeCrash.ll | Chris Lattner |
| 2007-10-30 | Add support for folding binary operators with vector zero operands. | Dan Gohman |
| 2007-10-29 | update testcase | Chris Lattner |
| 2007-10-29 | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner |
| 2007-10-29 | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling | Chris Lattner |
| 2007-10-24 | Implement a couple of foldings for ordered and unordered comparisons, | Chris Lattner |
| 2007-10-19 | This test now passes. | Devang Patel |
| 2007-10-18 | XFAIL for now. | Devang Patel |
| 2007-10-17 | Apply "Instead of loading small c string constant, use integer constant direc... | Devang Patel |
| 2007-10-12 | Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll | Chris Lattner |
| 2007-10-12 | testcase for PR1728 | Chris Lattner |
| 2007-10-11 | Lower memcpy if it makes sense. | Devang Patel |
| 2007-09-20 | Testcase for PR1678. | Duncan Sands |
| 2007-09-17 | Instcombine x-((x/y)*y) into a remainder operator. | Dan Gohman |
| 2007-09-11 | Test that a call to a trampoline is turned into a call to | Duncan Sands |
| 2007-09-10 | Fix a buggy constant folding transformation when handling aliases. | Chris Lattner |
| 2007-09-07 | Don't zap back to back volatile load/stores | Chris Lattner |
| 2007-09-06 | When the two operands of an icmp are equal, there are five possible predicates | Nick Lewycky |
| 2007-09-05 | Change all floating constants that are not exactly | Dale Johannesen |
| 2007-08-15 | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman |
| 2007-08-12 | oops, forgot to commit this. | Chris Lattner |