| Commit message (Expand) | Author | Age | Files | Lines |
* | If a function calls setjmp, never inline it into other functions. This is | Chris Lattner | 2008-07-14 | 1 | -1/+23 |
* | simplify some code, shuffle and insertelt always return a vector. | Chris Lattner | 2008-07-14 | 1 | -2/+1 |
* | Fix mishandling of the infinite loop case when merging two blocks. This | Chris Lattner | 2008-07-13 | 1 | -17/+26 |
* | more refactoring. Use early exits instead of really complex logic. | Chris Lattner | 2008-07-13 | 1 | -109/+98 |
* | improve comments. | Chris Lattner | 2008-07-13 | 1 | -2/+4 |
* | factor another large hunk of code out into its own function. | Chris Lattner | 2008-07-13 | 1 | -155/+172 |
* | Final bit of simplification for FoldBranchToCommonDest. | Chris Lattner | 2008-07-13 | 1 | -32/+34 |
* | simplify logic a bit | Chris Lattner | 2008-07-13 | 1 | -9/+10 |
* | Refactor some code out into its own helper function, getting rid of crazy mul... | Chris Lattner | 2008-07-13 | 1 | -54/+84 |
* | - Use O(1) check of basic block size limit. | Evan Cheng | 2008-06-25 | 1 | -4/+8 |
* | Revert 52645, the loop unroller changes. It caused a regression in 252.eon. | Dan Gohman | 2008-06-24 | 1 | -120/+103 |
* | Revamp the loop unroller, extending it to correctly update PHI nodes | Dan Gohman | 2008-06-23 | 1 | -103/+120 |
* | Use Loop::block_iterator. | Dan Gohman | 2008-06-22 | 1 | -2/+3 |
* | Use Instruction::eraseFromParent(). | Dan Gohman | 2008-06-21 | 3 | -7/+7 |
* | Fix warning when assertions disabled. | Chris Lattner | 2008-06-21 | 1 | -1/+1 |
* | Clean up a use of std::distance. | Dan Gohman | 2008-06-20 | 1 | -2/+1 |
* | Teach InlineFunction how to differentiate between multiple-value | Dan Gohman | 2008-06-20 | 1 | -2/+10 |
* | Delete dead code. | Dan Gohman | 2008-06-19 | 1 | -4/+0 |
* | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng | 2008-06-12 | 1 | -2/+16 |
* | For now, avoid generating FP select instructions in order to speculatively ex... | Evan Cheng | 2008-06-11 | 1 | -4/+9 |
* | op_iterator-ify loops | Gabor Greif | 2008-06-10 | 1 | -13/+16 |
* | Speculatively execute a block when the the block is the then part of a triang... | Evan Cheng | 2008-06-07 | 1 | -0/+121 |
* | LoopSimplify preserves AA. | Devang Patel | 2008-06-06 | 1 | -3/+5 |
* | LoopIndexSplit can sometimes result in cases where a block in its own domfron... | Owen Anderson | 2008-06-03 | 1 | -3/+6 |
* | Fix whitespace in whitespace-significant pseudocode in a comment. | Dan Gohman | 2008-06-03 | 1 | -2/+2 |
* | rewrite operand loops to use iterators | Gabor Greif | 2008-05-30 | 1 | -24/+26 |
* | Since LCSSA switched over to DenseMap, we have to be more careful to avoid it... | Owen Anderson | 2008-05-30 | 1 | -4/+5 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 2 | -11/+5 |
* | Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by ... | Owen Anderson | 2008-05-26 | 1 | -3/+3 |
* | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman | 2008-05-23 | 4 | -9/+4 |
* | Restucture a part of the SimplifyCFG pass and include a testcase. | Matthijs Kooijman | 2008-05-23 | 1 | -65/+99 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 3 | -8/+8 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 4 | -6/+10 |
* | Split the loop unroll mechanism logic out into a utility function. | Dan Gohman | 2008-05-14 | 1 | -0/+371 |
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 7 | -7/+7 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 8 | -31/+29 |
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 1 | -1/+1 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -2/+0 |
* | Handle multiple return values. | Devang Patel | 2008-05-03 | 1 | -1/+23 |
* | Fix PR2256, yet another miscompilation in simplifycfg of i | Chris Lattner | 2008-04-28 | 1 | -3/+4 |
* | Feedback from chris | Nate Begeman | 2008-04-25 | 1 | -2/+2 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 7 | -61/+11 |
* | Teach the PruningFunctionCloner how to look through loads with | Nate Begeman | 2008-04-25 | 1 | -4/+12 |
* | Adjust inline cost computation to be less aggressive. | Evan Cheng | 2008-04-24 | 1 | -2/+2 |
* | Split some code out of the main SimplifyCFG loop into its own function. | Chris Lattner | 2008-04-24 | 1 | -65/+103 |
* | Check type instead of no. of operands. | Devang Patel | 2008-04-23 | 1 | -1/+1 |
* | Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h | Chris Lattner | 2008-04-21 | 2 | -107/+115 |
* | 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 |