| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable the new LoopInfo algorithm by default. | Andrew Trick | 2012-06-26 | 1 | -13/+11 |
* | Add "extern template" declarations now that we use explicit instantiation. | Andrew Trick | 2012-06-20 | 1 | -0/+10 |
* | Remove 'static' from inline functions defined in header files. | Chandler Carruth | 2012-06-20 | 1 | -1/+1 |
* | A new algorithm for computing LoopInfo. Temporarily disabled. | Andrew Trick | 2012-06-20 | 1 | -0/+8 |
* | Move the implementation of LoopInfo into LoopInfoImpl.h. | Andrew Trick | 2012-06-20 | 1 | -433/+18 |
* | Fix 12513: Loop unrolling breaks with indirect branches. | Andrew Trick | 2012-04-10 | 1 | -0/+3 |
* | Handle unreachable code in the dominates functions. This changes users when | Rafael Espindola | 2012-03-30 | 1 | -1/+2 |
* | Use the isReachableFromEntry method. | Rafael Espindola | 2012-03-24 | 1 | -3/+1 |
* | Simplify more DenseMap.find users. | Benjamin Kramer | 2012-01-04 | 1 | -7/+3 |
* | Remove the temporary flag -disable-unroll-scev and dead code. | Andrew Trick | 2011-11-28 | 1 | -32/+0 |
* | Enhance verifyLoop so that it can reliably verify that every block in a loop ... | Eli Friedman | 2011-11-09 | 1 | -3/+19 |
* | LoopInfo::updateUnloop fix, and verify Block->Loop maps. | Andrew Trick | 2011-08-26 | 1 | -2/+5 |
* | Reapplying r136844. | Andrew Trick | 2011-08-10 | 1 | -3/+13 |
* | Cleanup. Avoid relying on specialization of std::distance. | Andrew Trick | 2011-08-10 | 1 | -2/+2 |
* | Fix the LoopUnroller to handle nontrivial loops and partial unrolling. | Andrew Trick | 2011-08-10 | 1 | -0/+5 |
* | Reverting r136884 updateUnloop, which crashed a linux builder. | Andrew Trick | 2011-08-04 | 1 | -18/+3 |
* | An algorithm for incrementally updating LoopInfo within a | Andrew Trick | 2011-08-03 | 1 | -3/+18 |
* | whitespace | Andrew Trick | 2011-08-03 | 1 | -25/+25 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -0/+2 |
* | Small optimization to speed up replacementPreservesLCSSAForm. | Duncan Sands | 2010-12-28 | 1 | -0/+4 |
* | Change the basic block map in LoopInfo from a std::map to a DenseMap. This is... | Cameron Zwarich | 2010-11-30 | 1 | -4/+5 |
* | Simplify, no functionality change. | Duncan Sands | 2010-11-19 | 1 | -3/+1 |
* | Factor code for testing whether replacing one value with another | Duncan Sands | 2010-11-18 | 1 | -0/+19 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | pull a simple method out of LICM into a new | Chris Lattner | 2010-09-06 | 1 | -4/+3 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman | 2010-07-23 | 1 | -6/+0 |
* | Implement loop splitting analysis. | Jakob Stoklund Olesen | 2010-07-20 | 1 | -0/+6 |
* | Switched to array_pod_sort as per Chris's suggestion. | Lang Hames | 2010-07-17 | 1 | -1/+2 |
* | LoopSplitter - intended to split live intervals over loop boundaries. | Lang Hames | 2010-07-17 | 1 | -3/+6 |
* | two more cases of reuse result of operator*, found by inspection | Gabor Greif | 2010-07-09 | 1 | -5/+8 |
* | another case of reuse result of operator*, it is expensive to recompute | Gabor Greif | 2010-07-09 | 1 | -4/+6 |
* | reuse result of operator*, it is expensive to recompute | Gabor Greif | 2010-07-09 | 1 | -3/+5 |
* | Split out the code for finding a unique loop predecessor from | Dan Gohman | 2010-06-22 | 1 | -7/+21 |
* | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman | 2010-03-10 | 1 | -1/+1 |
* | Rename a variable to avoid a -Wshadow warning. | Dan Gohman | 2010-02-22 | 1 | -1/+1 |
* | Mention IndVarSimplify in the comment by getSmallConstantTripCount, as | Dan Gohman | 2010-02-09 | 1 | -0/+4 |
* | Restore dump() methods to Loop and MachineLoop. | Dan Gohman | 2010-01-05 | 1 | -1/+3 |
* | Remove dump routine and the associated Debug.h from a header. Patch up | David Greene | 2009-12-23 | 1 | -5/+0 |
* | Convert debug messages to use dbgs(). Generally this means | David Greene | 2009-12-23 | 1 | -1/+2 |
* | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 1 | -1/+17 |
* | Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part | Dan Gohman | 2009-12-18 | 1 | -7/+0 |
* | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng | 2009-12-17 | 1 | -0/+7 |
* | Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The | Dan Gohman | 2009-12-14 | 1 | -7/+0 |
* | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman | 2009-12-11 | 1 | -1/+1 |
* | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman | 2009-11-20 | 1 | -15/+5 |
* | Fix an 80-column violation. | Dan Gohman | 2009-11-09 | 1 | -2/+2 |
* | Factor out the predicate code for loopsimplify form exit blocks into | Dan Gohman | 2009-11-05 | 1 | -0/+4 |