Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / Analysis / README.txt
2010-04-26 Dan GohmanWhen checking whether the special handling for an addre...
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
2009-09-28 Dan GohmanCreate a README.txt for lib/Analysis, and add an entry.