Age | Commit message (Expand) | Author |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-07 | Change all SCEV* to SCEV *. | Dan Gohman |
2009-07-03 | Second batch of passes using LLVMContext. | Owen Anderson |
2009-06-24 | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman |
2009-06-24 | Don't emit a redundant BitCastInst if the value to be defined in the | Dan Gohman |
2009-06-22 | SCEVHandle is no more! | Owen Anderson |
2009-06-21 | Rename a variable for consistency with the ExitBlock vs ExitingBlock | Dan Gohman |
2009-06-19 | Fix a typo in a comment that Frits von Bommel noticed. | Dan Gohman |
2009-06-19 | Re-apply r73718, now that the fix in r73787 is in, and add a | Dan Gohman |
2009-06-19 | Fix LSR's OptimizeSMax to ignore max operators with more than 2 operands, | Dan Gohman |
2009-06-19 | Revert 73718. It's breaking 254.gap. | Evan Cheng |
2009-06-18 | Generalize LSR's OptimizeSMax to handle unsigned max tests as well | Dan Gohman |
2009-06-18 | Remove the code from IVUsers that attempted to handle | Dan Gohman |
2009-06-17 | Update comments to use doxygen syntax. | Dan Gohman |
2009-06-15 | Support vector casts in more places, fixing a variety of assertion | Dan Gohman |
2009-06-14 | Convert several parts of the ScalarEvolution framework to use | Dan Gohman |
2009-06-05 | Simplify. | Devang Patel |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2009-05-27 | Revert 72493 and replace it with a more conservative fix, for now: don't | Dan Gohman |
2009-05-27 | In ChangeCompareStride, when the stride to be reused is truncated to | Dan Gohman |
2009-05-20 | Suppress the IV reversal transformation in the case that the RHS | Dan Gohman |
2009-05-19 | Add some more comments to the top of this file. | Dan Gohman |
2009-05-19 | Trim unneeded #includes. | Dan Gohman |
2009-05-19 | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman |
2009-05-18 | Rename UseTy to AccessTy, for consistency with getAccessType, and to | Dan Gohman |
2009-05-13 | Add an int64_t variant of abs, for host environments | Dale Johannesen |
2009-05-12 | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman |
2009-05-11 | Teach LSR to optimize more loop exit compares, i.e. change them to use postin... | Evan Cheng |
2009-05-11 | Reverse a loop that is counting up to a maximum to | Dale Johannesen |
2009-05-09 | Factor out code that optimize loop terminating condition. | Evan Cheng |
2009-05-06 | Unbreak the build. | Evan Cheng |
2009-05-06 | Make sure to use signed arithmetic in APInt to fix a regression. | David Greene |
2009-05-05 | Fix a copy+pasto in a comment. | Dan Gohman |
2009-05-05 | Delete a FIXME which is no longer relevant, and add a FIXME that is. | Dan Gohman |
2009-05-05 | Temporarily reverting r71008. It was causing this failure: | Bill Wendling |
2009-05-05 | Handle overflow of 64-bit loop conditions. | David Greene |
2009-05-04 | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman |
2009-05-04 | Constify a bunch of SCEV-using code. | Dan Gohman |
2009-05-03 | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman |
2009-05-02 | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman |
2009-05-02 | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman |
2009-05-02 | Don't split critical edges during the AddUsersIfInteresting phase | Dan Gohman |
2009-05-01 | Make RequiresTypeConversion canonicalize the types before calling the | Dan Gohman |
2009-05-01 | Minor whitespace fix. | Dan Gohman |
2009-05-01 | Fix some code to work if TargetLowering is not available. | Dan Gohman |
2009-04-29 | Print correct instruction in dump. | Dale Johannesen |
2009-04-27 | Permit ChangeCompareStride to rewrite a comparison when the factor | Dan Gohman |
2009-04-21 | Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr, | Dan Gohman |
2009-04-21 | Introduce encapsulation for ScalarEvolution's TargetData object, and refactor | Dan Gohman |
2009-04-18 | Use more const qualifiers with SCEV interfaces. | Dan Gohman |