aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/clz.ll
Commit message (Expand)AuthorAgeFilesLines
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-241-0/+15
* filecheckize a test and mark these wiht a cpu so it passesChris Lattner2010-03-141-3/+10
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-3/+3
* Fix ctlz and cttz. llvm definition requires them to return number of bits in ...Evan Cheng2007-12-141-1/+11
* Implement ctlz and cttz with bsr and bsf.Evan Cheng2007-12-141-0/+16