dart-sdk/runtime
Regis Crelier 6219753e18 Use TRUNC.W instead of CVT.W on mips to convert from double to int as to not
depend on the current rounding mode (fixes issue 25900).
Add support for TRUNC.W in assembler, disassembler, and simulator.
Fix disassembler to understand CVT.S.
Remove unused instructions.
Update co19 status file.

R=rmacnak@google.com

Review URL: https://codereview.chromium.org/1765623002 .
2016-03-03 17:05:09 -08:00
..
bin - Unify dart_no_snapshot and dart_bootstrap into one binary. 2016-03-03 14:53:59 -08:00
include VM: Precompiled rodata snapshot. 2016-02-15 09:15:26 +01:00
lib Make precompiler work with product mode. 2016-03-02 13:59:54 -08:00
observatory Fix some service protocol isolate life cycle races that were discovered by the Flutter testing tool. 2016-03-03 11:30:41 -08:00
platform - Add DEBUG_ONLY and NOT_IN_PRODUCT macros. 2016-02-19 17:48:08 -08:00
tests/vm Skip mirror tests more generally for $mode == product instead of $runtime == dart_product. 2016-03-03 10:06:59 -08:00
third_party - Add binary size analysis tool from Chromium. 2016-03-01 10:06:07 -08:00
tools - Remove Isolate::Flags structure and store flags directly in isolate. 2016-02-25 18:06:56 -08:00
vm Use TRUNC.W instead of CVT.W on mips to convert from double to int as to not 2016-03-03 17:05:09 -08:00
.gitignore
BUILD.gn Add libdart_precompiled_runtime target to runtime/BUILD.gn 2016-02-25 13:44:28 -08:00
codereview.settings Remove trailing slash in codereview.settings to fix review url double slash 2015-10-01 07:27:13 -07:00
CPPLINT.cfg
dart-runtime.gyp VM: Separate precompilation-specific code, make flags const. 2016-02-23 08:48:08 -08:00
PRESUBMIT.py