summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/clz.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when theChandler Carruth2011-12-24
* Add systematic testing for cttz as well, and fix the bug I spotted byChandler Carruth2011-12-24
* Add i8 and i64 testing for ctlz on x86. Also simplify the i16 test.Chandler Carruth2011-12-24
* Tidy up this rather crufty test. Put the declarations at the top to makeChandler Carruth2011-12-24
* Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to theChandler Carruth2011-12-24
* Begin teaching the X86 target how to efficiently codegen patterns thatChandler Carruth2011-12-20
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng2011-05-24
* filecheckize a test and mark these wiht a cpu so it passesChris Lattner2010-03-14
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Fix ctlz and cttz. llvm definition requires them to return number of bits in ...Evan Cheng2007-12-14
* Implement ctlz and cttz with bsr and bsf.Evan Cheng2007-12-14