v8/test
Junliang Yan cae7667c19 PPC/s390: Reland [turbofan] Implement on-stack returns (Intel)
Port bd732f7ddd

Original Commit Message:

    The original CL introduced a test which uses a random number generator.
    I disable the test for now, which is okay because this CL adds to a
    work-in-progress feature anyways, and I will fix the problem in another
    CL.

    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.

    So far, only ia32 and x64 are implemented.

R=ahaas@chromium.org, joransiu@ca.ibm.com, jbarboza@ca.ibm.com
BUG=
LOG=N

Change-Id: I8d63286aa5af5f52cc2eeaf2adeee13d0ff19e7d
Reviewed-on: https://chromium-review.googlesource.com/823084
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Reviewed-by: Joran Siu <joransiu@ca.ibm.com>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50091}
2017-12-13 20:06:06 +00:00
..
benchmarks [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
cctest PPC/s390: Reland [turbofan] Implement on-stack returns (Intel) 2017-12-13 20:06:06 +00:00
common Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
debugger [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
fuzzer [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
inspector [test] Remove output from testcase. 2017-12-13 15:00:52 +00:00
intl [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
js-perf-test [test] Add find-index.js to the list of resources for the test 2017-12-07 13:49:46 +00:00
memory [snapshot] add tracking for builtin snapshot size. 2017-08-31 07:29:31 +00:00
message [test] Remove output from testcase. 2017-12-13 15:00:52 +00:00
mjsunit PPC/s390: Reland [turbofan] Implement on-stack returns (Intel) 2017-12-13 20:06:06 +00:00
mkgrokdump [test] Remove output from testcase. 2017-12-13 15:00:52 +00:00
mozilla [test] Remove output from testcase. 2017-12-13 15:00:52 +00:00
preparser [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
promises-aplus [test] Move data access from suite to test. 2017-12-13 09:14:47 +00:00
test262 [test] Remove output from testcase. 2017-12-13 15:00:52 +00:00
unittests [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
wasm-spec-tests [test] Code cleanup in testcfg.py 2017-12-13 13:36:20 +00:00
webkit [test] Remove output from testcase. 2017-12-13 15:00:52 +00:00
bot_default.gyp [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +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 [wasm] Remove the wasm-asmjs fuzzer 2017-06-21 10:59:35 +00:00
default.gyp [wasm] Add wasm spec tests to the v8 test runner 2017-04-27 13:00:13 +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
optimize_for_size.isolate [debugger] basic test infrastructure for new debugger test api. 2016-10-21 06:38:05 +00:00
perf.gyp
perf.isolate Reland "Reland "[test] Creating command before execution phase."" 2017-12-04 13:40:29 +00:00