| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When expanding expressions which are using post-inc mode for multiple loops, | Dan Gohman | 2010-04-08 | 1 | -0/+16 |
* | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman | 2010-04-07 | 1 | -55/+63 |
* | Ignore debug intrinsics in yet more places. | Dan Gohman | 2010-03-26 | 1 | -1/+4 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | Make SCEVExpander and LSR more aggressive about hoisting expressions out | Dan Gohman | 2010-03-03 | 1 | -4/+24 |
* | Non-affine post-inc SCEV expansions have more code which must be | Dan Gohman | 2010-03-02 | 1 | -2/+6 |
* | Spelling fixes. | Dan Gohman | 2010-03-01 | 1 | -11/+11 |
* | Remove unused variables and parameters. | Dan Gohman | 2010-02-22 | 1 | -35/+19 |
* | When emitting an instruction which depends on both a post-incremented | Dan Gohman | 2010-02-22 | 1 | -2/+4 |
* | Rename getSDiv to getExactSDiv to reflect its behavior in cases where | Dan Gohman | 2010-02-19 | 1 | -23/+25 |
* | Check for overflow when scaling up an add or an addrec for | Dan Gohman | 2010-02-19 | 1 | -18/+49 |
* | When determining the set of interesting reuse factors, consider | Dan Gohman | 2010-02-19 | 1 | -9/+15 |
* | Delete some unneeded casts. | Dan Gohman | 2010-02-17 | 1 | -2/+2 |
* | Don't attempt to divide INT_MIN by -1; consider such cases to | Dan Gohman | 2010-02-17 | 1 | -0/+4 |
* | Refactor rewriting for PHI nodes into a separate function. | Dan Gohman | 2010-02-16 | 1 | -49/+70 |
* | Fix whitespace. | Dan Gohman | 2010-02-16 | 1 | -3/+3 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -1/+1 |
* | Split the main for-each-use loop again, this time for GenerateTruncates, | Dan Gohman | 2010-02-16 | 1 | -1/+4 |
* | Fix whitespace. | Dan Gohman | 2010-02-14 | 1 | -1/+1 |
* | Fix a comment. | Dan Gohman | 2010-02-14 | 1 | -1/+1 |
* | When complicated expressions are broken down into subexpressions | Dan Gohman | 2010-02-14 | 1 | -2/+8 |
* | Actually, this code doesn't have to be quite so conservative in | Dan Gohman | 2010-02-14 | 1 | -6/+5 |
* | Don't attempt aggressive post-inc uses if TargetLowering is not available, | Dan Gohman | 2010-02-14 | 1 | -3/+8 |
* | Make LSR not crash if invoked without target lowering info, e.g. if invoked | John McCall | 2010-02-13 | 1 | -2/+2 |
* | Fix a pruning heuristic which implicitly assumed that SmallPtrSet is | Dan Gohman | 2010-02-13 | 1 | -45/+68 |
* | Reapply 95979, a compile-time speedup, now that the bug it exposed is fixed. | Dan Gohman | 2010-02-12 | 1 | -1/+1 |
* | Fix this code to avoid dereferencing an end() iterator in | Dan Gohman | 2010-02-12 | 1 | -1/+5 |
* | Revert "Reverse the order for collecting the parts of an addrec. The order", it | Daniel Dunbar | 2010-02-12 | 1 | -1/+1 |
* | Reverse the order for collecting the parts of an addrec. The order | Dan Gohman | 2010-02-12 | 1 | -1/+1 |
* | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 1 | -2277/+2730 |
* | Generic reformatting and comment fixing. No functionality change. | Bill Wendling | 2010-01-29 | 1 | -19/+20 |
* | 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 |