| Commit message (Expand) | Author | Age | Files | Lines |
* | TransformUtils: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -5/+4 |
* | Drive-by fixes for LandingPad -> EHPad | David Majnemer | 2015-08-04 | 1 | -4/+3 |
* | [PM/AA] Remove all of the dead AliasAnalysis pointers being threaded | Chandler Carruth | 2015-07-22 | 1 | -2/+1 |
* | 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] Remove the Pass argument from all of the critical edge splitting | Chandler Carruth | 2015-01-19 | 1 | -24/+17 |
* | [PM] Relax asserts and always try to reconstruct loop simplify form when | Chandler Carruth | 2015-01-19 | 1 | -10/+4 |
* | [PM] Pull the analyses used for another utility routine into its API | Chandler Carruth | 2015-01-18 | 1 | -6/+9 |
* | [PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much | Chandler Carruth | 2015-01-18 | 1 | -4/+4 |
* | [PM] Split the LoopInfo object apart from the legacy pass, creating | Chandler Carruth | 2015-01-17 | 1 | -2/+3 |
* | Introduce llvm::SplitAllCriticalEdges | Kostya Serebryany | 2014-11-19 | 1 | -19/+5 |
* | Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite... | Duncan P. N. Exon Smith | 2014-07-21 | 1 | -2/+6 |
* | [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra... | Manuel Jacob | 2014-07-20 | 1 | -6/+2 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -6/+6 |
* | [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 |
* | [Modules] Move CFG.h to the IR library as it defines graph traits over | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | [LPM] Fix PR18643, another scary place where loop transforms failed to | Chandler Carruth | 2014-01-29 | 1 | -46/+30 |
* | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -2/+4 |
* | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
* | Remove the very substantial, largely unmaintained legacy PGO | Chandler Carruth | 2013-10-02 | 1 | -8/+1 |
* | Reimplement isPotentiallyReachable to make nocapture deduction much stronger. | Nick Lewycky | 2013-07-27 | 1 | -33/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Second attempt at PR12573: | Bill Wendling | 2012-04-30 | 1 | -11/+26 |
* | Use an ArrayRef instead of explicit vector type. | Bill Wendling | 2012-04-30 | 1 | -8/+5 |
* | SplitBlockPredecessors uses ArrayRef instead of Data and Size. | Jakub Staszak | 2011-12-09 | 1 | -2/+1 |
* | LSR should avoid redundant edge splitting. | Andrew Trick | 2011-10-04 | 1 | -2/+3 |
* | whitespace | Andrew Trick | 2011-10-04 | 1 | -18/+18 |
* | Relax this condition. | Bill Wendling | 2011-09-20 | 1 | -2/+1 |
* | Assert that we aren't trying to split the critical edge of a landing pad. Doing | Bill Wendling | 2011-08-17 | 1 | -0/+5 |
* | PR10386: Don't try to split an edge from an indirectbr. | Eli Friedman | 2011-07-19 | 1 | -2/+9 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -38/+16 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -16/+38 |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -38/+16 |
* | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -16/+38 |
* | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -38/+16 |
* | Preserve line number information. | Devang Patel | 2011-05-17 | 1 | -1/+2 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+1 |
* | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 2011-03-30 | 1 | -0/+1 |
* | Remove code for updating dominance frontiers and some outdated references to | Cameron Zwarich | 2011-01-18 | 1 | -44/+6 |
* | indentation | Chris Lattner | 2011-01-14 | 1 | -1/+1 |
* | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -1/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -2/+2 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |