[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / ctpop-combine.ll
2013-11-22 Jim GrosbachX86: Perform integer comparisons at i32 or larger.
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
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...