v8/test
bmeurer@chromium.org b15a082d56 Fix implementation of bit count functions.
The bit counting functions provided by CompilerIntrinsics were undefined
for zero, which was easily overlooked and unsafe in general. Also their
implementation was kinda hacky and mostly untested. Fixed the
implementation and moved the functions to base/bits.h.

TEST=base-unittests,cctest,compiler-unittests,mjsunit
R=hpayer@chromium.org

Review URL: https://codereview.chromium.org/494633002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23229 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-20 12:10:41 +00:00
..
base-unittests Fix implementation of bit count functions. 2014-08-20 12:10:41 +00:00
benchmarks Fix predictable mode to make time pass faster. 2014-08-12 17:54:41 +00:00
cctest Expose function CheckDebugBreak in the debugger api 2014-08-20 11:04:05 +00:00
compiler-unittests Fix arm64 build. 2014-08-20 10:33:47 +00:00
fuzz-natives Land the Fan (disabled) 2014-07-30 13:54:45 +00:00
heap-unittests Use actual incremental marking throughput in IdleNotification to estimate marking step size. 2014-08-20 10:33:03 +00:00
intl Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
message Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
mjsunit Fix --expose-debug-as with number as argument. 2014-08-20 11:52:22 +00:00
mozilla Skip test that times out. 2014-08-11 09:16:14 +00:00
preparser Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
runtime-unittests Setup heap-unittests and runtime-unittests. 2014-08-19 10:54:54 +00:00
test262 Reland "Implement trigonometric functions using a fdlibm port." 2014-08-06 11:39:39 +00:00
webkit Remove RegExp.$input. 2014-08-20 09:43:00 +00:00