Age | Commit message (Expand) | Author |
2011-11-09 | Don't forget to check FlagNW when determining whether an AddRecExpr will wrap | Nick Lewycky |
2011-10-25 | Restore commits 142790 and 142843 - they weren't breaking the build | Duncan Sands |
2011-10-25 | Speculatively revert commits 142790 and 142843 to see if it fixes | Duncan Sands |
2011-10-24 | Now that we look at all the header PHIs, we need to consider all the header PHIs | Nick Lewycky |
2011-10-24 | Reapply r142781 with fix. Original message: | Nick Lewycky |
2011-10-24 | PHI nodes not in the loop header aren't part of the loop iteration initial | Nick Lewycky |
2011-10-24 | Speculatively revert r142781. Bots are showing | Nick Lewycky |
2011-10-23 | Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the | Nick Lewycky |
2011-10-22 | Make SCEV's brute force analysis stronger in two ways. Firstly, we should be | Nick Lewycky |
2011-10-14 | An instruction's operands aren't necessarily instructions or constants. They | Nick Lewycky |
2011-10-05 | Fixes PR11070 - assert in SCEV getConstantEvolvingPHIOperands. | Andrew Trick |
2011-10-05 | Typo. Thanks Bob. | Andrew Trick |
2011-10-05 | Fix a broken assert found by -Wparentheses. | Chandler Carruth |
2011-10-05 | Fix disabled SCEV analysis caused r141161 and add unit test. | Andrew Trick |
2011-10-05 | Avoid exponential recursion in SCEV getConstantEvolvingPHI and EvaluateExpres... | Andrew Trick |
2011-10-04 | The product of two chrec's can always be represented as a chrec. | Nick Lewycky |
2011-10-03 | Reapply r140979 with fix! We never did get a testcase, but careful review of the | Nick Lewycky |
2011-10-03 | Revert r140979 due to reports of bootstrap failure. | Nick Lewycky |
2011-10-03 | Add one more case we compute a max trip count. | Nick Lewycky |
2011-09-28 | indvars: generalize SCEV getPreStartForSignExtend. | Andrew Trick |
2011-09-10 | Set NSW/NUW flags on SCEVAddExpr when the operation is flagged as | Andrew Trick |
2011-09-06 | This transform only handles two-operand AddRec's. Prevent it from trying to | Nick Lewycky |
2011-09-06 | Fix typo in comment again. | Nick Lewycky |
2011-09-06 | Apparently we compile the code, not the comments. Thanks Eli! | Nick Lewycky |
2011-09-06 | Fix typo in comment. | Nick Lewycky |
2011-09-06 | Nope! I had it right the first time. Revert the operative part of r139135 and | Nick Lewycky |
2011-09-06 | Fix flipped sign. While there, show my math. | Nick Lewycky |
2011-09-06 | No no no, fix typo properly! | Nick Lewycky |
2011-09-06 | The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which was | Nick Lewycky |
2011-09-06 | Revert r139126 due to selfhost failures reported by buildbots. | Nick Lewycky |
2011-09-05 | Teach SCEV to report a max backedge count in one interesting case in | Nick Lewycky |
2011-09-02 | Comment and clarifying assert. | Andrew Trick |
2011-08-11 | Allow loop unrolling to get known trip counts from ScalarEvolution. | Andrew Trick |
2011-08-06 | Made SCEV's UDiv expressions more canonical. When dividing a | Andrew Trick |
2011-08-02 | Use consistent terminology for loop exit/exiting blocks. Name change only. | Andrew Trick |
2011-07-26 | SCEV: Added a data structure for storing not-taken info per loop | Andrew Trick |
2011-07-19 | Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-06-01 | SCEV: missing null check fix for r132360, dragonegg crash. | Andrew Trick |
2011-05-31 | scev: Better sign-extend removal. Normalize postincrement recurrences | Andrew Trick |
2011-05-09 | Change a few std::maps to DenseMaps. | Dan Gohman |
2011-04-27 | Corrects an old, old typo in a case that doesn't seem to be reached in practice. | Andrew Trick |
2011-04-27 | Test case and comment for PR9633. | Andrew Trick |
2011-04-27 | Fix for PR9633 [indvars] Assertion `isa<X>(Val) && "cast<Ty>() argument of in... | Andrew Trick |
2011-04-25 | Fix an iterator invalidation bug. | Dan Gohman |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-17 | Added isValidRewrite() to check the result of ScalarEvolutionExpander. | Andrew Trick |
2011-03-15 | Remove getMinusSCEVForExitTest(). | Andrew Trick |
2011-03-15 | Propagate SCEV no-wrap flags whenever possible. | Andrew Trick |
2011-03-14 | Negating a recurrence preserves no-self-wrap. | Andrew Trick |