Chris Lattner
|
d03a956a01
|
filecheckize a test and mark these wiht a cpu so it passes
on hosts without cmovs.
llvm-svn: 98521
|
2010-03-14 22:31:16 +00:00 |
Dan Gohman
|
40503396da
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81290
|
2009-09-08 23:54:48 +00:00 |
Evan Cheng
|
0e6408124e
|
Fix ctlz and cttz. llvm definition requires them to return number of bits in of the src type when value is zero.
llvm-svn: 45029
|
2007-12-14 08:30:15 +00:00 |
Evan Cheng
|
e9fbc3f014
|
Implement ctlz and cttz with bsr and bsf.
llvm-svn: 45024
|
2007-12-14 02:13:44 +00:00 |