dart-sdk/tools/gyp
Zachary Anderson 3d7202bad3 DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic
There were differences between linux gcc, android gcc,
MacOS clang, and 32 vs. 64-bit w.r.t the __builtin
functions for detecting arithmetic overflow. I couldn't get
them all working at the same time. Instead, I removed them,
and changed to always use the inline assembly. This works
in all the configurations above.

This change also adds a simdbc64 target for building simdbc
for 64-bit, and sets up the android targets. simdbc targets
arm, and simdbc64 targets arm64. You can build them with:

$ ./tools/build.py -m release -a simdbc{64} --os=android runtime

R=iposva@google.com

Review URL: https://codereview.chromium.org/1904153003 .
2016-04-25 12:48:34 -07:00
..
all.gypi Add product mode: 2016-02-03 21:10:30 -08:00
configurations.gypi DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic 2016-04-25 12:48:34 -07:00
configurations_android.gypi Remove unused gyp variable 2016-03-22 14:31:54 -07:00
configurations_make.gypi DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic 2016-04-25 12:48:34 -07:00
configurations_msvs.gypi DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic 2016-04-25 12:48:34 -07:00
configurations_xcode.gypi DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic 2016-04-25 12:48:34 -07:00
find_mac_gcc_version.py Fix typo in >= operator. 2015-09-22 14:49:03 +02:00
find_mac_sdk.py Simplifies standalone VM Android build. 2013-12-20 17:51:34 +00:00
msvs.gypi MSVS output to /build/ dir. 2012-09-18 07:48:26 +00:00
xcode.gypi Bump mac_sdk to 10.8 2016-03-21 19:47:04 -07:00