| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel | 2010-10-07 | 1 | -1270/+0 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | typoes | Gabor Greif | 2010-09-10 | 1 | -3/+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 |
* | Use DominatorTree::properlyDominates instead of dominates with an | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
* | A block dominates itself, by definition. | Dan Gohman | 2010-07-26 | 1 | -1/+1 |
* | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -2/+2 |
* | Use ValueMap instead of DenseMap. | Devang Patel | 2010-06-24 | 1 | -10/+10 |
* | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman | 2010-06-22 | 1 | -2/+2 |
* | Check for side effects before splitting loop. | Devang Patel | 2010-05-03 | 1 | -0/+19 |
* | Use do+while instead of while for loops which obviously have a | Dan Gohman | 2010-01-05 | 1 | -2/+2 |
* | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 1 | -2/+2 |
* | Update various Loop optimization passes to cope with the possibility that | Dan Gohman | 2009-11-05 | 1 | -0/+4 |
* | Remove ICmpInst::isSignedPredicate which was a reimplementation | Nick Lewycky | 2009-10-25 | 1 | -4/+4 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 1 | -4/+1 |
* | Fix PR3913, patch by Jakub Staszak! | Chris Lattner | 2009-08-28 | 1 | -1/+1 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -2/+2 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+8 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -7/+9 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -2/+2 |
* | Second batch of passes using LLVMContext. | Owen Anderson | 2009-07-03 | 1 | -11/+14 |
* | Don't try to split a loop when the controlling icmp instruction | Dan Gohman | 2009-06-27 | 1 | -0/+3 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -2/+2 |
* | Fix loop-index-split to correctly preserve dominance frontiers. Part of | Eli Friedman | 2009-05-22 | 1 | -17/+12 |
* | Allow readonly functions to unwind exceptions. Teach | Duncan Sands | 2009-05-06 | 1 | -1/+1 |
* | Reword and tidy up some comments. | Dan Gohman | 2009-04-29 | 1 | -10/+21 |
* | LoopIndexSplit needs to inform the loop pass manager of the instructions it is | Owen Anderson | 2009-04-14 | 1 | -0/+1 |
* | Loop Index Split can eliminate a loop if it can determin if loop body is exec... | Devang Patel | 2009-03-30 | 1 | -8/+24 |
* | Before deleting a basic block, give other loop passes a chance cleanup analys... | Devang Patel | 2009-03-25 | 1 | -1/+1 |
* | If branch conditions' one successor is dominating another non-latch successor... | Devang Patel | 2009-03-02 | 1 | -0/+15 |
* | LoopIndexSplit doesn't actually use ScalarEvolution. | Dan Gohman | 2009-02-17 | 1 | -4/+1 |
* | Add a utility function to LoopInfo to return the exit block | Dan Gohman | 2009-02-12 | 1 | -5/+4 |
* | Ignore DbgInfoIntrinsics. | Devang Patel | 2009-02-06 | 1 | -1/+3 |
* | Fix spelling. | Devang Patel | 2008-12-08 | 1 | -10/+10 |
* | Rewrite code that 1) filters loops and 2) calculates new loop bounds. | Devang Patel | 2008-12-04 | 1 | -1269/+715 |
* | If the sign of exit condition and split condition does not match | Devang Patel | 2008-11-10 | 1 | -1/+6 |
* | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar | 2008-10-22 | 1 | -1/+1 |
* | Check loop exit predicate properly while eliminating one iteration loop. | Devang Patel | 2008-10-10 | 1 | -13/+15 |
* | Fix typo, fix PR 2865. | Devang Patel | 2008-10-06 | 1 | -2/+2 |
* | splitLoop does not handle split condition EQ. | Devang Patel | 2008-09-18 | 1 | -0/+6 |
* | Do not ignore iv uses outside the loop. | Devang Patel | 2008-09-17 | 1 | -1/+21 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Use empty() instead of begin() == end(). | Dan Gohman | 2008-08-14 | 1 | -2/+2 |
* | If loop induction variable's start value is less then its exit value then do ... | Devang Patel | 2008-07-09 | 1 | -0/+13 |
* | Fix a typo in a comment. | Dan Gohman | 2008-06-24 | 1 | -1/+1 |