2012-04-10 |
Andrew Trick | Fix 12513: Loop unrolling breaks with indirect branches. |
blob | commitdiff | raw |
2011-12-14 |
Dan Gohman | Move Instruction::isSafeToSpeculativelyExecute out... |
blob | commitdiff | raw | diff to current |
2011-11-28 |
Andrew Trick | Remove the temporary flag -disable-unroll-scev and... |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Andrew Trick | Fix a corner case in updating LoopInfo after fully... |
blob | commitdiff | raw | diff to current |
2011-08-26 |
Andrew Trick | LoopInfo::updateUnloop fix, and verify Block->Loop... |
blob | commitdiff | raw | diff to current |
2011-08-19 |
Benjamin Kramer | Make a bunch of symbols private. |
blob | commitdiff | raw | diff to current |
2011-08-17 |
Bill Wendling | Revert r137655. There is some question about whether... |
blob | commitdiff | raw | diff to current |
2011-08-15 |
Bill Wendling | Duncan pointed out that the LandingPadInst might read... |
blob | commitdiff | raw | diff to current |
2011-08-15 |
Bill Wendling | The landingpad instruction isn't loop-invariant. |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Duncan Sands | Silence a bunch (but not all) "variable written but... |
blob | commitdiff | raw | diff to current |
2011-08-11 |
Andrew Trick | Fix for LoopInfo::updateUnloop. Remove subloop blocks... |
blob | commitdiff | raw | diff to current |
2011-08-11 |
Andrew Trick | Cleanup. Another thorough review by Nick! |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Andrew Trick | Reapplying r136844. |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Andrew Trick | Cleanup. Added LoopBlocksDFS::perform for simple clients. |
blob | commitdiff | raw | diff to current |
2011-08-04 |
Andrew Trick | Reverting r136884 updateUnloop, which crashed a linux... |
blob | commitdiff | raw | diff to current |
2011-08-03 |
Andrew Trick | An algorithm for incrementally updating LoopInfo within a |
blob | commitdiff | raw | diff to current |
2011-08-03 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Duncan Sands | Fix typo pointed out by Trevor Harmon. |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Owen Anderson | Begin adding static dependence information to passes... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Chris Lattner | pull a simple method out of LICM into a new |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Dan Gohman | Eliminate getCanonicalInductionVariableIncrement's... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Dan Gohman | Simplify this code; it can use the regular CFG utlities... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2010-07-09 |
Gabor Greif | cache result of operator* |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Fix a bunch of namespace polution. |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Dan Gohman | Add a DominatorTree argument to isLCSSA so that it... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Dan Gohman | Make isLCSSA ignore uses in blocks not reachable from... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Dan Gohman | Restore dump() methods to Loop and MachineLoop. |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Dan Gohman | Add Loop contains utility methods for testing whether... |
blob | commitdiff | raw | diff to current |
2009-12-11 |
Dan Gohman | Make getUniqueExitBlocks's precondition assert more... |
blob | commitdiff | raw | diff to current |
2009-11-20 |
Dan Gohman | Teach getSmallConstantTripMultiple about Shl operators. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Dan Gohman | Minor tidiness fixes. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Dan Gohman | Factor out the predicate code for loopsimplify form... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Dan Gohman | Fix another place that calls Loop::contains a lot to... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Dan Gohman | Move the dominator verification code out of special... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Dan Gohman | Re-apply r80926, with fixes: keep the domtree informed... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Evan Cheng | Revert r80926. It causes loop unswitch assertion and... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Dan Gohman | Smallvectorize switchExitBlocks. |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Dan Gohman | Add a verifyAnalysis to LoopInfo, LoopSimplify, and... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Dan Gohman | Move getUniqueExitBlocks from LoopBase to Loop, since... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove uses of llvm/Support/Streams.h. |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate the std::ostream form of WriteAsOperand and... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Eli Friedman | Replace isTrapping with a new, similar method called |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Dan Gohman | Add an isLoopSimplifyForm() predicate, following the... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Make makeLoopInvariant report whether it made any chang... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Dan Gohman | Introduce a new LoopInfo utility function makeLoopInvar... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Dan Gohman | Move isLCSSAForm, isLoopInvariant, getCanonicalInductio... |
blob | commitdiff | raw | diff to current |
2009-06-27 |
Dan Gohman | Eliminate a layer of indirection in LoopInfo and Machin... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Dan Gohman | Remove some unnecessary #includes. |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Dan Gohman | Change the description string of the LoopInfo pass. |
blob | commitdiff | raw | diff to current |
2008-12-18 |
Evan Cheng | Remove dead comments. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Dan Gohman | Remove uses of llvm/System/IncludeFile.h that are no... |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Devang Patel | These passes preserve CFG. |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Devang Patel | Restore isCFGOnly property of various analysis passes. |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Owen Anderson | Make LoopInfoBase more generic, in preparation for... |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Owen Anderson | More templatization. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Owen Anderson | Start the process of making MachineLoopInfo possible... |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Devang Patel | Use SmallVector. |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Devang Patel | No need to hardcode SmallVector size. |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Devang Patel | Use SmallVector instead of std::vector. |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Devang Patel | Verify loop info. |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Devang Patel | Use DominatorTree instead of ETForest. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Chris Lattner | Speed up Loop::isLCSSAForm by using a hash table instea... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Removed some of the iostream #includes. Moved towards... |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Chris Lattner | add a method |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Devang Patel | Do not rely on std::sort and std::erase to get list... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | Eliminate RegisterAnalysis. RegisterPass now does... |
blob | commitdiff | raw | diff to current |
2006-08-12 |
Chris Lattner | Make Loop::getExitBlocks significantly faster for large... |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Chris Lattner | Speed up Loop::isLCSSAForm by using a binary search... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Owen Anderson | Update isLCSSAForm to handle PHI nodes specially for... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Owen Anderson | Re-commit the safe parts of my 6/9 patch. Still workin... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Evan Cheng | Back out Owen's 6/9 changes. They broke MultiSource... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Owen Anderson | Make Loop able to verify that it is in LCSSA-form,... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Reid Spencer | For PR780: |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Reid Spencer | Change from using a stub function to a stub variable... |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Chris Lattner | add an assert |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Chris Lattner | Change ET-Forest to automatically recalculate its DFSnu... |
blob | commitdiff | raw | diff to current |
2006-01-11 |
Chris Lattner | Switch loopinfo to using ETForest instead of DominatorS... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Chris Lattner | Add a new getLoopLatch() method. |
blob | commitdiff | raw | diff to current |
2005-05-05 |
Misha Brukman | Remove extra blank line |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Reid Spencer | For PR387:\ |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Reid Spencer | Convert code to compile with vc7.1. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Alkis Evlogimenos | Fixes to make LLVM compile with vc7.1. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not #include... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Chris Lattner | Don't grab the condition of unconditional branches! |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Chris Lattner | Remove code to update loop depths |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Chris Lattner | Add new method |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Chris Lattner | Fix computation of exit blocks |
blob | commitdiff | raw | diff to current |
next |