Age | Commit message (Expand) | Author | Files | Lines |
2012-09-12 | Release build: guard dump functions with | Manman Ren | 1 | -1/+1 |
2012-09-06 | Release build: guard dump functions with "ifndef NDEBUG" | Manman Ren | 1 | -0/+2 |
2012-08-22 | Reduce duplicated hash map lookups. | Benjamin Kramer | 1 | -5/+4 |
2012-06-26 | Enable the new LoopInfo algorithm by default. | Andrew Trick | 1 | -8/+1 |
2012-06-26 | Remove unnecessary FIXME | Andrew Trick | 1 | -3/+0 |
2012-06-20 | A new algorithm for computing LoopInfo. Temporarily disabled. | Andrew Trick | 1 | -1/+8 |
2012-06-20 | Move the implementation of LoopInfo into LoopInfoImpl.h. | Andrew Trick | 1 | -0/+5 |
2012-04-10 | Fix 12513: Loop unrolling breaks with indirect branches. | Andrew Trick | 1 | -0/+11 |
2011-12-14 | Move Instruction::isSafeToSpeculativelyExecute out of VMCore and | Dan Gohman | 1 | -1/+2 |
2011-11-28 | Remove the temporary flag -disable-unroll-scev and dead code. | Andrew Trick | 1 | -93/+0 |
2011-11-18 | Fix a corner case in updating LoopInfo after fully unrolling an outer loop. | Andrew Trick | 1 | -11/+9 |
2011-08-26 | LoopInfo::updateUnloop fix, and verify Block->Loop maps. | Andrew Trick | 1 | -2/+13 |
2011-08-19 | Make a bunch of symbols private. | Benjamin Kramer | 1 | -0/+2 |
2011-08-17 | Revert r137655. There is some question about whether the 'landingpad' | Bill Wendling | 1 | -0/+3 |
2011-08-15 | Duncan pointed out that the LandingPadInst might read memory. (It might also | Bill Wendling | 1 | -3/+0 |
2011-08-15 | The landingpad instruction isn't loop-invariant. | Bill Wendling | 1 | -0/+3 |
2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands | 1 | -4/+4 |
2011-08-11 | Fix for LoopInfo::updateUnloop. Remove subloop blocks from former | Andrew Trick | 1 | -16/+29 |
2011-08-11 | Cleanup. Another thorough review by Nick! | Andrew Trick | 1 | -6/+6 |
2011-08-10 | Reapplying r136844. | Andrew Trick | 1 | -0/+244 |
2011-08-10 | Cleanup. Added LoopBlocksDFS::perform for simple clients. | Andrew Trick | 1 | -0/+13 |
2011-08-04 | Reverting r136884 updateUnloop, which crashed a linux builder. | Andrew Trick | 1 | -242/+0 |
2011-08-03 | An algorithm for incrementally updating LoopInfo within a | Andrew Trick | 1 | -0/+242 |
2011-08-03 | whitespace | Andrew Trick | 1 | -3/+3 |
2010-11-13 | Fix typo pointed out by Trevor Harmon. | Duncan Sands | 1 | -1/+1 |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 1 | -1/+3 |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson | 1 | -1/+1 |
2010-09-06 | pull a simple method out of LICM into a new | Chris Lattner | 1 | -6/+10 |
2010-07-23 | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman | 1 | -17/+5 |
2010-07-23 | Simplify this code; it can use the regular CFG utlities rather than | Dan Gohman | 1 | -13/+7 |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 1 | -2/+1 |
2010-07-09 | cache result of operator* | Gabor Greif | 1 | -3/+4 |
2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman | 1 | -2/+2 |
2010-03-10 | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman | 1 | -9/+2 |
2010-03-09 | Make isLCSSA ignore uses in blocks not reachable from the entry block, | Dan Gohman | 1 | -3/+14 |
2010-01-05 | Restore dump() methods to Loop and MachineLoop. | Dan Gohman | 1 | -0/+5 |
2009-12-18 | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 1 | -1/+1 |
2009-12-11 | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman | 1 | -3/+3 |
2009-11-20 | Teach getSmallConstantTripMultiple about Shl operators. | Dan Gohman | 1 | -0/+5 |
2009-11-09 | Minor tidiness fixes. | Dan Gohman | 1 | -4/+3 |
2009-11-05 | Factor out the predicate code for loopsimplify form exit blocks into | Dan Gohman | 1 | -6/+8 |
2009-10-20 | Fix another place that calls Loop::contains a lot to construct a sorted | Dan Gohman | 1 | -1/+4 |
2009-09-28 | Move the dominator verification code out of special code embedded within | Dan Gohman | 1 | -0/+21 |
2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 1 | -0/+10 |
2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 1 | -10/+0 |
2009-09-03 | Smallvectorize switchExitBlocks. | Dan Gohman | 1 | -1/+1 |
2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 1 | -0/+10 |
2009-09-03 | Move getUniqueExitBlocks from LoopBase to Loop, since they depend on | Dan Gohman | 1 | -0/+68 |
2009-08-23 | remove uses of llvm/Support/Streams.h. | Chris Lattner | 1 | -1/+0 |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 1 | -3/+2 |