0.4.4.0
  1. 417659c Adapt remaining dart:scalarlist tests to use dart:typeddata by asiva@google.com · 12 years ago
  2. b24d57c Support checked mode for VM tests on ARM. by regis@google.com · 12 years ago
  3. 59dd238 Various OpenGLUI changes: by gram@google.com · 12 years ago
  4. ec0ec36 More preparation for removal of dart:scalarlist by asiva@google.com · 12 years ago
  5. 3a858ca - Consolidate String sources in the runtime libraries. by iposva@google.com · 12 years ago
  6. 3e4d359 Fix an F-bounded quantification bug (issue 9291). by regis@google.com · 12 years ago
  7. 7199ab2 Added string appending to TextBuffer, removed STL use in vm_stats_impl. by tball@google.com · 12 years ago
  8. 0e17b43 On x64 use 32bit idiv when possible instead of 64bit one. by vegorov@google.com · 12 years ago
  9. 5b140f8 Really remove SIMD types from dart:scalarlist. Fixes build. by johnmccutchan@google.com · 12 years ago
  10. d516a7a Review changes by johnmccutchan@google.com · 12 years ago
  11. c5e562d Improve code for !identical(a, b): by srdjan@google.com · 12 years ago
  12. d8548e0 Disable optimization in r20548 to make bots green again. by srdjan@google.com · 12 years ago
  13. 895aae5 When attempting to to inline a field getter we use the incoming cid. That type may differ between value()->Type() and value->definition()->Type() if the definition is a load field with a guarded cid. Therefore, if value's type is dynamic we check definition's type as well. by srdjan@google.com · 12 years ago
  14. 8dde962 More cleanup in preparation for removing support for dart:scalarlist in the VM. by asiva@google.com · 12 years ago
  15. f50189a Fix issue 9442. by regis@google.com · 12 years ago
  16. 2125ee9 Simplifies MIPS LoadWordFromPoolOffset by zra@google.com · 12 years ago
  17. 29cea15 Fix some of the scalarlist tests to use TypedData VM classes. by asiva@google.com · 12 years ago
  18. 463b651 Adds Stop to MIPS. Starts on MIPS call patcher. by zra@google.com · 12 years ago
  19. e07063f Revert 12534006 by johnmccutchan@google.com · 12 years ago
  20. 7b1d3b9 Port SIMD types from dart:scalarlist to dart:typeddata. by johnmccutchan@google.com · 12 years ago
  21. e586529 Change the order of loading ic_data and arguments descriptor prior to an by regis@google.com · 12 years ago
  22. 6044627 Rollback stacktrace change. by tball@google.com · 12 years ago
  23. 044a872 Added VM support for isolate stacktrace status. by tball@google.com · 12 years ago
  24. 5eeaba1 Update function subtyping rules to latest spec (issue 9057). by regis@google.com · 12 years ago
  25. b8bf415 Do not use object pool for VM heap objects on ARM. by regis@google.com · 12 years ago
  26. 5642025 Handle TypedDataView objects in Dart_TypedDataAcquireData and by asiva@google.com · 12 years ago
  27. b0b06c4 Fix fingerprint mismatches by hausner@google.com · 12 years ago
  28. 89346f3 Remove legacy syntax support for library import by hausner@google.com · 12 years ago
  29. 34c2a00 Added EXPECT_TRUE macro, updated debugger unit tests to use it for by tball@google.com · 12 years ago
  30. e03b940 Fix 9347, always send ExternalTypedData objects as TypedData objects when by asiva@google.com · 12 years ago
  31. 01cc7d3 - Canonicalize types, type_arguments only when the object is marked as being from the core libraries. by asiva@google.com · 12 years ago
  32. 007c830 Adds branch instructions and labels to the MIPS simulator, assembler, disassembler. by zra@google.com · 12 years ago
  33. 535ed8e Revert "Compute local variable liveness before translation to SSA." by vegorov@google.com · 12 years ago
  34. 0c27ffc Implement optional parameter handling in ARM vm. by regis@google.com · 12 years ago
  35. 3261c50 Implement creation of ByteData objects using the Dart API. by asiva@google.com · 12 years ago
  36. f6da1fe Drops into Simulator Debugger only in a session that is already interactive. by zra@google.com · 12 years ago
  37. 933f9ef Allow recursive inlining. Review URL: https://codereview.chromium.org//12908005 by srdjan@google.com · 12 years ago
  38. d4872a1 Support initialized mixin fields across scripts by hausner@google.com · 12 years ago
  39. da200f7 Limit handle scope to the loop in order to avoid creation of large number of handles when finalizing classes of a large application. by asiva@google.com · 12 years ago
  40. b47406c Update stack map computation to match the way XMM registers are spilled on the slow path. by vegorov@google.com · 12 years ago
  41. e1c70ce dart:io | Fix error in deserializing of native port messages. by whesse@google.com · 12 years ago
  42. 66ecd50 Compute local variable liveness before translation to SSA. by vegorov@google.com · 12 years ago
  43. 30539e6 Register allocation tweaks: by vegorov@google.com · 12 years ago
  44. 0e9a59e Use shorter write-barrier filtering sequence when value is known to be non-smi. by vegorov@google.com · 12 years ago
  45. d2ea504 dart:io | Add "followLinks" optional parameter to Directory.list, let it return Link objects when false. by whesse@google.com · 12 years ago
  46. b7ba136 Added support for redirecting factories in dart api. by aprelev@gmail.com · 12 years ago
  47. 2348a59 Fix android embedder by vsm@google.com · 12 years ago
  48. c51d50c Fix crash caused by eliminating goto-s in unoptimized code. Added asserts by srdjan@google.com · 12 years ago
  49. a192f21 Fix build break in dart2js. The snapshot length was not accounting for the magic number. by asiva@google.com · 12 years ago
  50. 5858afd Write the magic number 0xf5f5dcdc into a script snapshot file and use this to distinguish whether a script snapshot or a regular script file is being passed on the command line (removed the --use-script-snapshot option). by asiva@google.com · 12 years ago
  51. 2bdc772 Adds MIPS SPECIAL instructions to simulator, assembler, debugger. by zra@google.com · 12 years ago
  52. eb51679 Fail with fatal error instead of segmentation fault if virtual memory allocation fails. by fschneider@google.com · 12 years ago
  53. 2bc9a79 Add FileSystemEntity.identical, to test if two file system objects are the same. by whesse@google.com · 12 years ago
  54. a696cc5 Add asserts to catch missing deoptimization info early. by srdjan@google.com · 12 years ago
  55. 3d4778e SIMD plumbing by johnmccutchan@google.com · 12 years ago
  56. 595271f Properly handle cascades in top-level functions by hausner@google.com · 12 years ago
  57. 61f6a96 Remove redundant Dart_LoadEmbeddedScript as it doesn't seem to be used in the VM and hopefully dartium can start using Dart_Script always. by asiva@google.com · 12 years ago
  58. ed84c54 Improve code (less code, slightly faster) for polymorphic calls, by loading the argument descriptor only once instead of once for each call. by srdjan@google.com · 12 years ago
  59. 68d1955 Translate raw strings to regular strings during source code generation. This should hopefully avoid issues with deciding when to escape special characters and when not to. by asiva@google.com · 12 years ago
  60. 1c9d22d Collect type feedback for fields. by vegorov@google.com · 12 years ago
  61. 6c40cac Remove streamSpawnUri and mangler. by floitsch@google.com · 12 years ago
  62. 55be673 A CL that only removes dead code from the VM compiler. by fschneider@google.com · 12 years ago
  63. ea4bc3c Change the IO buffer size on Windows to 32k by sgjesse@google.com · 12 years ago
  64. 99c42d2 Optimize smi multiply by 2 using shl by 1. by fschneider@google.com · 12 years ago
  65. c60530d Fix ARM and MIPS build after my last commit. by fschneider@google.com · 12 years ago
  66. 86da511 Replace scalarlist optimizations and split external array loads into two IL instructions. by fschneider@google.com · 12 years ago
  67. 428b58d dart:io | Add Link.targetSync on all platforms. by whesse@google.com · 12 years ago
  68. 7055e7b Add unhandledExceptionCallback to streamSpawnFunction. by floitsch@google.com · 12 years ago
  69. 8e49980 Revise duplicate interface check by hausner@google.com · 12 years ago
  70. ab36f28 Fix DART_CHECK_VALID macro. by podivilov@google.com · 12 years ago
  71. 3681bc9 - Clone the find_mac_sdk.py script to automatically detect Mac OS SDK version. by iposva@google.com · 12 years ago
  72. ed2e198 Mixins with Generics by hausner@google.com · 12 years ago
  73. 453e8fe Add the native intrinsic TypedData_setRange to optimize the setRange call when the destination and source of setRange are of the same typeddata type. by asiva@google.com · 12 years ago
  74. b0a2eca dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows. by whesse@google.com · 12 years ago
  75. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  76. ba07261 Avoid massive stack frames by allocating 64k buffers in the heap. by ager@google.com · 12 years ago
  77. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  78. bab488a Allow String.fromCharCodes to work directly on a GrowableObjectArray. by lrn@google.com · 12 years ago
  79. 7b5a610 Make allocation of Dart parameters and local variables architecture independent. by regis@google.com · 12 years ago
  80. 7611d6f Fixes a build warning about a format string. by zra@google.com · 12 years ago
  81. 76d507c Add List.insert. by floitsch@google.com · 12 years ago
  82. f1fa8c6 Fix bug in optimized byte array views on tranferable backing stores. by fschneider@google.com · 12 years ago
  83. 3316092 Fix typo in method calls for [] and []= operators in views. by asiva@google.com · 12 years ago
  84. e723d17 Fix source generation for strings that have \$ in them. by asiva@google.com · 12 years ago
  85. a792eec Revert: Support TypedData getters/setters in the optimizer. by fschneider@google.com · 12 years ago
  86. a25625e Support TypedData getters/setters in the optimizer. by fschneider@google.com · 12 years ago
  87. fb53f40 Add setOption method on Socket/RawSocket. by ajohnsen@google.com · 12 years ago
  88. 5b0ee63 Use offsetInBytes and not index in the get/set accessors of views. by asiva@google.com · 12 years ago
  89. 924e321 Optimize TypedData in the same way as ScalarList. by fschneider@google.com · 12 years ago
  90. 6e878e9 Remove Dart_GetScriptSource as it is not used anywhere. by asiva@google.com · 12 years ago
  91. 6b8987e Add a command line option to generate source code for a script by asiva@google.com · 12 years ago
  92. 2987d53 dart:io | Add Link class, as sibling to File and Directory. by whesse@google.com · 12 years ago
  93. 2905da6 Fix build. Review URL: https://codereview.chromium.org//12607009 by zra@google.com · 12 years ago
  94. 82367b3 Copies Simulator Debugger from ARM to MIPS. by zra@google.com · 12 years ago
  95. caf1f9e Run type propagation after LICM to ensure correct reaching types for hoisted values. by vegorov@google.com · 12 years ago
  96. 61e1d90 Added check that the object being stored as a return value in the NativeArguments array is a Dart instance. by asiva@google.com · 12 years ago
  97. 482b2f3 Move Options to dart:io. by floitsch@google.com · 12 years ago
  98. c8f2a81 Rename Timer.repeating to Timer.periodic. by floitsch@google.com · 12 years ago
  99. 26c4b3a Fix file descriptor leak in event handler implementation. When shutting down an isolate, we did not destruct the eventhandler so we leaked the file descriptors for it. by ager@google.com · 12 years ago
  100. f594eec Remove some assertion code in the GC from the release build. by fschneider@google.com · 12 years ago