dart-sdk/runtime
Florian Schneider 67c42c7d10 Fix compiler warning with shift of negative value.
It seems newer versions of gcc complain about undefined behavior.

Fixes #28923.

R=rmacnak@google.com

Review-Url: https://codereview.chromium.org/2723233002 .
2017-03-01 10:47:07 -08:00
..
bin VM: Fix an app-jit related shutdown race. 2017-02-28 21:10:04 +01:00
include VM: Allow configuring use_field_guards on the per-isolate basis and include it into snapshot features. 2017-02-28 21:17:17 +01:00
lib Reland "Track the 'awaiter return' call stack..." 2017-02-28 16:13:41 +01:00
observatory Reland "Track the 'awaiter return' call stack..." 2017-02-28 16:13:41 +01:00
platform Add an option to gen_snapshot for creating a Makefile describing a snapshot's dependencies. This option may be used when generating any snapshot kind, or without generating a snapshot. 2017-02-23 12:40:48 -08:00
tests/vm Include metadata in AOT to expand inline frames in stack traces and provide line numbers. 2017-02-13 10:27:36 -08:00
third_party Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
tools Unset GREP_OPTIONS when extracting processor count 2017-02-28 16:00:32 -08:00
vm Fix compiler warning with shift of negative value. 2017-03-01 10:47:07 -08:00
.gitignore
BUILD.gn Reintroducing MallocHooks changes with fix for hooks being called when in execvpe after a fork while the MallocHooks lock is held by a thread that may no longer exist. 2017-01-30 09:55:20 -08:00
codereview.settings
CPPLINT.cfg clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Remove dart_noopt and related parts from the VM. 2017-01-11 16:55:55 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
runtime_args.gni Created placeholders for MallocHooks implementation and added define DART_USE_TCMALLOC to specifiy when tcmalloc is available. 2017-01-06 12:38:11 -08:00