v8/test
ulan@chromium.org f106c9c9f7 Add rotate-right instruction to hydrogen and use it instead of bitwise operations
of the form ((x >>> i) | (x << (32 - i))).

This CL is based on https://chromiumcodereview.appspot.com/10984057/
by Jay Conrod <dconrod@codeaurora.org>.

R=danno@chromium.org,mstarzinger@chromium.org,dconrod@codeaurora.org

Review URL: https://chromiumcodereview.appspot.com/11033005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12855 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2012-11-05 13:28:10 +00:00
..
benchmarks First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
cctest Implement IsIndependent(Isolate*) 2012-11-05 13:20:45 +00:00
es5conform First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
message First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
mjsunit Add rotate-right instruction to hydrogen and use it instead of bitwise operations 2012-11-05 13:28:10 +00:00
mozilla First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
preparser Adjust Android test expectations. 2012-10-19 09:28:23 +00:00
sputnik First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
test262 First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00