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

Issue 11000: Periodic merge of bleeding_edge to experimental code generator branch.... (Closed)

Created:
12 years ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Periodic merge of bleeding_edge to experimental code generator branch. Merge bleeding_edge to code generator branch to pick up regular expression changes. All unmerged changes to bleeding_edge up to r868 are included. Committed: http://code.google.com/p/v8/source/detail?r=869

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6257 lines, -1124 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +6 lines, -0 lines 0 comments Download
M SConstruct View 10 chunks +64 lines, -20 lines 0 comments Download
M include/v8-debug.h View 1 chunk +20 lines, -0 lines 0 comments Download
M src/SConscript View 1 chunk +21 lines, -14 lines 0 comments Download
M src/api.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/assembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler-ia32.h View 10 chunks +20 lines, -8 lines 0 comments Download
M src/assembler-ia32.cc View 9 chunks +85 lines, -14 lines 0 comments Download
M src/assembler-ia32-inl.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/ast.h View 43 chunks +343 lines, -58 lines 0 comments Download
M src/ast.cc View 4 chunks +207 lines, -5 lines 0 comments Download
M src/builtins.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/checks.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/codegen.h View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen-arm.cc View 2 chunks +53 lines, -1 line 0 comments Download
M src/codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/codegen-ia32.cc View 1 chunk +48 lines, -0 lines 0 comments Download
M src/constants-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/contexts.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/d8.cc View 3 chunks +28 lines, -9 lines 0 comments Download
M src/debug.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/debug.cc View 3 chunks +53 lines, -27 lines 0 comments Download
M src/debug-delay.js View 3 chunks +6 lines, -317 lines 0 comments Download
M src/dtoa-config.c View 2 chunks +19 lines, -6 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/factory.cc View 3 chunks +14 lines, -5 lines 0 comments Download
M src/flag-definitions.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/frames-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/globals.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/heap.h View 4 chunks +17 lines, -4 lines 0 comments Download
M src/heap.cc View 5 chunks +39 lines, -4 lines 0 comments Download
M src/jsregexp.h View 4 chunks +710 lines, -23 lines 0 comments Download
M src/jsregexp.cc View 19 chunks +2265 lines, -101 lines 0 comments Download
M src/list.h View 3 chunks +6 lines, -0 lines 0 comments Download
M src/list-inl.h View 2 chunks +17 lines, -4 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 7 chunks +41 lines, -5 lines 0 comments Download
M src/objects.cc View 3 chunks +54 lines, -3 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +8 lines, -1 line 0 comments Download
M src/objects-inl.h View 4 chunks +34 lines, -0 lines 0 comments Download
M src/parser.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/parser.cc View 8 chunks +1140 lines, -44 lines 0 comments Download
M src/prettyprinter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/prettyprinter.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/rewriter.cc View 4 chunks +14 lines, -2 lines 0 comments Download
M src/runtime.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 6 chunks +102 lines, -74 lines 0 comments Download
M src/scopes.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/scopes.cc View 5 chunks +16 lines, -5 lines 0 comments Download
M src/string-stream.h View 2 chunks +10 lines, -2 lines 0 comments Download
M src/string-stream.cc View 7 chunks +44 lines, -15 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/third_party/jscre/pcre.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/third_party/jscre/pcre_compile.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/third_party/jscre/pcre_exec.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/third_party/jscre/pcre_internal.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/third_party/jscre/pcre_tables.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/third_party/jscre/pcre_ucp_searchfuncs.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/third_party/jscre/pcre_xclass.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M src/unicode.h View 4 chunks +28 lines, -34 lines 0 comments Download
M src/unicode.cc View 20 chunks +185 lines, -247 lines 0 comments Download
M src/usage-analyzer.cc View 3 chunks +7 lines, -1 line 0 comments Download
M src/utils.h View 5 chunks +94 lines, -0 lines 0 comments Download
M src/v8natives.js View 4 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.h View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +28 lines, -14 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +152 lines, -0 lines 0 comments Download
M test/message/testcfg.py View 2 chunks +5 lines, -2 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/function-caller.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/non-ascii-replace.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regexp.js View 2 chunks +24 lines, -1 line 0 comments Download
M test/mjsunit/unicode-test.js View 1 chunk +26 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 6 chunks +14 lines, -15 lines 0 comments Download
M tools/utils.py View 2 chunks +3 lines, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 4 chunks +44 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_snapshot.vcproj View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Chromium)
12 years ago (2008-11-28 13:55:19 UTC) #1
Periodic SVN merge.

Powered by Google App Engine
This is Rietveld 408576698