Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Analysis / CFG.h
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
2015-06-24 Bruno Cardoso Lopes[CaptureTracking] Avoid long compilation time on large...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...