| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 47 | -139/+139 |
* | Check in test changes that I accidentally left out of r72872. | Dan Gohman | 2009-06-04 | 1 | -8/+0 |
* | Don't attempt to simplify an non-affine IV expression if it can't | Dan Gohman | 2009-06-03 | 2 | -0/+43 |
* | Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can... | Evan Cheng | 2009-06-02 | 1 | -0/+117 |
* | PR4286: Make RewriteLoadUserOfWholeAlloca and | Eli Friedman | 2009-06-01 | 1 | -0/+17 |
* | Be more aggressive in doing LoadPRE by tracing backwards when a block only has | Owen Anderson | 2009-05-31 | 1 | -0/+32 |
* | fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by | Chris Lattner | 2009-05-30 | 1 | -0/+14 |
* | Use Operands.data() instead of &Operands[0] where Operands is a potentially | Nick Lewycky | 2009-05-28 | 1 | -0/+10 |
* | Revert 72493 and replace it with a more conservative fix, for now: don't | Dan Gohman | 2009-05-27 | 1 | -0/+25 |
* | In ChangeCompareStride, when the stride to be reused is truncated to | Dan Gohman | 2009-05-27 | 1 | -0/+33 |
* | Teach SCEVExpander to avoid creating over-indexed GEP indices when | Dan Gohman | 2009-05-27 | 1 | -0/+19 |
* | In cases where a pointer value is an operand of a multiplication or | Dan Gohman | 2009-05-26 | 1 | -0/+95 |
* | make memdep use the getModRefInfo method for stores instead of the | Chris Lattner | 2009-05-25 | 1 | -0/+13 |
* | When rewriting the loop exit test with the canonical induction variable, | Dan Gohman | 2009-05-24 | 1 | -0/+36 |
* | Generalize SCEVExpander::visitAddRecExpr's GEP persuit, and avoid | Dan Gohman | 2009-05-24 | 2 | -1/+79 |
* | The rewriter may hold references to instructions that are deleted because the... | Torok Edwin | 2009-05-24 | 1 | -0/+41 |
* | Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instea... | Evan Cheng | 2009-05-22 | 1 | -0/+9 |
* | Teach IndVarSimplify's FixUsesBeforeDefs to handle InvokeInsts by | Dan Gohman | 2009-05-22 | 1 | -0/+57 |
* | Fix a thinko in the code that adapted SCEVMulExpr operands for | Dan Gohman | 2009-05-22 | 1 | -0/+58 |
* | Fix broken logic in DominatorTreeBase::Split. Part of PR4238. | Eli Friedman | 2009-05-21 | 1 | -1/+1 |
* | Fix some incorrect logic in DominanceFrontier::splitBlock. Part of | Eli Friedman | 2009-05-21 | 1 | -1/+1 |
* | Teach ValueTracking a new way to analyze PHI nodes, and and teach | Dan Gohman | 2009-05-21 | 1 | -0/+35 |
* | Suppress the IV reversal transformation in the case that the RHS | Dan Gohman | 2009-05-20 | 1 | -0/+21 |
* | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman | 2009-05-19 | 2 | -1/+41 |
* | Add nounwind to a few tests. | Dan Gohman | 2009-05-18 | 1 | -1/+1 |
* | Testcase for 71688. | Dale Johannesen | 2009-05-13 | 1 | -0/+47 |
* | calls in nothrow functions can be marked nothrow even if the callee | Chris Lattner | 2009-05-13 | 1 | -0/+8 |
* | Fix PR4206 - crash in simplify lib calls | Chris Lattner | 2009-05-13 | 1 | -0/+6 |
* | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 5 | -3/+154 |
* | When forgetting SCEVs for loop PHIs, don't forget SCEVUnknown values. | Dan Gohman | 2009-05-12 | 1 | -0/+32 |
* | fix RewriteStoreUserOfWholeAlloca to use the correct type size | Chris Lattner | 2009-05-08 | 1 | -0/+12 |
* | PR4123: don't crash when inlining a call which uses its own result. | Eli Friedman | 2009-05-08 | 1 | -0/+20 |
* | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman | 2009-05-07 | 1 | -0/+18 |
* | Revert r70876 and add a testcase (@c7) showing the problem: | Duncan Sands | 2009-05-07 | 1 | -9/+18 |
* | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling | 2009-05-07 | 1 | -18/+0 |
* | Constant-fold ptrtoint+add+inttoptr to gep when the pointer is an | Dan Gohman | 2009-05-07 | 1 | -0/+18 |
* | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands | 2009-05-06 | 1 | -0/+7 |