| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't delete asm's just because their inputs are undefined; | Dale Johannesen | 2009-07-14 | 1 | -0/+11 |
* | PR4548: optimize zext+udiv+trunc to udiv. | Eli Friedman | 2009-07-13 | 1 | -0/+19 |
* | Fix bug in run-line. | Eli Friedman | 2009-07-13 | 1 | -3/+1 |
* | Canonicalize boolean +/- a constant to a select. | Eli Friedman | 2009-07-13 | 1 | -0/+31 |
* | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman | 2009-07-13 | 1 | -1/+0 |
* | Move the re-sort of invalidated NonLocalPointerDeps cache earlier | Chris Lattner | 2009-07-13 | 1 | -0/+67 |
* | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky | 2009-07-11 | 1 | -0/+1 |
* | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman | 2009-07-10 | 1 | -0/+143 |
* | There's no need to consider PHI nodes in the same block as the instruction | Nick Lewycky | 2009-07-09 | 2 | -0/+74 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -12/+12 |
* | do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ... | Chris Lattner | 2009-07-02 | 1 | -0/+15 |
* | Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487. | Dan Gohman | 2009-07-01 | 1 | -0/+14 |
* | Don't cache PHI exit values from exhaustive evaluations, because | Dan Gohman | 2009-06-29 | 1 | -0/+78 |
* | Don't try to split a loop when the controlling icmp instruction | Dan Gohman | 2009-06-27 | 1 | -0/+195 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 1 | -0/+45 |
* | When a value is used multiple times within a single PHI, instructions | Dan Gohman | 2009-06-27 | 1 | -0/+33 |
* | Add some testcases for some of the recent ScalarEvolution bug fixes. | Dan Gohman | 2009-06-26 | 1 | -0/+33 |
* | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman | 2009-06-26 | 1 | -0/+143 |
* | Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount | Dan Gohman | 2009-06-24 | 2 | -3/+66 |
* | When inserting code into a loop preheader, insert it before the | Dan Gohman | 2009-06-24 | 1 | -0/+61 |
* | Fix ScalarEvolution's backedge-taken count computations to check for | Dan Gohman | 2009-06-21 | 1 | -2/+4 |
* | Expand this test to handle more cases (remainder and shifts) of zero. | Nick Lewycky | 2009-06-21 | 1 | -0/+11 |
* | implement PR4424: 0/x is always 0 for integer division. | Chris Lattner | 2009-06-21 | 1 | -0/+12 |
* | Tweak this test to be a little less unusual. | Dan Gohman | 2009-06-20 | 1 | -2/+2 |
* | Generalize isLoopGuardedByCond's checking to consider two | Dan Gohman | 2009-06-20 | 1 | -0/+107 |
* | Don't (unconditionally) use getSCEVAtScope to simplify the step | Dan Gohman | 2009-06-19 | 1 | -0/+18 |
* | make jump threading handle lexically identical compare instructions | Chris Lattner | 2009-06-19 | 1 | -0/+30 |
* | Teach jump threading to look at comparisons between phi nodes and non-constants. | Nick Lewycky | 2009-06-19 | 1 | -0/+21 |
* | Improve tail call elim to move loads above readonly calls | Chris Lattner | 2009-06-19 | 2 | -0/+165 |
* | part of PR4405: disable a contentious optimization for | Chris Lattner | 2009-06-19 | 1 | -10/+0 |
* | Remove the code from IVUsers that attempted to handle | Dan Gohman | 2009-06-18 | 2 | -2/+5 |
* | Generalize the zext(trunc(t) & C) instcombine to work even with | Dan Gohman | 2009-06-18 | 1 | -1/+16 |
* | Instcombine zext(trunc(x) & mask) to x&mask, even if the trunc has | Dan Gohman | 2009-06-17 | 1 | -0/+23 |
* | Add -disable-output to a bunch of tests that don't care about the output. | Dan Gohman | 2009-06-17 | 1 | -1/+1 |
* | This fixes a bug introduced in 72661, which can | Dale Johannesen | 2009-06-17 | 2 | -4/+77 |
* | Correct an accidental duplication of the test (patch doesn't handle | Eli Friedman | 2009-06-17 | 1 | -9/+0 |
* | PR3439: Correct a silly mistake in the SimplifyDemandedUseBits code for | Eli Friedman | 2009-06-17 | 1 | -0/+18 |
* | Generalize a few more instcombines to be vector/scalar-independent. | Dan Gohman | 2009-06-16 | 2 | -0/+15 |
* | Instcombine's ShrinkDemandedConstant may strip bits out of constants, | Dan Gohman | 2009-06-16 | 1 | -0/+14 |
* | Testcase for r73506 | Chris Lattner | 2009-06-16 | 1 | -0/+15 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -0/+55 |
* | Fix the crash in this test. This is basically the same | Dale Johannesen | 2009-06-15 | 1 | -0/+557 |
* | fix testcase to properly check for the patch in r73195. | Chris Lattner | 2009-06-15 | 1 | -1/+1 |
* | Implement more aggressive folding of add operand lists when | Dan Gohman | 2009-06-14 | 1 | -0/+38 |
* | Teach SCEVExpander's visitAddRecExpr to reuse an existing canonical | Dan Gohman | 2009-06-13 | 2 | -1/+25 |
* | Don't do (x - (y - z)) --> (x + (z - y)) on floating-point types, because | Dan Gohman | 2009-06-12 | 1 | -0/+8 |
* | Given two identical weak functions, produce one internal function and two weak | Nick Lewycky | 2009-06-12 | 1 | -0/+13 |
* | This test is wrong. If you have two weak functions F and G you can't make | Nick Lewycky | 2009-06-12 | 1 | -11/+0 |
* | Fix 4366: store to null in non-default addr space should not be | Chris Lattner | 2009-06-11 | 1 | -0/+7 |
* | PR4340: Run SimplifyDemandedVectorElts on insertelement instructions; | Eli Friedman | 2009-06-06 | 1 | -0/+14 |