| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a comment. | Dan Gohman | 2010-03-10 | 1 | -1/+1 |
* | Add some debug output to LoopSimplify. | Dan Gohman | 2010-03-01 | 1 | -0/+30 |
* | Make LoopSimplify change conditional branches in loop exiting blocks | Dan Gohman | 2010-02-25 | 1 | -2/+16 |
* | Use a SmallSetVector instead of a SetVector; this code showed up as a | Dan Gohman | 2010-02-05 | 1 | -2/+3 |
* | Fix a comment typo. | Bob Wilson | 2010-01-15 | 1 | -1/+1 |
* | revert r89298, which was committed without a testcase. I think | Chris Lattner | 2009-12-21 | 1 | -6/+0 |
* | Update a comment. | Dan Gohman | 2009-12-18 | 1 | -1/+1 |
* | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman | 2009-11-20 | 1 | -1/+6 |
* | Eliminate duplicate phi nodes in loops. Loop rotation, for example, can intro... | Jim Grosbach | 2009-11-19 | 1 | -0/+6 |
* | Avoid calling getUniqueExitBlocks from within LoopSimplify, as it depends | Dan Gohman | 2009-11-05 | 1 | -1/+8 |
* | The introduction of indirectbr meant the introduction of | Dan Gohman | 2009-11-05 | 1 | -21/+82 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Fix this code so that it doesn't try to iterate through a std::vector | Dan Gohman | 2009-09-30 | 1 | -3/+4 |
* | Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass. | Dan Gohman | 2009-09-28 | 1 | -83/+48 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -29/+11 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -12/+28 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -28/+12 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -9/+8 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -2/+3 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman | 2009-07-15 | 1 | -6/+4 |
* | Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant | Dan Gohman | 2009-07-14 | 1 | -14/+9 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -1/+2 |
* | Minor code simplification. | Dan Gohman | 2009-06-30 | 1 | -3/+2 |
* | Remove the block from the LoopInfo, rather than just the Loop. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 1 | -0/+75 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -2/+2 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Use Loop::block_iterator. | Dan Gohman | 2008-06-22 | 1 | -2/+3 |
* | LoopSimplify preserves AA. | Devang Patel | 2008-06-06 | 1 | -3/+5 |
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 1 | -1/+1 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -4/+4 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -10/+7 |
* | Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h | Chris Lattner | 2008-04-21 | 1 | -107/+14 |
* | Move domtree/frontier updating earlier, allowing us to use it to update phi | Chris Lattner | 2008-04-21 | 1 | -31/+18 |
* | Factor dominator tree and frontier updating into SplitBlockPredecessors | Chris Lattner | 2008-04-21 | 1 | -18/+14 |
* | simplify code, fit in 80 cols. | Chris Lattner | 2008-04-21 | 1 | -65/+67 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -7/+7 |
* | Update the block cloner which fixes bugpoint on code using unwind_to (phew!) | Nick Lewycky | 2008-03-09 | 1 | -7/+13 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson | 2007-11-27 | 1 | -4/+4 |
* | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators | Chris Lattner | 2007-10-29 | 1 | -4/+6 |
* | Move Split<...>() into DomTreeBase. This should make the #include's of Domin... | Owen Anderson | 2007-10-18 | 1 | -1/+0 |
* | Fixed linker errors (unresolved externals: split<>(...)) when compiling with ... | Hartmut Kaiser | 2007-10-17 | 1 | -0/+1 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-08-21 | 1 | -1/+1 |
* | remove some dead lines | Chris Lattner | 2007-08-06 | 1 | -2/+0 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -0/+10 |
* | Fix reference to iterator invalidated by an erase operation. Uncovered | David Greene | 2007-06-29 | 1 | -3/+4 |