| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach InstCombine's ComputeMaskedBits to handle pointer expressions | Dan Gohman | 2008-04-10 | 2 | -0/+73 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 1 | -0/+6 |
* | Byebye llvm-upgrade! | Tanya Lattner | 2008-03-25 | 4 | -274/+305 |
* | Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at... | Evan Cheng | 2008-03-24 | 1 | -0/+35 |
* | Teach masked value is zero about add and sub, and use MVIZ to | Chris Lattner | 2008-03-21 | 1 | -0/+7 |
* | Upgrade tests to not use llvm-upgrade. | Tanya Lattner | 2008-03-18 | 3 | -104/+111 |
* | The inst combining of inttoptr into GEP with one index was using the bit size of | Bill Wendling | 2008-03-14 | 1 | -0/+9 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-09 | 48 | -726/+799 |
* | Commit the testcase too. | Nick Lewycky | 2008-03-06 | 1 | -0/+8 |
* | Don't try to simplify urem and srem using arithmetic rules that don't work | Nick Lewycky | 2008-03-06 | 1 | -26/+33 |
* | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 86 | -2979/+3042 |
* | Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp... | Chris Lattner | 2008-02-29 | 1 | -0/+16 |
* | fix this test so that the fn name doesn't match the regex | Chris Lattner | 2008-02-26 | 1 | -1/+1 |
* | Really feed llvm-as with the testcase, do not let it read from stdin. This fi... | Gabor Greif | 2008-02-26 | 1 | -1/+1 |
* | Testcase for Revision 47478. | Zhou Sheng | 2008-02-23 | 1 | -0/+9 |
* | Correctly fold divide-by-constant, even when faced with overflow. | Nick Lewycky | 2008-02-18 | 2 | -0/+23 |
* | optimize away stackrestore calls that have no intervening alloca or call. | Chris Lattner | 2008-02-18 | 1 | -3/+40 |
* | upgrade this test. | Chris Lattner | 2008-02-18 | 1 | -11/+11 |
* | Fold (-x + -y) -> -(x+y) which promotes better association, fixing | Chris Lattner | 2008-02-17 | 1 | -0/+12 |
* | Fix a bug compiling PR1978 (perhaps not the only one though) which | Chris Lattner | 2008-02-05 | 1 | -0/+33 |
* | Tag this test with the PR reference. | Nick Lewycky | 2008-02-03 | 1 | -0/+1 |
* | There are some cases where icmp(add) can be folded into a new icmp. Handle them. | Nick Lewycky | 2008-02-03 | 1 | -0/+19 |
* | eliminate additions of 0.0 when they are obviously dead. This has to be care... | Chris Lattner | 2008-01-29 | 1 | -0/+15 |
* | this test is now compiled into the right thing. | Chris Lattner | 2008-01-28 | 1 | -1/+2 |
* | Handle some more combinations of extend and icmp. Fixes PR1940. | Nick Lewycky | 2008-01-28 | 1 | -0/+17 |
* | Fix PR1932 by disabling an xform invalid for fdiv. | Chris Lattner | 2008-01-28 | 1 | -0/+7 |
* | Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does. | Chris Lattner | 2008-01-27 | 1 | -0/+36 |
* | Multiply can be evaluated in a different type, so long as the target type has | Nick Lewycky | 2008-01-22 | 1 | -0/+11 |
* | I noticed that the trampoline straightening transformation could | Duncan Sands | 2008-01-14 | 2 | -0/+48 |
* | Turn a memcpy from a double* into a load/store of double instead of | Chris Lattner | 2008-01-14 | 1 | -0/+14 |
* | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner | 2008-01-13 | 1 | -0/+9 |
* | When turning a call to a bitcast function into a direct call, | Duncan Sands | 2008-01-13 | 2 | -2/+16 |
* | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner | 2008-01-08 | 1 | -0/+20 |
* | The transform that tries to turn calls to bitcast functions into | Duncan Sands | 2008-01-06 | 1 | -0/+23 |
* | When transforming a call to a bitcast function into | Duncan Sands | 2008-01-06 | 2 | -0/+20 |
* | remove a couple more unsafe xforms in the face of overflow. | Chris Lattner | 2008-01-05 | 1 | -25/+0 |
* | dead calls to llvm.stacksave can be deleted, even though they | Chris Lattner | 2007-12-29 | 1 | -0/+10 |
* | upgrade this test | Chris Lattner | 2007-12-29 | 1 | -11/+12 |
* | Add a testcase for my recent InstCombine fix, written by Nicholas. | Owen Anderson | 2007-12-28 | 1 | -0/+89 |
* | implement InstCombine/shift-trunc-shift.ll. This allows | Chris Lattner | 2007-12-22 | 1 | -0/+10 |
* | Implement review feedback, including additional transforms | Christopher Lamb | 2007-12-20 | 1 | -0/+25 |
* | Remove an orthogonal transformation of the selection condition from my most r... | Christopher Lamb | 2007-12-18 | 1 | -10/+1 |
* | Fix typos. | Christopher Lamb | 2007-12-18 | 1 | -1/+1 |
* | Fold certain additions through selects (and their compares) so as to eliminat... | Christopher Lamb | 2007-12-18 | 1 | -0/+38 |
* | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 1 | -0/+7 |
* | 1. "Upgrage" comments. | Wojciech Matyjewicz | 2007-12-12 | 1 | -0/+10 |
* | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner | 2007-12-11 | 1 | -0/+33 |
* | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner | 2007-12-10 | 1 | -0/+9 |
* | Implement PR1822 | Chris Lattner | 2007-11-25 | 1 | -3/+11 |
* | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands | 2007-11-25 | 1 | -0/+12 |