| Age | Commit message (Expand) | Author |
| 2008-02-26 | Really feed llvm-as with the testcase, do not let it read from stdin. This fi... | Gabor Greif |
| 2008-02-23 | Testcase for Revision 47478. | Zhou Sheng |
| 2008-02-18 | Correctly fold divide-by-constant, even when faced with overflow. | Nick Lewycky |
| 2008-02-18 | optimize away stackrestore calls that have no intervening alloca or call. | Chris Lattner |
| 2008-02-18 | upgrade this test. | Chris Lattner |
| 2008-02-17 | Fold (-x + -y) -> -(x+y) which promotes better association, fixing | Chris Lattner |
| 2008-02-05 | Fix a bug compiling PR1978 (perhaps not the only one though) which | Chris Lattner |
| 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-01-29 | eliminate additions of 0.0 when they are obviously dead. This has to be care... | Chris Lattner |
| 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-27 | Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does. | Chris Lattner |
| 2008-01-22 | Multiply can be evaluated in a different type, so long as the target type has | Nick Lewycky |
| 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 |