| Commit message (Expand) | Author | Age | Files | Lines |
* | Didn't mean to change this. | Evan Cheng | 2008-08-17 | 1 | -0/+99 |
* | Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ... | Evan Cheng | 2008-08-17 | 1 | -99/+0 |
* | Xor'ing both sides of icmp by sign-bit is equivalent to swapping signedness of | Nick Lewycky | 2008-08-17 | 1 | -0/+22 |
* | Remove GCSE and LoadVN from the testsuite. | Owen Anderson | 2008-08-16 | 12 | -121/+6 |
* | Reapply 54786. Add overflow and number of mantissa bits checks. | Devang Patel | 2008-08-15 | 1 | -0/+99 |
* | Revert 54786. It's not checking for overflows, etc. | Evan Cheng | 2008-08-15 | 1 | -27/+0 |
* | If IV is used in a int-to-float cast inside the loop then try to eliminate th... | Devang Patel | 2008-08-14 | 1 | -0/+27 |
* | Fix a bogus srem rule - a negative value srem'd by a power-of-2 | Dan Gohman | 2008-08-13 | 1 | -0/+18 |
* | Fix SCCP's handling of struct value loads and stores. SCCP doesn't | Dan Gohman | 2008-08-13 | 1 | -0/+20 |
* | Check sign to detect overflow before changing compare stride. | Devang Patel | 2008-08-13 | 1 | -0/+31 |
* | Implement support for simplifying vector comparisons by 0.0 and 1.0 like we | Chris Lattner | 2008-08-11 | 1 | -2/+15 |
* | Add a basic test for the SRETPromotion pass. | Matthijs Kooijman | 2008-08-07 | 1 | -0/+33 |
* | Move two tests from SRETPromotion to Inline, since they only call opt -inline. | Matthijs Kooijman | 2008-08-07 | 2 | -0/+0 |
* | Fix a shufflevector instcombine that was emitting invalid masks indices | Dan Gohman | 2008-08-06 | 1 | -0/+109 |
* | PR2535, not PR2355. | Evan Cheng | 2008-08-06 | 1 | -1/+1 |
* | Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ... | Evan Cheng | 2008-08-06 | 1 | -0/+24 |
* | optimize a common idiom generated by clang for bitfield access, PR2638. | Chris Lattner | 2008-08-06 | 1 | -0/+10 |
* | Zap sitofp/fptoui pairs. In all cases when the sign difference | Chris Lattner | 2008-08-06 | 1 | -1/+13 |
* | Reinstate this optimization, but without the miscompile. Thanks to Bill for | Nick Lewycky | 2008-08-06 | 1 | -0/+10 |
* | Just grep for through the LL code instead of the ASM code | Bill Wendling | 2008-08-06 | 1 | -1/+1 |
* | Add default architecture. | Bill Wendling | 2008-08-05 | 1 | -1/+1 |
* | Testcase for PR2629. | Bill Wendling | 2008-08-05 | 1 | -0/+23 |
* | Revert r53282. This was causing a miscompile on Linux. Also, the transformation | Bill Wendling | 2008-08-05 | 1 | -10/+0 |
* | Add -unroll-allow-partial command line option that enabled the loop unroller to | Matthijs Kooijman | 2008-07-29 | 1 | -0/+15 |
* | Restructure ArgumentPromotion a bit. Instead of just having a single boolean | Matthijs Kooijman | 2008-07-29 | 1 | -0/+25 |
* | Add support for eliminating stores that store the same value that was just lo... | Owen Anderson | 2008-07-28 | 1 | -0/+14 |
* | Put the LICM of constant GlobalVariables, introduced in r53945, under a | Dan Gohman | 2008-07-24 | 1 | -1/+1 |
* | "Allow LICM to sink or lift loads from constant memory. Also add a test | Chris Lattner | 2008-07-23 | 1 | -0/+23 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -2/+5 |
* | Add the PR number to the test. | Dan Gohman | 2008-07-21 | 1 | -0/+2 |
* | Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain that | Dan Gohman | 2008-07-21 | 1 | -0/+285 |
* | Make GlobalOpt preserve address spaces when scalar replacing aggregate globals. | Matthijs Kooijman | 2008-07-17 | 1 | -0/+28 |
* | Fix PR2553 | Chris Lattner | 2008-07-17 | 1 | -0/+8 |
* | Add a few cases to instcombine's extractvalue testcase. | Matthijs Kooijman | 2008-07-16 | 1 | -2/+16 |
* | Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead... | Matthijs Kooijman | 2008-07-16 | 1 | -1/+0 |
* | Fix PR2296. Do not transform x86_sse2_storel_dq into a full-width store. | Evan Cheng | 2008-07-16 | 1 | -0/+13 |
* | XFAIL the multdeadretval test for now, I will be fixing instcombine to make i... | Matthijs Kooijman | 2008-07-15 | 1 | -0/+1 |
* | Remove a few tests which no longer hold for deadargelim (since it is now | Matthijs Kooijman | 2008-07-15 | 1 | -15/+7 |
* | Add a testcase for the canonicalizations now performed by deadargelim. | Matthijs Kooijman | 2008-07-15 | 1 | -0/+24 |
* | Make deadargelim a bit less smart, so it doesn't choke on nested structs as | Matthijs Kooijman | 2008-07-15 | 1 | -1/+14 |
* | Fix typo. | Matthijs Kooijman | 2008-07-15 | 1 | -1/+1 |
* | Fix PR2506 by being a bit more careful about reverse fact propagation when | Chris Lattner | 2008-07-14 | 2 | -3/+19 |
* | Fix mishandling of the infinite loop case when merging two blocks. This | Chris Lattner | 2008-07-13 | 1 | -0/+36 |
* | Enhance analysis of srem. | Nick Lewycky | 2008-07-12 | 1 | -0/+9 |
* | Add another optimization from PR2330. Also catch some missing cases that are | Nick Lewycky | 2008-07-11 | 1 | -0/+19 |
* | Fix folding of icmp's of i1 where the comparison is signed. The code | Chris Lattner | 2008-07-11 | 1 | -1/+10 |
* | Fix a bogus optimization: folding (slt (zext i1 A to i32), 1) -> (slt i1 A, t... | Chris Lattner | 2008-07-11 | 1 | -0/+8 |
* | make this condition more precise. | Chris Lattner | 2008-07-11 | 1 | -2/+1 |
* | Restructure dead argument elimination, try #3 :-) | Matthijs Kooijman | 2008-07-10 | 1 | -2/+17 |
* | Fix overzealous optimization. Thanks to Duncan Sands for pointing out my error! | Nick Lewycky | 2008-07-10 | 1 | -0/+9 |