v8/test/unittests/compiler
Leszek Swirski a1b1b75929 [gcc] More gcc build fixes
Fix some final gcc warnings:

  * Manually roll googletest to get the fix in:
    https://crrev.com/d5ad28dbe14fca51038fb8c7610f11602b98f682
  * Remove some anonymous namespaces in tests because the types in those
    anonymous namespaces ended up being visible in non-anonymous
    classes.
  * Fix a RVO breaking std::move.
  * Change some known-too-short strncpys into memcpys

Bug: chromium:1307180
Change-Id: I0f64512f77655f3740fc297bbb2087e6c039f7f3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3735122
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81436}
2022-06-29 12:27:47 +00:00
..
arm [wasm-simd][arm] Fuse extadd_pairwise and add SIMD on arm. 2021-06-28 14:26:00 +00:00
arm64 [wasm-simd][arm64] Do not emit Bic(x, imm) for AndNot(imm, x) 2022-05-17 16:13:27 +00:00
backend [codegen] Change RegList into a class 2022-03-14 12:59:48 +00:00
ia32 [gcc] More gcc build fixes 2022-06-29 12:27:47 +00:00
loong64 [mips64][loong64][codegen] Sign-extend uint32 values to 64-bit 2021-09-30 07:53:06 +00:00
mips
mips64 [mips64][loong64][codegen] Sign-extend uint32 values to 64-bit 2021-09-30 07:53:06 +00:00
ppc PPC: remove unused OWNERS files 2021-05-12 16:44:03 +00:00
regalloc [riscv64][register-alloc] Implement vector register independently allocating 2022-03-11 05:07:45 +00:00
riscv64 Place bit_cast<>() in the v8::base:: namespace. 2022-05-05 17:56:39 +00:00
s390
x64 [x64][wasm-simd] Pattern match on packed byte to dword zero extend like shuffle 2022-06-06 03:15:12 +00:00
branch-elimination-unittest.cc [wasm-gc] Clean up workarounds in optimizations 2022-06-08 21:20:05 +00:00
bytecode-analysis-unittest.cc [osr] Add JumpLoop feedback slot operand 2022-04-20 12:57:44 +00:00
checkpoint-elimination-unittest.cc
common-operator-reducer-unittest.cc Reland^2 [compiler] Simplify "==0" branches in MachineOperatorReducer 2022-03-22 20:40:41 +00:00
common-operator-unittest.cc Place bit_cast<>() in the v8::base:: namespace. 2022-05-05 17:56:39 +00:00
compiler-test-utils.h
compiler-unittest.cc [flags] Rename --opt to --turbofan 2022-05-03 12:10:30 +00:00
constant-folding-reducer-unittest.cc
control-equivalence-unittest.cc [test][cleanup] Fix -Wshadow warnings in unittests 2021-09-27 08:59:01 +00:00
control-flow-optimizer-unittest.cc
csa-load-elimination-unittest.cc
dead-code-elimination-unittest.cc [compiler] Remove most instances of DisallowHeapAccessIf scope 2021-06-25 08:52:24 +00:00
decompression-optimizer-unittest.cc
diamond-unittest.cc
effect-control-linearizer-unittest.cc Remove the turboprop implementation 2022-01-20 12:31:39 +00:00
frame-unittest.cc
graph-reducer-unittest.cc [test] Add a unittest platform setup mixin 2022-04-06 13:07:43 +00:00
graph-reducer-unittest.h
graph-trimmer-unittest.cc
graph-unittest.cc Remove "volatile" on arguments where deprecated in C++20. 2022-05-09 14:15:44 +00:00
graph-unittest.h Remove "volatile" on arguments where deprecated in C++20. 2022-05-09 14:15:44 +00:00
int64-lowering-unittest.cc [wasm-gc] Fix LOAD_VERIFY/STORE_VERIFY on big endian 2022-06-03 12:03:20 +00:00
js-call-reducer-unittest.cc Revert "factory: Move FeedbackVector construction to type" 2022-01-21 17:09:16 +00:00
js-create-lowering-unittest.cc [compiler] Change all JS operators to hold TinyRefs instead of handles 2021-08-05 12:32:38 +00:00
js-intrinsic-lowering-unittest.cc [interpreter] Remove unused interpreter intrinsics 2021-06-17 13:43:41 +00:00
js-native-context-specialization-unittest.cc [TurboFan] Fix max double string length in JSNativeContextSpecialization 2021-04-21 13:29:50 +00:00
js-operator-unittest.cc
js-typed-lowering-unittest.cc [compiler] Remove support for --no-concurrent-inlining 2022-01-17 11:29:48 +00:00
linear-scheduler-unittest.cc [wasm][revec] Introduce LinearScheduler 2022-06-09 02:05:22 +00:00
linkage-tail-call-unittest.cc Reland "[wasm-gc][cleanup] Remove wasm signature from CallDescriptor" 2022-06-20 13:26:03 +00:00
load-elimination-unittest.cc
loop-peeling-unittest.cc [test][cleanup] Fix -Wshadow warnings in unittests 2021-09-27 08:59:01 +00:00
machine-operator-reducer-unittest.cc Place bit_cast<>() in the v8::base:: namespace. 2022-05-05 17:56:39 +00:00
machine-operator-unittest.cc [turbofan] Disallow floating control in wasm 2021-05-12 15:26:33 +00:00
node-cache-unittest.cc
node-matchers-unittest.cc
node-properties-unittest.cc
node-test-utils.cc [Compiler] Remove untrusted code mitigations. 2021-08-12 12:58:24 +00:00
node-test-utils.h [Compiler] Remove untrusted code mitigations. 2021-08-12 12:58:24 +00:00
node-unittest.cc
opcodes-unittest.cc
persistent-unittest.cc [test] Add a unittest platform setup mixin 2022-04-06 13:07:43 +00:00
redundancy-elimination-unittest.cc Revert "factory: Move FeedbackVector construction to type" 2022-01-21 17:09:16 +00:00
schedule-unittest.cc
scheduler-rpo-unittest.cc [test][cleanup] Fix -Wshadow warnings in unittests 2021-09-27 08:59:01 +00:00
scheduler-unittest.cc
simplified-lowering-unittest.cc Place bit_cast<>() in the v8::base:: namespace. 2022-05-05 17:56:39 +00:00
simplified-operator-reducer-unittest.cc Place bit_cast<>() in the v8::base:: namespace. 2022-05-05 17:56:39 +00:00
simplified-operator-unittest.cc
state-values-utils-unittest.cc [compiler] Make accumulator index 0 in liveness bitvectors 2022-02-14 10:15:06 +00:00
typed-optimization-unittest.cc Reland "[interpreter] Optimize strict equal boolean" 2022-04-25 10:02:05 +00:00
typer-unittest.cc [test][cleanup] Fix -Wshadow warnings in unittests 2021-09-27 08:59:01 +00:00
types-unittest.cc [string] Add checks for correct hash values in heap verification 2022-06-22 13:39:48 +00:00
value-numbering-reducer-unittest.cc
zone-stats-unittest.cc [test] Add a unittest platform setup mixin 2022-04-06 13:07:43 +00:00