|
|
[WIP] TrapHandler 2014/11/27.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1100 lines, -689 lines) |
Patch |
 |
M |
BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
include/v8.h
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
samples/shell.cc
|
View
|
|
2 chunks |
+30 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/base/platform/platform.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/base/platform/platform-posix.cc
|
View
|
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/base/platform/platform-win32.cc
|
View
|
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/compiler/access-builder.cc
|
View
|
|
2 chunks |
+10 lines, -19 lines |
0 comments
|
Download
|
 |
A |
src/compiler/bounds-check-lowering.h
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/compiler/bounds-check-lowering.cc
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/compiler/js-typed-lowering.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/compiler/js-typed-lowering.cc
|
View
|
|
4 chunks |
+71 lines, -28 lines |
0 comments
|
Download
|
 |
M |
src/compiler/opcodes.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/compiler/pipeline.cc
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/compiler/simplified-lowering.h
|
View
|
|
4 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/compiler/simplified-lowering.cc
|
View
|
|
4 chunks |
+162 lines, -141 lines |
0 comments
|
Download
|
 |
M |
src/compiler/simplified-operator.h
|
View
|
|
4 chunks |
+31 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/compiler/simplified-operator.cc
|
View
|
|
5 chunks |
+80 lines, -20 lines |
0 comments
|
Download
|
 |
M |
src/compiler/simplified-operator-reducer.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/compiler/simplified-operator-reducer.cc
|
View
|
|
1 chunk |
+53 lines, -31 lines |
0 comments
|
Download
|
 |
M |
src/compiler/typer.h
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/compiler/typer.cc
|
View
|
|
3 chunks |
+51 lines, -19 lines |
0 comments
|
Download
|
 |
M |
src/compiler/verifier.cc
|
View
|
|
2 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/d8.cc
|
View
|
|
3 chunks |
+37 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/isolate.h
|
View
|
|
4 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime/runtime.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/runtime/runtime-typedarray.cc
|
View
|
|
5 chunks |
+37 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/v8.cc
|
View
|
|
3 chunks |
+184 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/cctest.cc
|
View
|
|
2 chunks |
+28 lines, -5 lines |
0 comments
|
Download
|
 |
M |
test/cctest/compiler/simplified-graph-builder.h
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/cctest/compiler/test-simplified-lowering.cc
|
View
|
|
13 chunks |
+27 lines, -42 lines |
0 comments
|
Download
|
 |
M |
test/unittests/compiler/js-typed-lowering-unittest.cc
|
View
|
|
5 chunks |
+9 lines, -142 lines |
0 comments
|
Download
|
 |
M |
test/unittests/compiler/node-test-utils.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/unittests/compiler/node-test-utils.cc
|
View
|
|
9 chunks |
+17 lines, -25 lines |
0 comments
|
Download
|
 |
M |
test/unittests/compiler/simplified-operator-reducer-unittest.cc
|
View
|
|
1 chunk |
+0 lines, -120 lines |
0 comments
|
Download
|
 |
M |
test/unittests/compiler/simplified-operator-unittest.cc
|
View
|
|
3 chunks |
+35 lines, -42 lines |
0 comments
|
Download
|
 |
M |
tools/gyp/v8.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (1 generated)
|