Reviewers: Yang,

Description:
[turbofan] Turn Math.clz32 into an inlinable builtin.

[email protected]
BUG=v8:3952
LOG=n

Please review this at https://codereview.chromium.org/1021183002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+282, -47 lines):
  M src/compiler/arm/code-generator-arm.cc
  M src/compiler/arm/instruction-codes-arm.h
  M src/compiler/arm/instruction-selector-arm.cc
  M src/compiler/arm64/code-generator-arm64.cc
  M src/compiler/arm64/instruction-codes-arm64.h
  M src/compiler/arm64/instruction-selector-arm64.cc
  M src/compiler/ia32/code-generator-ia32.cc
  M src/compiler/ia32/instruction-codes-ia32.h
  M src/compiler/ia32/instruction-selector-ia32.cc
  M src/compiler/instruction-selector.cc
  M src/compiler/js-intrinsic-lowering.h
  M src/compiler/js-intrinsic-lowering.cc
  M src/compiler/machine-operator.h
  M src/compiler/machine-operator.cc
  M src/compiler/opcodes.h
  M src/compiler/raw-machine-assembler.h
  M src/compiler/simplified-lowering.cc
  M src/compiler/typer.cc
  M src/compiler/verifier.cc
  M src/compiler/x64/code-generator-x64.cc
  M src/compiler/x64/instruction-codes-x64.h
  M src/compiler/x64/instruction-selector-x64.cc
  M src/counters.h
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/macro-assembler-ia32.h
  M src/ia32/macro-assembler-ia32.cc
  M src/math.js
  M src/runtime/runtime.h
  M src/runtime/runtime-maths.cc
  M src/x64/assembler-x64.h
  M src/x64/assembler-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x64/macro-assembler-x64.h
  M src/x64/macro-assembler-x64.cc
  M test/cctest/test-disasm-x64.cc
  A test/mjsunit/asm/math-clz32.js
  M test/unittests/compiler/arm/instruction-selector-arm-unittest.cc
  M test/unittests/compiler/arm64/instruction-selector-arm64-unittest.cc
  M test/unittests/compiler/ia32/instruction-selector-ia32-unittest.cc
  M test/unittests/compiler/js-intrinsic-lowering-unittest.cc
  M test/unittests/compiler/machine-operator-unittest.cc
  M test/unittests/compiler/node-test-utils.h
  M test/unittests/compiler/node-test-utils.cc
  M test/unittests/compiler/x64/instruction-selector-x64-unittest.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to