dart-sdk/runtime/platform
vegorov@google.com 264c4f6d1a Add support for XMM registers in SSA code generation pipeline.
Split BinaryDoubleOp into several instructions that manipulate unboxed doubles.

R=fschneider@google.com
BUG=

Review URL: https://chromiumcodereview.appspot.com//10875030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11313 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-24 14:45:42 +00:00
..
assert.cc Use output-only string streams instead of input-output string streams. 2012-08-14 23:55:37 +00:00
assert.h Use output-only string streams instead of input-output string streams. 2012-08-14 23:55:37 +00:00
c99_support_win.h Support more debugger commands in the wire protocol 2012-05-10 22:04:50 +00:00
globals.h Add support for XMM registers in SSA code generation pipeline. 2012-08-24 14:45:42 +00:00
hashmap.cc Move hashmap.h and hashmap.cc from the 'bin' directory to 'platform' directory so that it can be used from VM code too. 2012-08-03 22:11:30 +00:00
hashmap.h Move hashmap.h and hashmap.cc from the 'bin' directory to 'platform' directory so that it can be used from VM code too. 2012-08-03 22:11:30 +00:00
inttypes_support_win.h Introduce runtime/platform directory for code shared between vm 2012-01-06 11:28:21 +00:00
json.cc Fix Dart_GetClassInfo 2012-07-19 16:29:46 +00:00
json.h Add multibyte string support to debugger 2012-07-18 23:27:59 +00:00
platform_headers.gypi Move hashmap.h and hashmap.cc from the 'bin' directory to 'platform' directory so that it can be used from VM code too. 2012-08-03 22:11:30 +00:00
platform_sources.gypi Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
thread.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
thread_android.cc Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
thread_android.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
thread_linux.cc For now set the stack buffer size to 16k (we need to compute this during thread start and store it in the worker object instead of the current scheme of setting this up in HandleMessage). 2012-06-15 23:32:47 +00:00
thread_linux.h Move the thread local functions to the Thread class in runtime/platform 2012-02-07 09:18:22 +00:00
thread_macos.cc For now set the stack buffer size to 16k (we need to compute this during thread start and store it in the worker object instead of the current scheme of setting this up in HandleMessage). 2012-06-15 23:32:47 +00:00
thread_macos.h Fix Windows and Mac OS builds 2012-02-07 09:31:51 +00:00
thread_win.cc For now set the stack buffer size to 16k (we need to compute this during thread start and store it in the worker object instead of the current scheme of setting this up in HandleMessage). 2012-06-15 23:32:47 +00:00
thread_win.h Reimplement Windows Monitors. 2012-02-23 15:24:18 +00:00
utils.cc Use hash map for event handler file descriptor map 2012-01-23 09:10:51 +00:00
utils.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
utils_android.h Add _android files for building DartVM on Android 2012-08-13 23:06:52 +00:00
utils_linux.h Fix the build breakage on MacOS and Windows caused by CountTrailingZeros. 2012-07-24 03:03:43 +00:00
utils_macos.h Fix the build breakage on MacOS and Windows caused by CountTrailingZeros. 2012-07-24 03:03:43 +00:00
utils_win.h Fix the build breakage on Windows caused by CountTrailingZeros. 2012-07-24 03:12:57 +00:00