Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / Analysis / DemandedBits.cpp
2015-10-08 James MolloyCompute demanded bits for icmp instructions
2015-10-08 James MolloyTreat Mul just like Add and Subtract
2015-10-08 James MolloyMake demanded bits lazy
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-08-14 James MolloySeparate out BDCE's analysis into a separate DemandedBi...