Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Analysis / RegionInfo.cpp
2015-08-10 Michael Kruse[RegionInfo] Add debug-time region viewer functions
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-07-20 NAKAMURA TakumiFix msc17 build. RegionInfo::RegionInfo::recalculate...
2014-07-20 NAKAMURA TakumiFix -Asserts build introduced since r213456.
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Tobias GrosserRegionInfo: Do not access a value that was just moved...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of child Regions...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-21 Bill WendlingReorder headers according to lint.
2013-05-03 Tobias GrosserRegionInfo: Do not crash if unreachable block is found
2013-04-10 Tobias GrosserRegionInfo: Add helpers to replace entry/exit recursively
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-08-02 Hongbin ZhengImplement the block_iterator of Region based on df_iter...
2012-05-04 Chandler CarruthRename the Region::block_iterator to Region::block_node...
2012-02-22 Chad RosierRemove extra semi-colons.
2011-11-15 Benjamin KramerMissed some users of Value::getNameStr.
2011-04-04 Tobias GrosserRegion: Allow user control the printing style of the...
2011-01-13 Tobias GrosserAdd single entry / single exit accessors.
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
2010-10-13 Tobias GrosserRegionInfo: Fix trivial error that slipped in last...
2010-10-13 Tobias GrosserRegionInfo: Update RegionInfo after a BB was split.
2010-10-13 Tobias GrosserRegioInfo: Add getExpandedRegion().
2010-10-13 Tobias GrosserRegionInfo: Allow to update exit and entry of a region.
2010-10-13 Tobias GrosserRegionInfo: Enhance addSubregion.
2010-10-13 Tobias GrosserRegionInfo: Allow to set the parent region of a basic...
2010-10-13 Tobias GrosserRegionInfo: Free the RegionNodes in cache.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-10 Tobias GrosserRegionInfo: Do not assert if a BB is not part of the...
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-28 Daniel DunbarRegionInfo: Make sure to free cached nodes; Tobias...
2010-07-27 Tobias GrosserRegionInfo: Add getMaxRegionExit()
2010-07-27 Tobias GrosserAdd function to query RegionInfo about loops.
2010-07-26 Dan GohmanUse DominatorTree::properlyDominates instead of dominat...
2010-07-22 Gabor Greifuse cascading operator-> feature
2010-07-22 Gabor Greifuse -> instead of (*).
2010-07-22 Gabor Greifcache dereferenced iterator
2010-07-22 Tobias GrosserAdd new RegionInfo pass.