| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CodeGenPrepare's address-mode sinking to handle unusual | Dan Gohman | 2009-06-02 | 1 | -0/+24 |
* | On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit. | Evan Cheng | 2009-06-02 | 3 | -3/+13 |
* | 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 |
* | Adjust these tests now that "extern inline" | Duncan Sands | 2009-05-30 | 2 | -8/+6 |
* | (i64 (zext (srl GR32 8))) -> movzbl AH is not safe since srl 8 only clear the... | Evan Cheng | 2009-05-30 | 1 | -0/+28 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -3/+3 |
* | Dan noticed that the verifier wasn't thoroughly checking uses of | Duncan Sands | 2009-05-29 | 3 | -0/+50 |
* | Remove an accidental commit. | Evan Cheng | 2009-05-29 | 1 | -40/+0 |
* | More h-registers tricks: folding zext nodes. | Evan Cheng | 2009-05-29 | 2 | -0/+52 |
* | Do not try to create a MVT type of width 0. | Evan Cheng | 2009-05-28 | 1 | -0/+38 |
* | Add explicit test for PR4280. | Eli Friedman | 2009-05-28 | 1 | -0/+15 |
* | Add a testcase which got fixed by recent legalization work. | Eli Friedman | 2009-05-28 | 1 | -0/+16 |
* | Use Operands.data() instead of &Operands[0] where Operands is a potentially | Nick Lewycky | 2009-05-28 | 1 | -0/+10 |
* | Added optimization that narrow load / op / store and the 'op' is a bit twiddl... | Evan Cheng | 2009-05-28 | 2 | -0/+46 |
* | 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 |
* | This looks like it passes now. | Bill Wendling | 2009-05-27 | 1 | -1/+0 |
* | Teach SCEVExpander to avoid creating over-indexed GEP indices when | Dan Gohman | 2009-05-27 | 1 | -0/+19 |
* | Teach BasicAliasAnalysis to understand constant gep indices that fall | Dan Gohman | 2009-05-27 | 1 | -0/+27 |
* | Testcase for (llvm-gcc-4.2) 72442 (PR 4242). | Dale Johannesen | 2009-05-26 | 1 | -0/+27 |
* | 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... | Edwin Török | 2009-05-24 | 1 | -0/+41 |
* | Fix PR4254. | Edwin Török | 2009-05-23 | 1 | -0/+14 |
* | available_externall linkage is not local, this was confusing the codegenerator, | Edwin Török | 2009-05-23 | 1 | -0/+19 |
* | Fix test to account for legalization changes; I think this ends up | Eli Friedman | 2009-05-23 | 1 | -1/+1 |
* | Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instea... | Evan Cheng | 2009-05-22 | 1 | -0/+9 |
* | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands | 2009-05-22 | 1 | -1/+1 |
* | 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 |
* | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Edwin Török | 2009-05-22 | 2 | -20/+0 |
* | Verify that calling conventions match function prototype. | Edwin Török | 2009-05-22 | 2 | -0/+20 |
* | Fix broken logic in DominatorTreeBase::Split. Part of PR4238. | Eli Friedman | 2009-05-21 | 2 | -2/+2 |
* | 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 |
* | Fix for PR4235: to build a floating-point value from integer parts, | Eli Friedman | 2009-05-20 | 2 | -1/+12 |
* | Fix test on non-darwin hosts. | Evan Cheng | 2009-05-20 | 1 | -1/+1 |
* | Try again. Allow call to immediate address for ELF or when in static relocati... | Evan Cheng | 2009-05-20 | 1 | -1/+2 |
* | Cannot use immediate as call absolute target in PIC mode. | Evan Cheng | 2009-05-20 | 1 | -0/+2 |
* | Suppress the IV reversal transformation in the case that the RHS | Dan Gohman | 2009-05-20 | 1 | -0/+21 |
* | Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and | Bob Wilson | 2009-05-19 | 2 | -0/+18 |
* | Fix pr4091: Add support for "m" constraint in ARM inline assembly. | Bob Wilson | 2009-05-19 | 1 | -0/+7 |
* | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman | 2009-05-19 | 2 | -1/+41 |
* | Commands beginning with '--' are converted to '-f' by gcc. Blech! | Bill Wendling | 2009-05-18 | 1 | -1/+1 |
* | Teach ScalarEvolution to recognize x^-1 in the case where non-demanded | Dan Gohman | 2009-05-18 | 1 | -0/+8 |