Age | Commit message (Expand) | Author | Files | Lines |
2016-08-09 | Consistently use FunctionAnalysisManager | Sean Silva | 1 | -2/+2 |
2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -3/+0 |
2016-03-11 | [PM] Make the AnalysisManager parameter to run methods a reference. | Chandler Carruth | 1 | -9/+9 |
2016-03-11 | [PM] Implement the final conclusion as to how the analysis IDs should | Chandler Carruth | 1 | -1/+1 |
2016-02-28 | [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo... | NAKAMURA Takumi | 1 | -0/+2 |
2016-02-28 | Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw... | NAKAMURA Takumi | 1 | -2/+0 |
2016-02-28 | [PM] Appease mingw32's auto-import DLL build with minimal tweaks. | NAKAMURA Takumi | 1 | -0/+2 |
2016-02-26 | [PM] Introduce CRTP mixin base classes to help define passes and | Chandler Carruth | 1 | -2/+0 |
2016-02-25 | Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage... | Hongbin Zheng | 1 | -0/+34 |
2016-02-25 | Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan... | Hongbin Zheng | 1 | -3/+3 |
2016-02-25 | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 1 | -3/+3 |
2016-02-25 | Revert "Introduce analysis pass to compute PostDominators in the new pass man... | Hongbin Zheng | 1 | -3/+3 |
2016-02-25 | Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute... | Hongbin Zheng | 1 | -3/+3 |
2016-02-25 | Revert "Introduce RegionInfoAnalysis, which compute Region Tree in the new Pa... | Hongbin Zheng | 1 | -34/+0 |
2016-02-25 | Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManage... | Hongbin Zheng | 1 | -0/+34 |
2016-02-25 | Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan... | Hongbin Zheng | 1 | -3/+3 |
2016-02-25 | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 1 | -3/+3 |
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 1 | -1/+1 |
2015-08-10 | [RegionInfo] Add debug-time region viewer functions | Michael Kruse | 1 | -0/+9 |
2015-01-14 | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 1 | -1/+1 |
2014-07-20 | Fix msc17 build. RegionInfo::RegionInfo::recalculate() doesn't make sense. | NAKAMURA Takumi | 1 | -4/+2 |
2014-07-20 | Fix -Asserts build introduced since r213456. | NAKAMURA Takumi | 1 | -0/+2 |
2014-07-19 | Templatify RegionInfo so it works on MachineBasicBlocks | Matt Arsenault | 1 | -762/+66 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-04-15 | RegionInfo: Do not access a value that was just moved away | Tobias Grosser | 1 | -1/+1 |
2014-04-15 | Use unique_ptr to manage ownership of child Regions within llvm::Region | David Blaikie | 1 | -15/+19 |
2014-04-15 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -24/+24 |
2014-03-03 | [C++11] Add a basic block range view for RegionInfo | Tobias Grosser | 1 | -2/+2 |
2014-01-13 | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 1 | -3/+3 |
2014-01-09 | Put the functionality for printing a value to a raw_ostream as an | Chandler Carruth | 1 | -3/+2 |
2014-01-07 | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 1 | -1/+1 |
2014-01-07 | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 1 | -1/+1 |
2013-08-21 | Reorder headers according to lint. | Bill Wendling | 1 | -4/+2 |
2013-05-03 | RegionInfo: Do not crash if unreachable block is found | Tobias Grosser | 1 | -1/+2 |
2013-04-10 | RegionInfo: Add helpers to replace entry/exit recursively | Tobias Grosser | 1 | -0/+32 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -4/+3 |
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-27 | Remove the the block_node_iterator of Region, replace it by the block_iterator. | Hongbin Zheng | 1 | -21/+3 |
2012-08-02 | Implement the block_iterator of Region based on df_iterator. | Hongbin Zheng | 1 | -16/+0 |
2012-05-04 | Rename the Region::block_iterator to Region::block_node_iterator, and | Chandler Carruth | 1 | -6/+24 |
2012-02-22 | Remove extra semi-colons. | Chad Rosier | 1 | -1/+1 |
2011-11-15 | Missed some users of Value::getNameStr. | Benjamin Kramer | 1 | -4/+2 |
2011-04-04 | Region: Allow user control the printing style of the print function. | Tobias Grosser | 1 | -16/+16 |
2011-01-13 | Add single entry / single exit accessors. | Tobias Grosser | 1 | -23/+32 |
2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 1 | -1/+1 |
2010-10-22 | Make some symbols static, move classes into anonymous namespaces. | Benjamin Kramer | 1 | -1/+1 |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 1 | -0/+1 |
2010-10-13 | Add Region::isTopLevelRegion(). | Tobias Grosser | 1 | -3/+3 |
2010-10-13 | RegionInfo: Fix trivial error that slipped in last minute. | Tobias Grosser | 1 | -1/+1 |