Age | Commit message (Expand) | Author |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-07-18 | Reapply r53735. My last patch fixed the failures Dan observed. | Owen Anderson |
2008-07-18 | Add some checks that got lost in the shuffle. This fixes 464.h264ref. | Owen Anderson |
2008-07-18 | Revert r53735. It broke SPEC 464.h264ref. | Dan Gohman |
2008-07-17 | Use MergeBlockIntoPredecessor to simplify some code. | Owen Anderson |
2008-07-17 | Make MergeBlockIntoPredecessor more aggressive when the same successor appears | Owen Anderson |
2008-07-17 | Inliner tweak. Function calls should cost more than one instruction! | Evan Cheng |
2008-07-17 | Factor MergeBlockIntoPredecessor out into BasicBlockUtils. | Owen Anderson |
2008-07-14 | Reapply r53540, now with the matching header! | Chris Lattner |
2008-07-14 | Revert r53540 - it does not compile. | Duncan Sands |
2008-07-14 | If a function calls setjmp, never inline it into other functions. This is | Chris Lattner |
2008-07-14 | simplify some code, shuffle and insertelt always return a vector. | Chris Lattner |
2008-07-13 | Fix mishandling of the infinite loop case when merging two blocks. This | Chris Lattner |
2008-07-13 | more refactoring. Use early exits instead of really complex logic. | Chris Lattner |
2008-07-13 | improve comments. | Chris Lattner |
2008-07-13 | factor another large hunk of code out into its own function. | Chris Lattner |
2008-07-13 | Final bit of simplification for FoldBranchToCommonDest. | Chris Lattner |
2008-07-13 | simplify logic a bit | Chris Lattner |
2008-07-13 | Refactor some code out into its own helper function, getting rid of crazy mul... | Chris Lattner |
2008-06-25 | - Use O(1) check of basic block size limit. | Evan Cheng |
2008-06-24 | Revert 52645, the loop unroller changes. It caused a regression in 252.eon. | Dan Gohman |
2008-06-23 | Revamp the loop unroller, extending it to correctly update PHI nodes | Dan Gohman |
2008-06-22 | Use Loop::block_iterator. | Dan Gohman |
2008-06-21 | Use Instruction::eraseFromParent(). | Dan Gohman |
2008-06-21 | Fix warning when assertions disabled. | Chris Lattner |
2008-06-20 | Clean up a use of std::distance. | Dan Gohman |
2008-06-20 | Teach InlineFunction how to differentiate between multiple-value | Dan Gohman |
2008-06-19 | Delete dead code. | Dan Gohman |
2008-06-12 | Do not speculatively execute an instruction by hoisting it to its predecessor... | Evan Cheng |
2008-06-11 | For now, avoid generating FP select instructions in order to speculatively ex... | Evan Cheng |
2008-06-10 | op_iterator-ify loops | Gabor Greif |
2008-06-07 | Speculatively execute a block when the the block is the then part of a triang... | Evan Cheng |
2008-06-06 | LoopSimplify preserves AA. | Devang Patel |
2008-06-03 | LoopIndexSplit can sometimes result in cases where a block in its own domfron... | Owen Anderson |
2008-06-03 | Fix whitespace in whitespace-significant pseudocode in a comment. | Dan Gohman |
2008-05-30 | rewrite operand loops to use iterators | Gabor Greif |
2008-05-30 | Since LCSSA switched over to DenseMap, we have to be more careful to avoid it... | Owen Anderson |
2008-05-26 | Factor code to copy global value attributes like | Duncan Sands |
2008-05-26 | Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by ... | Owen Anderson |
2008-05-23 | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman |
2008-05-23 | Restucture a part of the SimplifyCFG pass and include a testcase. | Matthijs Kooijman |
2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
2008-05-14 | Split the loop unroll mechanism logic out into a utility function. | Dan Gohman |
2008-05-13 | Change class' public PassInfo variables to by initialized with the | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-06 | Make several variable declarations static. | Dan Gohman |
2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
2008-05-03 | Handle multiple return values. | Devang Patel |
2008-04-28 | Fix PR2256, yet another miscompilation in simplifycfg of i | Chris Lattner |