| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | fix a couple -Wsign-compare warnings. | Chris Lattner | 2011-04-14 | 1 | -2/+2 | 
| *  | Fixed the revision 129449. | Junjie Gu | 2011-04-13 | 1 | -1/+1 | 
| *  | Passing unroll parameters (unroll-count, threshold, and partial unroll) via L... | Junjie Gu | 2011-04-13 | 1 | -12/+23 | 
| *  | Remove dead code, that I apparently wrote a while back.  We seem to be doing ... | Owen Anderson | 2011-01-17 | 1 | -15/+0 | 
| *  | random cleanups | Chris Lattner | 2011-01-11 | 1 | -1/+0 | 
| *  | improve loop rotation to use CodeMetrics to analyze the | Chris Lattner | 2011-01-02 | 1 | -1/+1 | 
| *  | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson | 2010-10-19 | 1 | -2/+0 | 
| *  | Get rid of static constructors for pass registration.  Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 | 
| *  | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+7 | 
| *  | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 | 
| *  | Revert r114919, which caused some serious regressions on ARM. | Owen Anderson | 2010-09-29 | 1 | -6/+1 | 
| *  | Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops ... | Owen Anderson | 2010-09-27 | 1 | -1/+6 | 
| *  | Lower the unrolling theshold to 150.  Empirical tests indicate that this is a... | Owen Anderson | 2010-09-10 | 1 | -1/+1 | 
| *  | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson | 2010-09-09 | 1 | -5/+5 | 
| *  | Revert r113439, which relaxed the requirement that loops containing calls can... | Owen Anderson | 2010-09-09 | 1 | -4/+2 | 
| *  | r113526 introduced an unintended change to the loop unrolling threshold.  Rev... | Owen Anderson | 2010-09-09 | 1 | -1/+1 | 
| *  | Fix typo in code to cap the loop code size reduction calculation. | Owen Anderson | 2010-09-09 | 1 | -2/+2 | 
| *  | Use code-size reduction metrics to estimate the amount of savings we'll get w... | Owen Anderson | 2010-09-09 | 1 | -1/+24 | 
| *  | Relax the "don't unroll loops containing calls" rule.  Instead, when a loop c... | Owen Anderson | 2010-09-08 | 1 | -2/+4 | 
| *  | Add a separate unrolling threshold when the current function is being optimiz... | Owen Anderson | 2010-09-07 | 1 | -4/+20 | 
| *  | now that loop passes don't use DomFrontier, there is no reason | Chris Lattner | 2010-08-29 | 1 | -8/+2 | 
| *  | 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 | 
| *  | Experiments show that we can safely increase our unrolling threshold without ... | Owen Anderson | 2010-08-04 | 1 | -1/+1 | 
| *  | Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus | Dan Gohman | 2010-07-26 | 1 | -2/+5 | 
| *  | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -1/+1 | 
| *  | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman | 2010-03-10 | 1 | -1/+0 | 
| *  | Don't unroll loops containing function calls. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -2/+8 | 
| *  | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -6/+6 | 
| *  | Replace LoopUnrollPass.cpp's custom code-size estimation code using | Dan Gohman | 2009-10-31 | 1 | -30/+5 | 
| *  | Remove an unnecessary #include. | Dan Gohman | 2009-10-31 | 1 | -1/+0 | 
| *  | Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to | Dan Gohman | 2009-10-31 | 1 | -0/+177 |