v8/src
Jakob Kummerow 711b65f723 [wasm][simd][liftoff][arm] Fix f64x2.pmin/pmax
The previous combination of a conditional and an unconditional move
produced an incorrect value when dst == rhs and lhs contained the
expected result.

Fixed: chromium:1338980
Change-Id: If3f722999ed9c0ffd687736280d048d232d75736
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3738219
Auto-Submit: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
Reviewed-by: Deepti Gandluri <gdeepti@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81475}
2022-06-30 18:25:08 +00:00
..
api [wasm] Remove WasmModuleObjectBulderStreaming 2022-06-28 18:17:37 +00:00
asmjs Reland "[asm] Reject import calls with too many parameters" 2022-03-09 15:46:32 +00:00
ast cleanup: Fix some typos, mostly 2022-06-20 09:37:35 +00:00
base [cpu] Do not set jscvt on iOS 2022-06-30 11:07:37 +00:00
baseline ppc64: [baseline] fix more scratch reg 2022-06-16 14:19:26 +00:00
bigint [gcc] Fix build with GCC 2022-06-29 19:27:39 +00:00
builtins [riscv64][wasm] Fix and harden all conditional tier-up checks 2022-06-30 03:37:51 +00:00
codegen Reuse existing Scripts during synchronous parsing 2022-06-30 15:41:07 +00:00
common [heap][deserializer] Better HeapObject alignment checks 2022-06-24 16:19:49 +00:00
compiler [x64] Remove unnecessary WordAnd in WordCompare 2022-06-30 16:05:08 +00:00
compiler-dispatcher [compiler-dispatcher] Fix double ShouldYield call 2022-05-20 10:14:58 +00:00
d8 [d8] Fix more parking in d8 2022-06-24 16:28:59 +00:00
date [inspector] Side-effect free DateMirror descriptions. 2022-04-06 13:19:33 +00:00
debug [debug] Always return a valid PropertyDescriptor. 2022-06-30 07:02:58 +00:00
deoptimizer [arm64] Fix CFI issue with short builtin calls 2022-06-09 17:29:15 +00:00
diagnostics [gcc] Fix some more gcc-only warnings 2022-06-29 09:57:46 +00:00
execution Disable cross-compilation of clobber-registers.cc 2022-06-30 13:42:19 +00:00
extensions [heap] Statistics extension needs to check whether new space exists 2022-03-23 09:30:51 +00:00
flags [heap] MinorMC implies separate GC phases 2022-06-30 13:12:01 +00:00
handles [handles] Add temporary sanity check 2022-06-22 08:39:38 +00:00
heap [heap] Fix bazel build 2022-06-30 15:19:18 +00:00
ic heap:Remove cache dependencies from MarkCompactCollector 2022-06-24 12:21:12 +00:00
init [change-array-by-copy] Implement Array.prototype.toSpliced 2022-06-24 22:05:39 +00:00
inspector Reland "[inspector] Allow Debugger.setScriptSource to edit top-most function" 2022-06-15 07:48:30 +00:00
interpreter [interpreter] Remove unused temp for class prototype 2022-06-14 03:48:51 +00:00
json JSON.parse errors made user-friendly part 2 2022-05-19 15:07:03 +00:00
libplatform [task] Expose CreateJob in v8::Platform 2022-06-15 00:13:31 +00:00
libsampler s390x: Prevent main thread from getting terminated with SIGPROF when 2022-06-14 14:13:11 +00:00
logging [web snapshot] Support DataView 2022-06-22 12:01:48 +00:00
maglev [maglev] Expand bitfield to 64-bit 2022-06-30 09:51:17 +00:00
numbers [bigint] Fix object literal property keys like 0x0n 2022-05-20 11:21:15 +00:00
objects [Temporal] Sync to PR1953 and PR1917 to fix bugs. 2022-06-30 02:36:57 +00:00
parsing [parser] Keep track of whether parses are re-parses 2022-06-01 14:08:48 +00:00
profiler [runtime] Inline Foreign fields into AccessorInfo 2022-06-20 09:25:03 +00:00
protobuf Remove petermarshall from OWNERS 2021-03-31 11:00:22 +00:00
regexp [flags] Protect individual flag updates 2022-06-03 10:24:40 +00:00
roots [wasm][stack-switching] Support rejected promises 2022-06-23 11:56:30 +00:00
runtime Revert "[stringrefs] Implement string.new_wtf16_array" 2022-06-29 18:20:47 +00:00
sandbox [sandbox] Turn ExternalPointerTag into a template parameter 2022-06-27 13:45:20 +00:00
sanitizer Reland "[elements] Avoid racy data reads/writes" 2021-05-06 10:46:52 +00:00
snapshot [code-cache] Add a flag to control bytecode aging limits 2022-06-29 13:00:17 +00:00
strings [strings] Re-introduce fast path for Utf8Decoder 2022-06-27 07:10:07 +00:00
tasks Remove rmcilroy from OWNERS. 2021-08-19 16:30:27 +00:00
temporal [Temporal] Sync to PR1953 and PR1917 to fix bugs. 2022-06-30 02:36:57 +00:00
third_party [string] Refactor UTF-8 and WTF-8 decoders to share code 2022-06-23 14:38:29 +00:00
torque Reland "[shared-struct] Add Atomics.Mutex" 2022-06-01 01:12:07 +00:00
tracing [v8] Fix data race in TRACE_EVENT macros. 2022-06-07 00:19:05 +00:00
trap-handler Fix atomic initialization to work with C++20. 2022-05-10 15:43:25 +00:00
utils [ext-code-space] Fix CodeRange allocation logic 2022-06-09 09:53:02 +00:00
wasm [wasm][simd][liftoff][arm] Fix f64x2.pmin/pmax 2022-06-30 18:25:08 +00:00
web-snapshot [web snapshot] Add ReadCount to read serialized 2022-06-27 12:10:10 +00:00
zone Replace STATIC_ASSERT with static_assert 2022-05-13 13:46:27 +00:00
DEPS [wasm-gc][turbofan] Introduce wasm-gc-specific nodes 2022-05-25 14:03:36 +00:00
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
OWNERS Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00