| Commit message (Expand) | Author | Age | Files | Lines |
* | Unit test for PR11950: LSR crash. | Andrew Trick | 2012-03-26 | 1 | -0/+49 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 2 | -16/+2 |
* | Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests. | Andrew Trick | 2012-03-22 | 2 | -0/+124 |
* | LSR: teach isSimplifiedLoopNest to handle PHI IVUsers. | Andrew Trick | 2012-03-20 | 1 | -0/+32 |
* | LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk | Andrew Trick | 2012-03-20 | 1 | -0/+73 |
* | LSR fix: Add isSimplifiedLoopNest to IVUsers analysis. | Andrew Trick | 2012-03-16 | 1 | -0/+50 |
* | Move llc + target triple tests into X86 | Andrew Trick | 2012-03-10 | 2 | -0/+0 |
* | Fix this assert. IP can point to an instruction with strange dominance | Rafael Espindola | 2012-02-27 | 1 | -0/+30 |
* | Change the implementation of dominates(inst, inst) to one based on what the | Rafael Espindola | 2012-02-26 | 1 | -0/+40 |
* | Semantically revert 151015. Add a comment on why we should be able to assert | Rafael Espindola | 2012-02-22 | 1 | -0/+38 |
* | Don't skip debug instructions when looking for the insertion point of | Rafael Espindola | 2012-02-18 | 1 | -0/+38 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 6 | -13/+27 |
* | Handle a corner case with IV chain collection with bailout instead of assert. | Andrew Trick | 2012-01-20 | 1 | -0/+43 |
* | Test case comments missing from my previous checkin. | Andrew Trick | 2012-01-20 | 1 | -0/+5 |
* | SCEVExpander fixes. Affects LSR and indvars. | Andrew Trick | 2012-01-20 | 1 | -0/+37 |
* | Test case rename | Andrew Trick | 2012-01-17 | 1 | -0/+0 |
* | LSR fix: broaden the check for loop preheaders. | Andrew Trick | 2012-01-17 | 1 | -0/+113 |
* | Fix a corner case hit by redundant phi elimination running after LSR. | Andrew Trick | 2012-01-14 | 1 | -0/+50 |
* | Enable LSR IV Chains with sufficient heuristics. | Andrew Trick | 2012-01-10 | 3 | -0/+597 |
* | Adding IV chain generation to LSR. | Andrew Trick | 2012-01-09 | 1 | -0/+96 |
* | LSR: Don't optimize loops if an outer loop has no preheader. | Andrew Trick | 2012-01-07 | 1 | -3/+41 |
* | comment typo | Andrew Trick | 2012-01-07 | 1 | -1/+1 |
* | Fix SCEVExpander to handle loops with no preheader when LSR gives it a | Andrew Trick | 2012-01-02 | 1 | -0/+50 |
* | Unit test for r146950: LSR postinc expansion, PR11571. | Andrew Trick | 2011-12-20 | 1 | -0/+39 |
* | LSR: Fold redundant bitcasts on-the-fly. | Andrew Trick | 2011-12-14 | 1 | -4/+4 |
* | LSR: prune undesirable formulae early. | Andrew Trick | 2011-12-06 | 1 | -0/+96 |
* | Better test case found in duplicate PR10570. | Andrew Trick | 2011-11-30 | 1 | -43/+23 |
* | LSR: handle the expansion of phi operands that use postinc forms of the IV. | Andrew Trick | 2011-11-30 | 1 | -0/+56 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 3 | -4/+4 |
* | Fix SCEVExpander assert during LSR: "argument of incompatible type". | Andrew Trick | 2011-10-15 | 1 | -0/+27 |
* | Reapply r141870, SCEV expansion of post-inc. | Andrew Trick | 2011-10-13 | 1 | -0/+111 |
* | Revert r141870. The test case crashes on linux with data corruption. A deeper... | Andrew Trick | 2011-10-13 | 1 | -111/+0 |
* | LSR: Reuse the post-inc expansion of expressions. | Andrew Trick | 2011-10-13 | 1 | -0/+111 |
* | Removed colons from some target datalayout strings in test, since they don't ... | Lang Hames | 2011-10-12 | 4 | -4/+4 |
* | Unit test for LSR phi reuse in r141442. | Andrew Trick | 2011-10-08 | 1 | -0/+53 |
* | LSR should avoid redundant edge splitting. | Andrew Trick | 2011-10-04 | 1 | -0/+43 |
* | Stop emitting instructions with the name "tmp" they eat up memory and have to... | Benjamin Kramer | 2011-09-27 | 1 | -7/+7 |
* | LSR, correct fix for rdar://9786536. Silly casting bug. | Andrew Trick | 2011-07-21 | 1 | -1/+1 |
* | LSR must sometimes sign-extend before generating double constants. | Andrew Trick | 2011-07-21 | 1 | -1/+20 |
* | LSR crashes on an empty IVUsers list. | Andrew Trick | 2011-07-21 | 1 | -0/+24 |
* | PR10386: Don't try to split an edge from an indirectbr. | Eli Friedman | 2011-07-19 | 1 | -0/+52 |
* | When forming an ICmpZero LSRUse, normalize the non-IV operand | Dan Gohman | 2011-05-18 | 1 | -0/+91 |
* | Move few target-dependant tests to appropriate directories. | Galina Kistanova | 2011-05-06 | 2 | -0/+5 |
* | Avoid creating canonical induction variables for non-native types. | Andrew Trick | 2011-03-18 | 4 | -4/+8 |
* | Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch | Nick Lewycky | 2011-02-20 | 1 | -1/+1 |
* | Add a test for the LSR issue exposed by r125254. | Cameron Zwarich | 2011-02-11 | 1 | -0/+32 |
* | Correct bogus module triple specifications. | Duncan Sands | 2010-08-30 | 1 | -1/+1 |
* | Move x86-specific tests out of test/Transforms/LoopStrengthReduce and | Dan Gohman | 2010-08-05 | 7 | -241/+0 |
* | When determining a canonical insert position, don't climb deeper | Dan Gohman | 2010-04-09 | 1 | -0/+30 |
* | When emitting code for an add, don't force a SCEVUnknown wrapper around | Dan Gohman | 2010-04-09 | 1 | -0/+37 |