Merging r258184:
[oota-llvm.git] / lib / Analysis / CFG.cpp
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
2015-10-10 Duncan P. N. Exon... Analysis: Remove implicit ilist iterator conversions
2015-06-24 Bruno Cardoso Lopes[CaptureTracking] Avoid long compilation time on large...
2015-01-13 Ramkumar RamachandraStandardize {pred,succ,use,user}_empty()
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-25 Erik VerbruggenSimplify loop that worked around bugs in old GCC/Xcode.
2014-02-10 Benjamin KramerMake succ_iterator a real random access iterator and...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
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...