Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Analysis / LoopInfoImpl.h
2015-10-09 Duncan P. N. Exon... CodeGen: Continue removing ilist iterator implicit...
2015-07-16 Cong HouRename LoopInfo::Analyze() to LoopInfo::analyze() and...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-02 Benjamin KramerPush constness through LoopInfo::isLoopHeader and clean...
2015-04-16 Daniel BerlinReplace loop doing postorder walk with postorder iterator
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-03-17 Richard SmithFix ODR violations caused by putting anonymous namespac...
2015-01-18 Chandler Carruth[PM] Now that LoopInfo isn't in the Pass type hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2013-12-07 Jakub StaszakDon't #include heavy Dominators.h file in LoopInfo...
2013-10-26 Wan XiaofeiQuick look-up for block in loop.
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-20 Andrew TrickRestructure PopulateLoopsDFS::insertIntoLoop.
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.