dart-sdk/runtime/lib
Alexander Aprelev 1e5d063b21 [vm/sim/simd] Fix vmin/vmax implementation on simulator.
minss/maxss used by simulator 0.0==-0.0, which is inconsistent with arm native instructions.

Fixes https://github.com/dart-lang/sdk/issues/48988
Addresses https://github.com/dart-lang/sdk/issues/40426
TEST=ci

Change-Id: I9d88d89e342bb543b1e90fdbe3c7aa8303353dab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244320
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2022-05-11 16:59:24 +00:00
..
array.cc [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00
async.cc
async_sources.gni
bool.cc [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00
convert_sources.gni
core_sources.gni [vm] Remove dead runtime entries for WeakProperty 2022-01-18 19:15:25 +00:00
date.cc
developer.cc [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00
developer_sources.gni
double.cc [vm] Faster double.toInt() in AOT mode 2021-09-01 16:57:59 +00:00
errors.cc [vm] Remove some dead error entry points. 2022-02-03 17:55:16 +00:00
ffi.cc [vm] Finalizer / NativeFinalizer fixes 2022-04-07 07:05:27 +00:00
ffi_dynamic_library.cc [vm] Remove support for dart-ext: imports 2021-09-02 14:14:35 +00:00
ffi_sources.gni
function.cc [vm] Fix equality of closures instantiated from the same closure 2021-10-06 00:24:02 +00:00
growable_array.cc [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00
identical.cc [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00
integers.cc [vm, compiler] Remove intrinsics from internal double-dispatching int methods. 2021-03-01 19:29:00 +00:00
invocation_mirror.h
isolate.cc [vm] New async/await implementation in the VM, part 2 - vm 2022-04-29 01:03:50 +00:00
isolate_sources.gni
libgen_in.cc
math.cc [vm] Cleanup workarounds for removed flag --throw_on_javascript_int_overflow. 2022-02-03 21:10:46 +00:00
math_sources.gni
mirrors.cc [vm] Remove overlap between Function and FunctionType. 2021-07-02 14:26:04 +00:00
mirrors.h
mirrors_sources.gni
object.cc [vm, gc] Don't perform blocking compactions in response to Dart_NotifyLowMemory. 2022-03-08 22:42:46 +00:00
profiler.cc [ VM / Service ] Add UserTag support to C-API and send UserTagChanged 2021-06-23 00:58:47 +00:00
profiler_sources.gni
regexp.cc [vm] Switch most Instances whose layout is determined in C++ to compressed pointers. 2021-04-05 17:43:16 +00:00
simd128.cc [vm/sim/simd] Fix vmin/vmax implementation on simulator. 2022-05-11 16:59:24 +00:00
stacktrace.cc Reland "[vm] Remove --causal-async-stacks flag" 2021-07-02 14:26:46 +00:00
stacktrace.h
stopwatch.cc
string.cc [vm] Alternate fix for mismatch between native and intrinsic versions of writeIntoOneByteString. 2022-01-21 19:32:40 +00:00
timeline.cc [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00
typed_data.cc [vm] Make use of the new TypedDataBase to avoid redundant code in the runtime. 2021-06-08 19:15:38 +00:00
typed_data_sources.gni
uri.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
vmservice.cc Reland "[ VM / Service ] Omit private fields from service responses by default" 2022-01-11 23:35:28 +00:00
vmservice_sources.gni