Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1510)

Issue 21981006: Desugar bitwise negation into XOR and kill all UnaryOp stuff. (Closed)

Created:
7 years, 4 months ago by Sven Panne
Modified:
7 years, 4 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Desugar bitwise negation into XOR and kill all UnaryOp stuff.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -616 lines) Patch
src/arm/code-stubs-arm.cc View 1 chunk +0 lines, -11 lines 0 comments Download
src/arm/full-codegen-arm.cc View 1 chunk +0 lines, -20 lines 0 comments Download
src/arm/lithium-arm.h View 2 chunks +0 lines, -13 lines 0 comments Download
src/arm/lithium-arm.cc View 1 chunk +0 lines, -9 lines 0 comments Download
src/arm/lithium-codegen-arm.h View 1 chunk +1 line, -1 line 0 comments Download
src/arm/lithium-codegen-arm.cc View 2 chunks +5 lines, -8 lines 0 comments Download
src/ast.h View 2 chunks +0 lines, -4 lines 0 comments Download
src/ast.cc View 1 chunk +0 lines, -10 lines 0 comments Download
src/builtins.h View 1 chunk +0 lines, -1 line 0 comments Download
src/code-stubs.h View 2 chunks +0 lines, -68 lines 0 comments Download
src/code-stubs.cc View 2 chunks +0 lines, -81 lines 0 comments Download
src/code-stubs-hydrogen.cc View 1 chunk +0 lines, -39 lines 0 comments Download
src/full-codegen.h View 1 chunk +0 lines, -2 lines 0 comments Download
src/hydrogen.h View 2 chunks +0 lines, -4 lines 0 comments Download
src/hydrogen.cc View 3 chunks +0 lines, -23 lines 0 comments Download
src/hydrogen-instructions.h View 2 chunks +0 lines, -32 lines 0 comments Download
src/hydrogen-instructions.cc View 2 chunks +27 lines, -12 lines 0 comments Download
src/hydrogen-uint32-analysis.cc View 1 chunk +1 line, -2 lines 0 comments Download
src/ia32/code-stubs-ia32.cc View 1 chunk +0 lines, -11 lines 0 comments Download
src/ia32/full-codegen-ia32.cc View 1 chunk +0 lines, -19 lines 0 comments Download
src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
src/ia32/lithium-codegen-ia32.cc View 3 chunks +8 lines, -10 lines 0 comments Download
src/ia32/lithium-ia32.h View 2 chunks +0 lines, -13 lines 0 comments Download
src/ia32/lithium-ia32.cc View 1 chunk +0 lines, -10 lines 0 comments Download
src/ic.h View 1 chunk +0 lines, -8 lines 0 comments Download
src/ic.cc View 1 chunk +0 lines, -21 lines 0 comments Download
src/mips/assembler-mips.h View 1 chunk +5 lines, -0 lines 0 comments Download
src/mips/code-stubs-mips.cc View 1 chunk +0 lines, -11 lines 0 comments Download
src/mips/full-codegen-mips.cc View 1 chunk +0 lines, -20 lines 0 comments Download
src/mips/lithium-codegen-mips.h View 1 chunk +1 line, -1 line 0 comments Download
src/mips/lithium-codegen-mips.cc View 2 chunks +5 lines, -8 lines 0 comments Download
src/mips/lithium-mips.h View 2 chunks +0 lines, -13 lines 0 comments Download
src/mips/lithium-mips.cc View 1 chunk +0 lines, -9 lines 0 comments Download
src/objects.h View 3 chunks +0 lines, -10 lines 0 comments Download
src/objects-inl.h View 1 chunk +0 lines, -15 lines 0 comments Download
src/parser.cc View 1 chunk +7 lines, -0 lines 0 comments Download
src/runtime.js View 1 chunk +0 lines, -7 lines 0 comments Download
src/type-info.h View 1 chunk +0 lines, -1 line 0 comments Download
src/type-info.cc View 1 chunk +0 lines, -11 lines 0 comments Download
src/typing.cc View 2 chunks +0 lines, -5 lines 0 comments Download
src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -11 lines 0 comments Download
src/x64/full-codegen-x64.cc View 1 chunk +0 lines, -20 lines 0 comments Download
src/x64/lithium-codegen-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
src/x64/lithium-codegen-x64.cc View 10 chunks +14 lines, -17 lines 0 comments Download
src/x64/lithium-x64.h View 2 chunks +0 lines, -13 lines 0 comments Download
src/x64/lithium-x64.cc View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Sven Panne
7 years, 4 months ago (2013-08-05 14:06:27 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698