| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add newline to debugging output, and fix some grammar-os in comment. | Bill Wendling | 2010-01-29 | 1 | -5/+5 |
* | Revert LoopStrengthReduce.cpp to pre-r94061 for now. | Dan Gohman | 2010-01-22 | 1 | -2355/+2268 |
* | When inserting expressions for post-increment users which contain | Dan Gohman | 2010-01-21 | 1 | -17/+32 |
* | Include IVUsers information in LSR's debug output. | Dan Gohman | 2010-01-21 | 1 | -1/+1 |
* | Prune the search for candidate formulae if the number of register | Dan Gohman | 2010-01-21 | 1 | -32/+67 |
* | Add a comment. | Dan Gohman | 2010-01-21 | 1 | -1/+2 |
* | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman | 2010-01-21 | 1 | -2269/+2305 |
* | Set Changed properly after calling DeleteDeadPHIs. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Remove dump routine and the associated Debug.h from a header. Patch up | David Greene | 2009-12-23 | 1 | -36/+36 |
* | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 1 | -13/+13 |
* | Minor code simplification. | Dan Gohman | 2009-12-18 | 1 | -4/+1 |
* | Don't pass const pointers by reference. | Dan Gohman | 2009-12-18 | 1 | -13/+13 |
* | Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part | Dan Gohman | 2009-12-18 | 1 | -70/+30 |
* | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng | 2009-12-17 | 1 | -30/+70 |
* | Delete an unused function. | Dan Gohman | 2009-12-15 | 1 | -38/+0 |
* | Fix a thinko; isNotAlreadyContainedIn had a built-in negative, so the | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | Remove unnecessary #includes. | Dan Gohman | 2009-12-14 | 1 | -2/+0 |
* | Instead of having a ScalarEvolution pointer member in BasedUser, just pass | Dan Gohman | 2009-12-14 | 1 | -12/+13 |
* | Don't bother cleaning up if there's nothing to clean up. | Dan Gohman | 2009-12-14 | 1 | -6/+6 |
* | Delete an unused variable. | Dan Gohman | 2009-12-14 | 1 | -10/+1 |
* | LSR itself doesn't need LoopInfo. | Dan Gohman | 2009-12-14 | 1 | -6/+2 |
* | LSR itself doesn't need DominatorTree. | Dan Gohman | 2009-12-14 | 1 | -6/+2 |
* | Remove the code in LSR that manually hoists expansions out of loops; | Dan Gohman | 2009-12-14 | 1 | -29/+9 |
* | Minor code cleanups. | Dan Gohman | 2009-12-14 | 1 | -4/+2 |
* | grammar | Jim Grosbach | 2009-11-17 | 1 | -2/+2 |
* | 80-column violations | Jim Grosbach | 2009-11-17 | 1 | -8/+11 |
* | Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use... | Evan Cheng | 2009-11-17 | 1 | -87/+99 |
* | Remove trailing whitespace | Jim Grosbach | 2009-11-17 | 1 | -74/+74 |
* | - Teach LSR to avoid changing cmp iv stride if it will create an immediate that | Evan Cheng | 2009-11-12 | 1 | -209/+355 |
* | Block terminator may be a switch. | Evan Cheng | 2009-11-11 | 1 | -1/+1 |
* | Generalize lsr code that optimize loop to count down towards zero. | Evan Cheng | 2009-11-10 | 1 | -80/+126 |
* | Teach LSR to avoid calling SplitCriticalEdge on edges with indirectbr. | Dan Gohman | 2009-11-05 | 1 | -0/+1 |
* | Update various Loop optimization passes to cope with the possibility that | Dan Gohman | 2009-11-05 | 1 | -0/+4 |
* | Make LSR's OptimizeShadowIV ignore induction variables with negative | Dan Gohman | 2009-10-26 | 1 | -0/+4 |
* | Remove ICmpInst::isSignedPredicate which was a reimplementation | Nick Lewycky | 2009-10-25 | 1 | -2/+2 |
* | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky | 2009-09-27 | 1 | -3/+1 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -7/+8 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -8/+7 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -7/+8 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 1 | -4/+3 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -29/+31 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -7/+14 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -1/+1 |
* | Check for !isa<Constant> instead of isa<Instruction>. This | Dan Gohman | 2009-08-04 | 1 | -1/+1 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -3/+1 |
* | Eliminate a few unused-variable warnings | Douglas Gregor | 2009-07-29 | 1 | -2/+0 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -4/+2 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -5/+4 |