• Bill Budge's avatar
    Revert "Reland "Reland "Reland "[compiler][wasm] Align Frame slots to value size"""" · 942af6c7
    Bill Budge authored
    This reverts commit 9da4e363.
    
    Reason for revert: Fuzzers revealed that Liftoff doesn't use the CallDescriptor when pushing arguments, breaking linkage.
    
    tbr=ahaas@chromium.org,neis@chromium.org,jgruber@chromium.org
    
    Original change's description:
    > Reland "Reland "Reland "[compiler][wasm] Align Frame slots to value size"""
    >
    > This is a reland of 352b9ecb
    >
    > The test/fix CL has been merged in, as the fixes to return slot
    > accounting are needed to fix Arm64 issues turned up by the fuzzers:
    >
    > https://chromium-review.googlesource.com/c/v8/v8/+/2644139
    >
    > Original change's description:
    > > Reland "Reland "[compiler][wasm] Align Frame slots to value size""
    > >
    > > This is a reland of 1694925c
    > >
    > > Minor fix to linkage for constexpr.
    > >
    > > TBR=ahaas@chromium.org,neis@chromium.org
    > >
    > > Original change's description:
    > > > Reland "[compiler][wasm] Align Frame slots to value size"
    > > >
    > > > This is a reland of cddaf66c
    > > >
    > > > Original change's description:
    > > > > [compiler][wasm] Align Frame slots to value size
    > > > >
    > > > > - Adds an AlignedSlotAllocator class and tests, to unify slot
    > > > >   allocation. This attempts to use alignment holes for smaller
    > > > >   values.
    > > > > - Reworks Frame to use the new allocator for stack slots.
    > > > > - Reworks LinkageAllocator to use the new allocator for stack
    > > > >   slots and for ARMv7 FP register aliasing.
    > > > > - Fixes the RegisterAllocator to align spill slots.
    > > > > - Fixes InstructionSelector to align spill slots.
    > > > >
    > > > > Bug: v8:9198
    > > > >
    > > > > Change-Id: Ida148db428be89ef95de748ec5fc0e7b0358f523
    > > > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2512840
    > > > > Commit-Queue: Bill Budge <bbudge@chromium.org>
    > > > > Reviewed-by: Georg Neis <neis@chromium.org>
    > > > > Reviewed-by: Andreas Haas <ahaas@chromium.org>
    > > > > Cr-Commit-Position: refs/heads/master@{#71644}
    > > >
    > > > Bug: v8:9198
    > > > Change-Id: Ib91fa6746370c38496706341e12d05c7bf999389
    > > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2633390
    > > > Commit-Queue: Bill Budge <bbudge@chromium.org>
    > > > Reviewed-by: Andreas Haas <ahaas@chromium.org>
    > > > Reviewed-by: Georg Neis <neis@chromium.org>
    > > > Cr-Commit-Position: refs/heads/master@{#72195}
    > >
    > > Bug: v8:9198
    > > Change-Id: I91e02b823af8ec925dacf075388fb22e3eeb3384
    > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2640890
    > > Reviewed-by: Bill Budge <bbudge@chromium.org>
    > > Commit-Queue: Bill Budge <bbudge@chromium.org>
    > > Cr-Commit-Position: refs/heads/master@{#72209}
    >
    > Bug: v8:9198
    > Change-Id: I8258f87463f66417c7028b9a1fed4b9b6d82a3be
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2669892
    > Reviewed-by: Georg Neis <neis@chromium.org>
    > Reviewed-by: Andreas Haas <ahaas@chromium.org>
    > Commit-Queue: Bill Budge <bbudge@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#72506}
    
    Bug: v8:9198
    Change-Id: I7f344e4d018ce3c02333b0b08efeecdd8cddf082
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2713207Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
    Reviewed-by: 's avatarZhi An Ng <zhin@chromium.org>
    Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
    Commit-Queue: Bill Budge <bbudge@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72937}
    942af6c7
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
riscv64 Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
assembler-arch.h Loading commit data...
assembler-inl.h Loading commit data...
assembler.cc Loading commit data...
assembler.h Loading commit data...
bailout-reason.cc Loading commit data...
bailout-reason.h Loading commit data...
callable.h Loading commit data...
code-comments.cc Loading commit data...
code-comments.h Loading commit data...
code-desc.cc Loading commit data...
code-desc.h Loading commit data...
code-factory.cc Loading commit data...
code-factory.h Loading commit data...
code-reference.cc Loading commit data...
code-reference.h Loading commit data...
code-stub-assembler.cc Loading commit data...
code-stub-assembler.h Loading commit data...
compilation-cache.cc Loading commit data...
compilation-cache.h Loading commit data...
compiler.cc Loading commit data...
compiler.h Loading commit data...
constant-pool.cc Loading commit data...
constant-pool.h Loading commit data...
constants-arch.h Loading commit data...
cpu-features.h Loading commit data...
external-reference-encoder.cc Loading commit data...
external-reference-encoder.h Loading commit data...
external-reference-table.cc Loading commit data...
external-reference-table.h Loading commit data...
external-reference.cc Loading commit data...
external-reference.h Loading commit data...
flush-instruction-cache.cc Loading commit data...
flush-instruction-cache.h Loading commit data...
handler-table.cc Loading commit data...
handler-table.h Loading commit data...
interface-descriptors.cc Loading commit data...
interface-descriptors.h Loading commit data...
label.h Loading commit data...
machine-type.cc Loading commit data...
machine-type.h Loading commit data...
macro-assembler-inl.h Loading commit data...
macro-assembler.h Loading commit data...
optimized-compilation-info.cc Loading commit data...
optimized-compilation-info.h Loading commit data...
pending-optimization-table.cc Loading commit data...
pending-optimization-table.h Loading commit data...
register-arch.h Loading commit data...
register-configuration.cc Loading commit data...
register-configuration.h Loading commit data...
register.cc Loading commit data...
register.h Loading commit data...
reglist.h Loading commit data...
reloc-info.cc Loading commit data...
reloc-info.h Loading commit data...
safepoint-table.cc Loading commit data...
safepoint-table.h Loading commit data...
signature.h Loading commit data...
source-position-table.cc Loading commit data...
source-position-table.h Loading commit data...
source-position.cc Loading commit data...
source-position.h Loading commit data...
string-constants.cc Loading commit data...
string-constants.h Loading commit data...
tick-counter.cc Loading commit data...
tick-counter.h Loading commit data...
tnode.cc Loading commit data...
tnode.h Loading commit data...
turbo-assembler.cc Loading commit data...
turbo-assembler.h Loading commit data...
unoptimized-compilation-info.cc Loading commit data...
unoptimized-compilation-info.h Loading commit data...