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

Issue 10693: Merged bleeding_edge -r 685:746 into regexp2000. (Closed)

Created:
12 years, 1 month ago by Christian Plesner Hansen
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Merged bleeding_edge -r 685:746 into regexp2000. Committed: http://code.google.com/p/v8/source/detail?r=747

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1721 lines, -1276 lines) Patch
M ChangeLog View 1 chunk +17 lines, -0 lines 0 comments Download
M SConstruct View 1 chunk +4 lines, -1 line 0 comments Download
M include/v8.h View 1 chunk +1 line, -0 lines 0 comments Download
M include/v8-debug.h View 2 chunks +2 lines, -5 lines 0 comments Download
M samples/shell.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/assembler-ia32.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/assembler-ia32.cc View 6 chunks +19 lines, -15 lines 0 comments Download
M src/ast.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 1 chunk +12 lines, -3 lines 0 comments Download
M src/builtins-ia32.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/codegen-arm.h View 9 chunks +62 lines, -29 lines 0 comments Download
M src/codegen-arm.cc View 132 chunks +437 lines, -379 lines 0 comments Download
M src/codegen-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/codegen-ia32.cc View 28 chunks +66 lines, -73 lines 0 comments Download
M src/compiler.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M src/constants-arm.h View 3 chunks +64 lines, -38 lines 0 comments Download
M src/conversions.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/d8.h View 0 chunks +-1 lines, --1 lines 0 comments Download
MM src/d8.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M src/d8-readline.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/date-delay.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/debug.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/debug.cc View 1 chunk +0 lines, -29 lines 0 comments Download
M src/debug-delay.js View 1 chunk +0 lines, -9 lines 0 comments Download
M src/disasm.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/disasm-arm.cc View 20 chunks +226 lines, -278 lines 0 comments Download
M src/disasm-ia32.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/execution.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M src/factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/factory.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +20 lines, -0 lines 0 comments Download
M src/flags.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/flags.cc View 12 chunks +131 lines, -43 lines 0 comments Download
M src/global-handles.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/globals.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/handles.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/handles-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/heap.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M src/ic-arm.cc View 4 chunks +61 lines, -24 lines 0 comments Download
M src/ic-ia32.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/jsregexp.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/log.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/log.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/macro-assembler-arm.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/macro-assembler-ia32.cc View 6 chunks +9 lines, -7 lines 0 comments Download
M src/mark-compact.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/mark-compact.cc View 8 chunks +8 lines, -39 lines 0 comments Download
M src/messages.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 3 chunks +4 lines, -5 lines 0 comments Download
M src/objects.cc View 6 chunks +8 lines, -24 lines 0 comments Download
M src/parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/rewriter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/rewriter.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M src/runtime.cc View 12 chunks +18 lines, -17 lines 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/simulator-arm.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/simulator-arm.cc View 8 chunks +20 lines, -20 lines 0 comments Download
M src/string-stream.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/string-stream.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M src/stub-cache-arm.cc View 8 chunks +276 lines, -84 lines 0 comments Download
M src/stub-cache-ia32.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M src/top.cc View 4 chunks +30 lines, -6 lines 0 comments Download
M src/v8.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/v8-counters.h View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 6 chunks +15 lines, -5 lines 0 comments Download
M test/cctest/test-flags.cc View 1 chunk +64 lines, -0 lines 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-strings.cc View 3 chunks +2 lines, -7 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 4 chunks +0 lines, -24 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Christian Plesner Hansen
12 years, 1 month ago (2008-11-13 19:30:36 UTC) #1
Erik Corry
12 years, 1 month ago (2008-11-13 19:33:55 UTC) #2
Rubber-stamp LGTM

Powered by Google App Engine
This is Rietveld 408576698