|
|
Second codegen test passing on ARM (simulated).
This required support on ARM for:
- compilation of static calls
- patching of static calls
- stub to call into runtime
- redirection support for calls from simulator to host runtime
- stack frame iteration
Committed: https://code.google.com/p/dart/source/detail?r=19405
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+352 lines, -46 lines) |
Patch |
 |
M |
runtime/vm/assembler_arm.h
|
View
|
1
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_arm.cc
|
View
|
1
|
3 chunks |
+45 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_macros_arm.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_test.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_arm.cc
|
View
|
1
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/constants_arm.h
|
View
|
1
|
1 chunk |
+23 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_arm.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_arm.cc
|
View
|
1
|
2 chunks |
+24 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/instructions_arm.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_arm.cc
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/native_arguments.h
|
View
|
1
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/runtime_entry_arm.cc
|
View
|
1
|
1 chunk |
+27 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/simulator_arm.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/simulator_arm.cc
|
View
|
1
|
8 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/simulator_mips.h
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/simulator_mips.cc
|
View
|
1
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stack_frame.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/stack_frame.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stack_frame_arm.cc
|
View
|
1
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/stack_frame_ia32.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stack_frame_mips.cc
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stack_frame_x64.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_arm.cc
|
View
|
1
|
5 chunks |
+128 lines, -5 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|