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

Issue 6794050: Revert "[Arguments] Merge (7442,7496] from bleeding_edge." (Closed)

Created:
9 years, 8 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Mads Ager (google)
CC:
v8-dev
Visibility:
Public.

Description

Revert "[Arguments] Merge (7442,7496] from bleeding_edge." This reverts svn revision 7497. There was a problem with the merge, I'll reapply. TBR=ager@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=7502

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2051 lines, -3735 lines) Patch
M ChangeLog View 1 chunk +0 lines, -10 lines 0 comments Download
M SConstruct View 16 chunks +36 lines, -97 lines 0 comments Download
M include/v8.h View 1 chunk +0 lines, -5 lines 0 comments Download
M preparser/preparser-process.cc View 2 chunks +114 lines, -77 lines 0 comments Download
M samples/shell.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/SConscript View 2 chunks +1 line, -2 lines 0 comments Download
M src/accessors.cc View 2 chunks +167 lines, -3 lines 0 comments Download
M src/api.cc View 2 chunks +3 lines, -32 lines 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +23 lines, -62 lines 0 comments Download
M src/arm/assembler-arm.cc View 43 chunks +49 lines, -52 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 30 chunks +30 lines, -30 lines 0 comments Download
M src/arm/codegen-arm.cc View 11 chunks +15 lines, -16 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/arm/frames-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 7 chunks +27 lines, -86 lines 0 comments Download
M src/arm/lithium-arm.h View 3 chunks +9 lines, -43 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +5 lines, -21 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +2 lines, -24 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +2 lines, -9 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 16 chunks +34 lines, -22 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 5 chunks +3 lines, -7 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M src/ast.h View 7 chunks +8 lines, -8 lines 0 comments Download
M src/ast.cc View 2 chunks +20 lines, -20 lines 0 comments Download
M src/builtins.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/checks.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 4 chunks +53 lines, -8 lines 0 comments Download
M src/cpu.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +1 line, -73 lines 0 comments Download
M src/deoptimizer.cc View 3 chunks +3 lines, -101 lines 0 comments Download
M src/execution.cc View 17 chunks +30 lines, -45 lines 0 comments Download
M src/extensions/experimental/break-iterator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/extensions/experimental/break-iterator.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M src/extensions/experimental/i18n-extension.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.h View 1 chunk +1 line, -1 line 0 comments Download
M src/frames.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/heap.cc View 9 chunks +30 lines, -96 lines 0 comments Download
M src/hydrogen.h View 5 chunks +3 lines, -14 lines 0 comments Download
M src/hydrogen.cc View 12 chunks +51 lines, -123 lines 0 comments Download
M src/hydrogen-instructions.h View 10 chunks +14 lines, -79 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +3 lines, -14 lines 0 comments Download
M src/ia32/assembler-ia32.h View 3 chunks +27 lines, -66 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 49 chunks +75 lines, -76 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 19 chunks +21 lines, -19 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 19 chunks +28 lines, -26 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/ia32/frames-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +23 lines, -81 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +7 lines, -31 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +9 lines, -48 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +8 lines, -26 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +2 lines, -9 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +19 lines, -16 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 3 chunks +3 lines, -9 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 7 chunks +7 lines, -8 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/isolate.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/isolate.cc View 5 chunks +12 lines, -0 lines 0 comments Download
M src/mark-compact.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 61 chunks +198 lines, -212 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 4 chunks +9 lines, -13 lines 0 comments Download
M src/objects.cc View 84 chunks +178 lines, -212 lines 0 comments Download
M src/objects-inl.h View 3 chunks +5 lines, -29 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +3 lines, -12 lines 0 comments Download
M src/parser.h View 3 chunks +0 lines, -5 lines 0 comments Download
M src/parser.cc View 79 chunks +118 lines, -131 lines 0 comments Download
M src/platform.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/platform-cygwin.cc View 10 chunks +103 lines, -163 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +1 line, -70 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/platform-tls-mac.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/platform-win32.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/runtime.cc View 2 chunks +17 lines, -45 lines 0 comments Download
M src/scopes.h View 2 chunks +2 lines, -6 lines 0 comments Download
M src/scopes.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/stub-cache.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/type-info.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/type-info.cc View 3 chunks +16 lines, -21 lines 0 comments Download
M src/v8.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/v8.cc View 6 chunks +12 lines, -36 lines 0 comments Download
M src/v8-counters.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 3 chunks +25 lines, -40 lines 0 comments Download
M src/x64/assembler-x64.cc View 11 chunks +34 lines, -41 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +6 lines, -10 lines 0 comments Download
M src/x64/frames-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 5 chunks +22 lines, -81 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 4 chunks +3 lines, -24 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +9 lines, -43 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +7 lines, -21 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +2 lines, -9 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 5 chunks +29 lines, -10 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 5 chunks +5 lines, -12 lines 0 comments Download
M src/zone.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/zone-inl.h View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 chunk +0 lines, -99 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 8 chunks +12 lines, -12 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 9 chunks +21 lines, -21 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 8 chunks +23 lines, -23 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 23 chunks +52 lines, -97 lines 0 comments Download
M test/cctest/test-regexp.cc View 27 chunks +35 lines, -52 lines 0 comments Download
M test/cctest/test-utils.cc View 1 chunk +0 lines, -1 line 0 comments Download
D test/mjsunit/compiler/global-accessors.js View 1 chunk +0 lines, -47 lines 0 comments Download
D test/mjsunit/global-accessors.js View 1 chunk +0 lines, -52 lines 0 comments Download
D test/mjsunit/regress/regress-1229.js View 1 chunk +0 lines, -79 lines 0 comments Download
D test/preparser/empty.js View 1 chunk +0 lines, -28 lines 0 comments Download
D test/preparser/functions-only.js View 1 chunk +0 lines, -38 lines 0 comments Download
D test/preparser/non-alphanum.js View 1 chunk +0 lines, -34 lines 0 comments Download
D test/preparser/symbols-only.js View 1 chunk +0 lines, -49 lines 0 comments Download
D test/preparser/testcfg.py View 1 chunk +0 lines, -90 lines 0 comments Download
M tools/test.py View 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 8 months ago (2011-04-05 11:36:31 UTC) #1
Mads Ager (google)
9 years, 8 months ago (2011-04-05 15:12:26 UTC) #2
Rubber stamp LGTM

Powered by Google App Engine
This is Rietveld 408576698