[PM/AA] Add missing static dependency edges from DSE and memdep to TLI.
[oota-llvm.git] / lib / Analysis / RegionPrinter.cpp
2015-08-10 Michael Kruse[RegionInfo] Add debug-time region viewer functions
2015-08-10 Michael Kruse[RegionInfo] Use RegionInfo* instead of RegionInfoPass...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-15 Richard TrieuOne more -Wrange-loop-analysis cleanup.
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-04-15 David BlaikieUse unique_ptr to manage ownership of child Regions...
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-04 Chandler CarruthRename the Region::block_iterator to Region::block_node...
2011-02-27 Tobias GrosserRegionPrinter: Ignore back edges when layouting the...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Dan GohmanFix namespace polution.
2010-07-22 Tobias GrosserAdd new RegionInfo pass.