| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, commit the version of this test that actually works. | Dan Gohman | 2008-05-20 | 1 | -1/+1 |
* | Port SelectionDAG's ComputeNumSignBits-using code to instcombine, | Dan Gohman | 2008-05-20 | 1 | -0/+7 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 44 | -44/+44 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 44 | -44/+44 |
* | Teach instcombine 4 new xforms: | Chris Lattner | 2008-05-20 | 2 | -0/+24 |
* | Do not erase induction variable increment if it is used outside the loop. | Devang Patel | 2008-05-19 | 1 | -0/+41 |
* | convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissa | Chris Lattner | 2008-05-19 | 1 | -0/+8 |
* | Fold FP comparisons where one operand is converted from an integer | Chris Lattner | 2008-05-19 | 1 | -0/+25 |
* | be more aggressive about transforming add -> or when the operands have no | Chris Lattner | 2008-05-19 | 1 | -0/+15 |
* | Fix PR2341 - when the length is 4 use an i32 not | Duncan Sands | 2008-05-19 | 1 | -0/+14 |
* | Fix PR2339 | Chris Lattner | 2008-05-18 | 1 | -0/+23 |
* | remove empty file? | Chris Lattner | 2008-05-18 | 1 | -0/+0 |
* | Revert constant-folding change that will miscompile in some cases. | Nick Lewycky | 2008-05-17 | 1 | -8/+0 |
* | Constant fold inttoptr and ptrtoint. | Nick Lewycky | 2008-05-17 | 1 | -0/+8 |
* | Fix test. | Evan Cheng | 2008-05-16 | 1 | -1/+1 |
* | Move this test from ADCE to loop deletion, where it is more appropriate. | Owen Anderson | 2008-05-16 | 1 | -1/+1 |
* | Use loop deletion instead of ADCE in these tests. | Owen Anderson | 2008-05-16 | 2 | -2/+2 |
* | Use loop deletion instead of ADCE for removing loops. | Owen Anderson | 2008-05-16 | 4 | -4/+4 |
* | implement PR2328. | Chris Lattner | 2008-05-16 | 1 | -2/+12 |
* | Situations can arise when you have a function called that returns a 'void', but | Bill Wendling | 2008-05-14 | 2 | -2/+28 |
* | Simplify internalize pass. Add test case. | Devang Patel | 2008-05-14 | 3 | -0/+32 |
* | Fix for PR 2323, infinite loop in tail dup. | Dale Johannesen | 2008-05-13 | 1 | -0/+26 |
* | Add a testcase for non-local CSE of read-only calls. | Owen Anderson | 2008-05-13 | 1 | -0/+49 |
* | Testcase for PR2303. | Duncan Sands | 2008-05-10 | 1 | -0/+33 |
* | Implement PR2298. This transforms: | Chris Lattner | 2008-05-09 | 2 | -0/+20 |
* | More than just loads can read from memory: readonly calls like strlen | Chris Lattner | 2008-05-08 | 1 | -0/+28 |
* | Make instcombine's DSE respect loads as well as stores. It is not safe to | Chris Lattner | 2008-05-08 | 1 | -0/+25 |
* | Fix a bug in the ComputeMaskedBits logic for multiply. | Dan Gohman | 2008-05-07 | 1 | -0/+10 |
* | Testcase for r50770. | Owen Anderson | 2008-05-06 | 1 | -0/+109 |
* | Correct the value of LowBits in srem and urem handling in | Dan Gohman | 2008-05-06 | 1 | -0/+9 |
* | Fix a crash when threading a block that includes a MRV call result. | Chris Lattner | 2008-05-05 | 1 | -0/+25 |
* | Fix a mistake in the computation of leading zeros for udiv. | Dan Gohman | 2008-05-02 | 2 | -0/+39 |
* | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner | 2008-05-02 | 1 | -0/+38 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 14 | -14/+14 |
* | New test for bug fixed in 50545. | Dale Johannesen | 2008-05-01 | 1 | -0/+26 |
* | Fix an overaggressive SimplifyDemandedBits optimization on urem. This | Dan Gohman | 2008-05-01 | 1 | -0/+32 |
* | fix typo | Chris Lattner | 2008-05-01 | 1 | -1/+1 |
* | instcombine does memset optzns. | Chris Lattner | 2008-05-01 | 1 | -18/+0 |
* | simplifylibcalls doesn't optimize llvm.memmove, instcombine does. | Chris Lattner | 2008-05-01 | 1 | -22/+0 |
* | move some tests from libcall optimizer suite. | Chris Lattner | 2008-05-01 | 1 | -0/+17 |
* | Move this test to LoopDeletion, where it now passes. | Owen Anderson | 2008-04-30 | 2 | -2/+4 |
* | move lowering of llvm.memset -> store from simplify libcalls | Chris Lattner | 2008-04-30 | 1 | -0/+15 |
* | no reason for simplifylibcalls to simplify intrinsics, instcombine does | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
* | remove redundant check. | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
* | Fix a bug in memcpyopt where the memcpy-memcpy transform was never being appl... | Owen Anderson | 2008-04-29 | 1 | -0/+17 |
* | don't eliminate load from volatile value on paths where the load is dead. | Chris Lattner | 2008-04-29 | 1 | -0/+25 |
* | make this test reduced and *valid* | Chris Lattner | 2008-04-29 | 1 | -15/+6 |
* | fix a subtle volatile handling bug. | Chris Lattner | 2008-04-29 | 1 | -0/+30 |
* | don't delete the last store to an alloca if the store is volatile. | Chris Lattner | 2008-04-29 | 1 | -0/+8 |
* | Fix DSE to not eliminate volatile loads with no uses. | Dan Gohman | 2008-04-28 | 1 | -0/+8 |