| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman | 2009-07-13 | 1 | -1/+6 |
* | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman | 2009-07-13 | 1 | -9/+53 |
* | Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates | Dan Gohman | 2009-07-13 | 1 | -6/+3 |
* | Match declaration to definition. | Daniel Dunbar | 2009-07-12 | 1 | -1/+1 |
* | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky | 2009-07-11 | 1 | -53/+9 |
* | Remove ScalarEvolution::hasSCEV, which isn't being used, and which | Dan Gohman | 2009-07-10 | 1 | -8/+0 |
* | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman | 2009-07-10 | 1 | -9/+53 |
* | Fix typo, trailing whitespace. | Andreas Bolka | 2009-07-09 | 1 | -2/+2 |
* | Make the code that updates ScalarEvolution's internal state in response | Dan Gohman | 2009-07-08 | 1 | -5/+0 |
* | Change all SCEV* to SCEV *. | Dan Gohman | 2009-07-07 | 1 | -77/+77 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -1/+1 |
* | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 1 | -0/+3 |
* | Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, instead | Dan Gohman | 2009-06-27 | 1 | -26/+10 |
* | Remove an obsolete comment and fix some 80-column violations. | Dan Gohman | 2009-06-24 | 1 | -8/+10 |
* | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman | 2009-06-24 | 1 | -0/+6 |
* | Move the special cases for constants out of getUnknown and into | Dan Gohman | 2009-06-24 | 1 | -1/+1 |
* | Add an isAllOnesValue utility function, similar to isZero and isOne. | Dan Gohman | 2009-06-24 | 1 | -0/+5 |
* | Remove the parent pointer from SCEV, since it did not end up being needed. | Owen Anderson | 2009-06-22 | 1 | -6/+3 |
* | SCEVHandle is no more! | Owen Anderson | 2009-06-22 | 1 | -152/+78 |
* | Banish global state from ScalarEvolution! SCEV uniquing is now done by table... | Owen Anderson | 2009-06-22 | 1 | -20/+28 |
* | Add a getUMinFromMismatchedTypes helper function. | Dan Gohman | 2009-06-22 | 1 | -0/+6 |
* | Factor out code for computing umin and smin for SCEV expressions into | Dan Gohman | 2009-06-22 | 1 | -0/+2 |
* | Teach ScalarEvolution how to analyze loops with multiple exit | Dan Gohman | 2009-06-22 | 1 | -0/+31 |
* | Fix ScalarEvolution's backedge-taken count computations to check for | Dan Gohman | 2009-06-21 | 1 | -0/+7 |
* | Make GetMinTrailingZeros a member function of ScalarEvolution, | Dan Gohman | 2009-06-19 | 1 | -0/+14 |
* | Add a parent pointer to SCEV, in preparation for getting rid of the global un... | Owen Anderson | 2009-06-18 | 1 | -4/+7 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -0/+1 |
* | Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can be | Dan Gohman | 2009-06-14 | 1 | -0/+28 |
* | Convert several parts of the ScalarEvolution framework to use | Dan Gohman | 2009-06-14 | 1 | -10/+10 |
* | Add a ScalarEvolution::getAnyExtendExpr utility function for performing | Dan Gohman | 2009-06-13 | 1 | -0/+7 |
* | Rename UnknownValue to CouldNotCompute, since it holds an instance of | Dan Gohman | 2009-06-06 | 1 | -7/+7 |
* | Various comment fixes. | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
* | Change ScalarEvolution::getSCEVAtScope to always return the original value | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
* | Make SCEVCallbackVH a private nested class inside ScalarEvolution, as | Dan Gohman | 2009-05-19 | 1 | -10/+10 |
* | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman | 2009-05-19 | 1 | -0/+1 |
* | Make ScalarEvolution::isLoopGuardedByCond work even when the edge | Dan Gohman | 2009-05-18 | 1 | -0/+4 |
* | Add an isOne() utility function to ScalarEvolution, similar to isZero() | Dan Gohman | 2009-05-18 | 1 | -0/+4 |
* | Add three new helper routines, getNoopOrZeroExtend, | Dan Gohman | 2009-05-13 | 1 | -0/+15 |
* | Fix another bug in r71252. This code supports GetElementPtr | Dan Gohman | 2009-05-08 | 1 | -1/+1 |
* | Add memoization for getSCEVAtScope results for instructions | Dan Gohman | 2009-05-08 | 1 | -0/+5 |
* | Make the SCEV* form of getSCEVAtScope public, to allow ScalarEvolution | Dan Gohman | 2009-05-08 | 1 | -5/+4 |
* | Factor out the code for creating SCEVs for GEPs into a | Dan Gohman | 2009-05-08 | 1 | -0/+4 |
* | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman | 2009-05-04 | 1 | -21/+29 |
* | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman | 2009-05-03 | 1 | -14/+6 |
* | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman | 2009-05-02 | 1 | -6/+14 |
* | When ScalarEvolution is told to forget the trip count for a loop, have | Dan Gohman | 2009-05-02 | 1 | -0/+5 |
* | Add some comments, and tidy up some whitespace. | Dan Gohman | 2009-04-30 | 1 | -1/+2 |
* | Extend ScalarEvolution's getBackedgeTakenCount to be able to | Dan Gohman | 2009-04-30 | 1 | -4/+44 |
* | De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide much | Dan Gohman | 2009-04-21 | 1 | -7/+109 |
* | Introduce encapsulation for ScalarEvolution's TargetData object, and refactor | Dan Gohman | 2009-04-21 | 1 | -4/+15 |