Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / clz.ll
2015-11-19 Sanjay Patel[CGP] despeculate expensive cttz/ctlz intrinsics
2015-11-12 Sanjay Patelspecify triple and tighten checks using update_llc_test...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-12-24 Chandler CarruthUse standard promotion for i8 CTTZ nodes and i8 CTLZ...
2011-12-24 Chandler CarruthAdd systematic testing for cttz as well, and fix the...
2011-12-24 Chandler CarruthAdd i8 and i64 testing for ctlz on x86. Also simplify...
2011-12-24 Chandler CarruthTidy up this rather crufty test. Put the declarations...
2011-12-24 Chandler CarruthSwitch the lowering of CTLZ_ZERO_UNDEF from a .td patte...
2011-12-20 Chandler CarruthBegin teaching the X86 target how to efficiently codege...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2010-03-14 Chris Lattnerfilecheckize a test and mark these wiht a cpu so it...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.