| Commit message (Expand) | Author | Age | Files | Lines |
* | [Loop Deletion] Delete loops that are never executed | Anna Thomas | 2017-05-03 | 1 | -14/+90 |
* | [LoopDeletion] Modernize and simplify a bit. NFCI. | Davide Italiano | 2017-02-26 | 1 | -8/+3 |
* | Delete outdated comment. NFC | Xin Tong | 2017-02-23 | 1 | -2/+1 |
* | [PM] Fix a bug in how I ported LoopDeletion to the new PM. | Chandler Carruth | 2017-02-11 | 1 | -21/+14 |
* | [LoopDeletion] (cleanup, NFC) Fix one more local variable that didn't | Chandler Carruth | 2017-01-18 | 1 | -2/+2 |
* | [PM] Teach LoopDeletion to correctly update the LPM when loops are | Chandler Carruth | 2017-01-18 | 1 | -10/+20 |
* | [LoopDeletion] (cleanup, NFC) Use the dedicated helper to get a single | Chandler Carruth | 2017-01-17 | 1 | -6/+2 |
* | [LoopDeletion] (cleanup, NFC) Fix another variable name to match LLVM | Chandler Carruth | 2017-01-17 | 1 | -7/+7 |
* | [LoopDeletion] (cleanup, NFC) Remove a pointless comment. | Chandler Carruth | 2017-01-17 | 1 | -2/+1 |
* | [LoopDeletion] (cleanup, NFC) Make simple helper functions static | Chandler Carruth | 2017-01-17 | 1 | -18/+26 |
* | [LoopDeletion] (cleanup, NFC) Stop passing around reference to a vector | Chandler Carruth | 2017-01-17 | 1 | -7/+6 |
* | [PM] Clean up variable and parameter names to match modern LLVM naming | Chandler Carruth | 2017-01-17 | 1 | -23/+23 |
* | [PM] Separate the LoopAnalysisManager from the LoopPassManager and move | Chandler Carruth | 2017-01-11 | 1 | -1/+1 |
* | [PM] Rewrite the loop pass manager to use a worklist and augmented run | Chandler Carruth | 2017-01-11 | 1 | -9/+4 |
* | Consistently use LoopAnalysisManager | Sean Silva | 2016-08-09 | 1 | -1/+1 |
* | [PM] Port Dead Loop Deletion Pass to the new PM | Jun Bum Lim | 2016-07-14 | 1 | -57/+72 |
* | Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. | Benjamin Kramer | 2016-06-26 | 1 | -6/+4 |
* | Use all_of instead of a raw loop; NFC | Sanjoy Das | 2016-05-03 | 1 | -6/+4 |
* | [LoopDeletion] Clear SCEV loop dispositions | Sanjoy Das | 2016-05-03 | 1 | -11/+27 |
* | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -1/+1 |
* | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -1/+1 |
* | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -1/+1 |
* | [LoopDeletion] Add an assert that verifies LCSSA | Sanjoy Das | 2016-02-21 | 1 | -1/+3 |
* | [LPM] Factor all of the loop analysis usage updates into a common helper | Chandler Carruth | 2016-02-19 | 1 | -17/+3 |
* | LoopInfo: Simplify ownership of Loop objects | Justin Bogner | 2016-01-08 | 1 | -1/+1 |
* | LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC | Justin Bogner | 2015-12-16 | 1 | -5/+4 |
* | Add GlobalsAA as preserved to a bunch of transforms | James Molloy | 2015-09-10 | 1 | -0/+2 |
* | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -4/+4 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [PM] Split the LoopInfo object apart from the legacy pass, creating | Chandler Carruth | 2015-01-17 | 1 | -4/+4 |
* | Use range based for loops to avoid needing to re-mention SmallPtrSet size. | Craig Topper | 2014-08-24 | 1 | -3/+2 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -2/+2 |
* | Disable most IR-level transform passes on functions marked 'optnone'. | Paul Robinson | 2014-02-06 | 1 | -0/+3 |
* | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -4/+4 |
* | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -4/+4 |
* | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 2013-07-04 | 1 | -1/+1 |
* | Make method private. Keep coding standard. | Jakub Staszak | 2013-03-18 | 1 | -26/+28 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Clean whitespaces. | Nadav Rotem | 2012-07-24 | 1 | -25/+25 |
* | Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks, | Jay Foad | 2011-06-21 | 1 | -1/+3 |
* | Make LoopDeletion work on loops with multiple edges, as long as the incoming | Cameron Zwarich | 2011-02-22 | 1 | -8/+15 |
* | Remove code for updating dominance frontiers and some outdated references to | Cameron Zwarich | 2011-01-18 | 1 | -5/+1 |
* | Use SmallVector instead of SmallPtrSet and avoid non-deterministic behavior. | Devang Patel | 2011-01-12 | 1 | -3/+3 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -0/+1 |
* | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson | 2010-10-19 | 1 | -1/+0 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+9 |