Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
[oota-llvm.git] / test / CodeGen / X86 / ctpop-combine.ll
2012-07-12 Nadav RotemThe LIT tests below do not specify the exact cpu model...
2011-02-22 NAKAMURA TakumiRelax expressions and add explicit triplets -linux...
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...