LazyValueInfo: Actually re-visit partially solved block-values in solveBlockValue()
[oota-llvm.git] / lib / Analysis / RegionPrinter.cpp
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.