v8/test
Andreas Haas c710e6584c [arm64][turbofan] Implement on-stack returns.
This is the implementation of crrev.com/c/766371 for arm64.

Original description:

Add the ability to return (multiple) return values on the stack:

- Extend stack frames with a new buffer region for return slots.
  This region is located at the end of a caller's frame such that
  its slots can be indexed as caller frame slots in a callee
  (located beyond its parameters) and assigned return values.
- Adjust stack frame constructon and deconstruction accordingly.
- Extend linkage computation to support register plus stack returns.
- Reserve return slots in caller frame when respective calls occur.
- Introduce and generate architecture instructions ('peek') for
  reading back results from return slots in the caller.
- Aggressive tests.
- Some minor clean-up.

R=v8-arm-ports@googlegroups.com

Change-Id: I6e344a23f359861c9a1ff5a6511651c2176ce9a8
Reviewed-on: https://chromium-review.googlesource.com/842545
Reviewed-by: Ben Titzer <titzer@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50585}
2018-01-15 15:18:47 +00:00
..
benchmarks [test] Remove deprecated FAST_VARIANTS modifier 2018-01-15 14:30:47 +00:00
cctest [arm64][turbofan] Implement on-stack returns. 2018-01-15 15:18:47 +00:00
common [wasm] Move (almost all) constants to wasm-constants.h 2018-01-11 12:25:54 +00:00
debugger [test] Store expected outcomes in the testcase. 2017-12-18 14:51:20 +00:00
fuzzer [test] Remove deprecated FAST_VARIANTS modifier 2018-01-15 14:30:47 +00:00
inspector Remove always-true --harmony-async-iteration runtime flag 2018-01-12 20:14:34 +00:00
intl [test] Store expected outcomes in the testcase. 2017-12-18 14:51:20 +00:00
js-perf-test Create js-perf-test for Array.of 2018-01-12 16:28:35 +00:00
memory [snapshot] add tracking for builtin snapshot size. 2017-08-31 07:29:31 +00:00
message [wasm] Refactor memory tracing 2018-01-15 10:13:00 +00:00
mjsunit [wasm] Fix serialization of empty modules. 2018-01-15 14:25:18 +00:00
mkgrokdump [test] Check output on the worker process. 2018-01-04 14:12:31 +00:00
mozilla [test] Replace obsolete FAST_VARIANTS modifier 2018-01-15 08:52:45 +00:00
preparser [test] Implement variant generators as processors 2018-01-12 10:39:20 +00:00
test262 [test] Remove deprecated FAST_VARIANTS modifier 2018-01-15 14:30:47 +00:00
unittests [turbofan] Lower NumberConstant nodes to IntPtrConstant. 2018-01-15 10:46:01 +00:00
wasm-spec-tests [wasm] Update spec tests. 2018-01-09 15:58:51 +00:00
webkit Make date-constructor test more portable 2018-01-11 18:44:33 +00:00
bot_default.gyp [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
bot_default.isolate [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +00:00
BUILD.gn [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
d8_default.gyp [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
d8_default.isolate [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
default.gyp [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
default.isolate [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +00:00
optimize_for_size.gyp [test] Add a d8_default test suite collection 2018-01-12 15:18:04 +00:00
optimize_for_size.isolate
perf.gyp
perf.isolate Reland "Reland "[test] Creating command before execution phase."" 2017-12-04 13:40:29 +00:00