dart-sdk/runtime/platform
regis@google.com f58908bfdd Tweaks for speed in integer arithmetic runtime.
Unrelated:
Removed annoying svn property on utils.cc (indicated by MM):
  svn propdel svn:eol-style runtime/platform/utils.cc

R=srdjan@google.com

Review URL: https://codereview.chromium.org//381543002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38090 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-09 17:16:10 +00:00
..
assert.cc Flush stderr when printing ASSERT message. 2014-06-10 06:52:12 +00:00
assert.h Change COMPILE_ASSERT to take only one argument and use it in more places. 2014-05-26 09:45:04 +00:00
c99_support_win.h Fixes Android build by using C++ math header instead of C one. 2014-06-30 22:15:26 +00:00
floating_point.h Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
floating_point_win.cc Fixes Android build by using C++ math header instead of C one. 2014-06-30 22:15:26 +00:00
floating_point_win.h Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
globals.h Fixes Android build by using C++ math header instead of C one. 2014-06-30 22:15:26 +00:00
hashmap.cc Put HashMap class in dart namespace. 2013-04-30 11:48:48 +00:00
hashmap.h Implement fromEnvironment on bool, int and String 2013-10-31 05:46:57 +00:00
inttypes_support_win.h Fix large-file support for mac os x. 2013-11-19 12:17:57 +00:00
json.cc Allow for embedder provided service request handlers 2014-02-18 22:38:11 +00:00
json.h Allow for embedder provided service request handlers 2014-02-18 22:38:11 +00:00
math.h Fixes Android build by using C++ math header instead of C one. 2014-06-30 22:15:26 +00:00
platform_headers.gypi Fix floating point issues on Windows. 2012-11-29 22:40:12 +00:00
platform_sources.gypi Move signal_blocker to platform and use it by default in TEMP_FAILURE_RETRY. 2014-03-17 13:51:11 +00:00
signal_blocker.h Make opendir test for EINTR again and make NO_RETRY_EXPECTED check in release mode. 2014-04-24 06:38:16 +00:00
thread.h Fix thread-interrupter shutdown on Windows. 2014-05-22 15:12:09 +00:00
thread_android.cc Fix thread-interrupter shutdown on Windows. 2014-05-22 15:12:09 +00:00
thread_android.h Sampling profiler 2013-11-19 18:26:10 +00:00
thread_linux.cc Fix thread-interrupter shutdown on Windows. 2014-05-22 15:12:09 +00:00
thread_linux.h Sampling profiler 2013-11-19 18:26:10 +00:00
thread_macos.cc Fix thread-interrupter shutdown on Windows. 2014-05-22 15:12:09 +00:00
thread_macos.h Sampling profiler 2013-11-19 18:26:10 +00:00
thread_win.cc Fix thread-interrupter shutdown on Windows. 2014-05-22 15:12:09 +00:00
thread_win.h Fix thread-interrupter shutdown on Windows. 2014-05-22 15:12:09 +00:00
utils.cc Tweaks for speed in integer arithmetic runtime. 2014-07-09 17:16:10 +00:00
utils.h Extend Range analysis to 64-bit range and mint operations 2014-06-19 21:13:26 +00:00
utils_android.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00
utils_linux.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00
utils_macos.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00
utils_win.h Add utilities for converting from Host endianity to big endian and little endian formats for the various OSs. 2013-04-16 23:29:26 +00:00