| Age | Commit message (Expand) | Author |
| 2009-12-14 | Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The | Dan Gohman |
| 2009-12-11 | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman |
| 2009-11-20 | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman |
| 2009-11-09 | Fix an 80-column violation. | Dan Gohman |
| 2009-11-05 | Factor out the predicate code for loopsimplify form exit blocks into | Dan Gohman |
| 2009-10-24 | Rename isLoopExit to isLoopExiting, for consistency with the wording | Dan Gohman |
| 2009-09-27 | Remove a redundant assert. | Dan Gohman |
| 2009-09-26 | Add a comment describing natural loops. | Dan Gohman |
| 2009-09-15 | Fix apostrophos. | Dan Gohman |
| 2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
| 2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
| 2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman |
| 2009-09-03 | Move getUniqueExitBlocks from LoopBase to Loop, since they depend on | Dan Gohman |
| 2009-08-27 | Minor code simplification. | Dan Gohman |
| 2009-08-26 | Implemented comments from Daniel Dunbar. | Andreas Neustifter |
| 2009-08-23 | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner |
| 2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
| 2009-08-23 | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner |
| 2009-08-08 | Some ProfileInfo cleanups. | Daniel Dunbar |
| 2009-08-08 | Add a basic static ProfileInfo provider (ProfileEstimatorPass). | Daniel Dunbar |
| 2009-07-16 | Add an isLoopSimplifyForm() predicate, following the example of | Dan Gohman |
| 2009-07-15 | Fix a typo in a comment that Duncan noticed. | Dan Gohman |
| 2009-07-15 | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman |
| 2009-07-14 | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman |
| 2009-07-13 | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman |
| 2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
| 2009-06-27 | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman |
| 2009-06-25 | Add a getUniqueExitBlock utility function, similar to getExitBlock, | Dan Gohman |
| 2009-05-19 | Add some comments noting how IndVarSimplify facilitates | Dan Gohman |
| 2009-05-08 | Add a getExitBlock utility function to LoopInfo which returns the | Dan Gohman |
| 2009-02-27 | Make LoopInfo::print() identify header, exit, and latch blocks, | Dan Gohman |
| 2009-02-18 | Clarify the definition of "latch block" in a comment. | Dan Gohman |
| 2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman |
| 2009-02-12 | Add a utility function to LoopInfo to return the exit block | Dan Gohman |
| 2009-02-07 | Simplify some code by using blocks_begin(), blocks_end(), and | Dan Gohman |
| 2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
| 2009-01-14 | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2008-08-14 | Use empty() instead of begin() == end(). | Dan Gohman |
| 2008-07-11 | Use find instead of lower_bound. | Dan Gohman |
| 2008-07-07 | Add explicit keywords. | Dan Gohman |
| 2008-05-14 | Move RemoveFromVector out of the global namespace. | Dan Gohman |
| 2008-05-14 | Split the loop unroll mechanism logic out into a utility function. | Dan Gohman |
| 2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
| 2008-05-05 | Remove unused function. | Devang Patel |
| 2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
| 2008-04-25 | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky |
| 2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
| 2008-03-19 | Do not use virtual function to identify an analysis pass. | Devang Patel |
| 2008-03-18 | Get rid of compilation warnings. Per Devang. | Dale Johannesen |