0.4.5.3
  1. 20d73ed Merge revision 21321 to trunk. Fixes issue 8930 by ricow@google.com · 10 years ago 0.4.5.2
  2. 46a5dbe Support UseDartApi vm test on ARM. by regis@google.com · 12 years ago
  3. e72250e StreamConsumer has an addStream and a close functions. by floitsch@google.com · 12 years ago
  4. bef8ebb Add Iterable.fold (and Stream.fold) which replace `reduce`. by floitsch@google.com · 12 years ago
  5. e10bc2d Reapply "Add a sleep function to dart:io" by sgjesse@google.com · 12 years ago
  6. e40ce10 Fix a number of issues with determining the type of stdio by sgjesse@google.com · 12 years ago
  7. caa4456 Add a dart2js specific HashSet implementation that follows the HashMap implementation fairly closely. by kasperl@google.com · 12 years ago
  8. 22a06ce Revert r20952, r20953, r20954 by sgjesse@google.com · 12 years ago
  9. 43efc42 Fix analyze api test failure by sgjesse@google.com · 12 years ago
  10. b816062 Add a sleep function to dart:io by sgjesse@google.com · 12 years ago
  11. ecc5b67 - Create an all static TypedDataView class which uses implicit field offset by asiva@google.com · 12 years ago
  12. 7e1450c Flow graph SIMD changes by johnmccutchan@google.com · 12 years ago
  13. 158d90d Prevent expensive and unnecessary error formatting in the case a bound check is by regis@google.com · 12 years ago
  14. 95dfaf1 Updated VM stacktrace support (20898) with platform- by tball@google.com · 12 years ago
  15. 29d8c95 There are still issues with using guarded-cid (tests/compiler/dart2js/cpa_inference_test.dart fails). Disabled via flag until I have figured it out. by srdjan@google.com · 12 years ago
  16. 0cc8097 Implements type checking in MIPS needed for FindCodeObject test. by zra@google.com · 12 years ago
  17. 578331c Fix directory-listing, directory-deletion and file deletion, when links are involved. by ajohnsen@google.com · 12 years ago
  18. 9e05e96 Fixes a bug in MIPS simulator runtime call handling. by zra@google.com · 12 years ago
  19. d010023 Fix checked mode crash when clearing reaching type of a value. by srdjan@google.com · 12 years ago
  20. 5e0ac14 Use range analysis to improve constant propagation. by fschneider@google.com · 12 years ago
  21. aef6e5d Fix issue 9644: object stores become large pieces of code if heap tracing is turned on; jumps around the the store must not use near labels. by srdjan@google.com · 12 years ago
  22. 404dc8c Rollback of 20898 (Windows doesn't support strndup) by tball@google.com · 12 years ago
  23. c457f6e Client-side support for stacktrace VM status. by tball@google.com · 12 years ago
  24. 94c40f1 Added VM support for isolate stacktrace status. by tball@google.com · 12 years ago
  25. 2be466a Turn off FindCodeObject for simmips. by zra@google.com · 12 years ago
  26. fd72ee4 Implements optional parameter handling in MIPS vm. by zra@google.com · 12 years ago
  27. 05e2ba9 Support FrameLookup vm test on ARM, requiring among other things: by regis@google.com · 12 years ago
  28. a6012ce FIx linux simarm and simmips: disable tests requiring dart execution. by srdjan@google.com · 12 years ago
  29. ec54a6e Mark CallLeafRuntimeStubCode as failing on Mips/Mac OS X. by srdjan@google.com · 12 years ago
  30. 2f21a5b Fix the setters in _ByteDataView to behave the same as '[]=' and '[]' operators by asiva@google.com · 12 years ago
  31. ae25ca9 Fix issue 9608: When replacing call with assert assignable, transfer call's deopt_id to the new node. by srdjan@google.com · 12 years ago
  32. 6003fdf Fix view creation for byte-size types. by ager@google.com · 12 years ago
  33. 3b13f62 Remove addLast from List. by lrn@google.com · 12 years ago
  34. 4dff6b8 - Remember objects (not addresses) in the old generation containing new pointers. by iposva@google.com · 12 years ago
  35. b0b3831 Add text location in debugger event by hausner@google.com · 12 years ago
  36. 3e080d1 Adds native/leaf runtime call stub and redirection on MIPS. by zra@google.com · 12 years ago
  37. c4b55c1 Third codegen test passing for simulated MIPS. by zra@google.com · 12 years ago
  38. 60e57ec Optimizes 'as' operation in similar way as 'instanceof': collect type feedback in unoptimized mode and try to convert it to a simple classcheck in optimized code. by srdjan@google.com · 12 years ago
  39. 3f64008 Only lookup and delete the monitor wait data if it was allocated. by sgjesse@google.com · 12 years ago
  40. f15b696 Add a new implementation of HashMap that uses JS objects for its (multiple) hash tables. by kasperl@google.com · 12 years ago
  41. 7b72985 First step for fixing Issue 9416. by asiva@google.com · 12 years ago
  42. 63233a0 Cleaned up OpenGLUI samples and added Blasteroids. by gram@google.com · 12 years ago
  43. 3f4c3f0 When optimizing instanceof allow also for raw types (List, ..). by srdjan@google.com · 12 years ago
  44. 35aeebc First two codegen tests passing on SIMMIPS by zra@google.com · 12 years ago
  45. 647d060 - The callback_error_ handle was never being setup. by asiva@google.com · 12 years ago
  46. 2f7ca68 Remove support for 'dart:scalarlist' in the Dart VM. by asiva@google.com · 12 years ago
  47. 417659c Adapt remaining dart:scalarlist tests to use dart:typeddata by asiva@google.com · 12 years ago
  48. b24d57c Support checked mode for VM tests on ARM. by regis@google.com · 12 years ago
  49. 59dd238 Various OpenGLUI changes: by gram@google.com · 12 years ago
  50. ec0ec36 More preparation for removal of dart:scalarlist by asiva@google.com · 12 years ago
  51. 3a858ca - Consolidate String sources in the runtime libraries. by iposva@google.com · 12 years ago
  52. 3e4d359 Fix an F-bounded quantification bug (issue 9291). by regis@google.com · 12 years ago
  53. 7199ab2 Added string appending to TextBuffer, removed STL use in vm_stats_impl. by tball@google.com · 12 years ago
  54. 0e17b43 On x64 use 32bit idiv when possible instead of 64bit one. by vegorov@google.com · 12 years ago
  55. 5b140f8 Really remove SIMD types from dart:scalarlist. Fixes build. by johnmccutchan@google.com · 12 years ago
  56. d516a7a Review changes by johnmccutchan@google.com · 12 years ago
  57. c5e562d Improve code for !identical(a, b): by srdjan@google.com · 12 years ago
  58. d8548e0 Disable optimization in r20548 to make bots green again. by srdjan@google.com · 12 years ago
  59. 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
  60. 8dde962 More cleanup in preparation for removing support for dart:scalarlist in the VM. by asiva@google.com · 12 years ago
  61. f50189a Fix issue 9442. by regis@google.com · 12 years ago
  62. 2125ee9 Simplifies MIPS LoadWordFromPoolOffset by zra@google.com · 12 years ago
  63. 29cea15 Fix some of the scalarlist tests to use TypedData VM classes. by asiva@google.com · 12 years ago
  64. 463b651 Adds Stop to MIPS. Starts on MIPS call patcher. by zra@google.com · 12 years ago
  65. e07063f Revert 12534006 by johnmccutchan@google.com · 12 years ago
  66. 7b1d3b9 Port SIMD types from dart:scalarlist to dart:typeddata. by johnmccutchan@google.com · 12 years ago
  67. e586529 Change the order of loading ic_data and arguments descriptor prior to an by regis@google.com · 12 years ago
  68. 6044627 Rollback stacktrace change. by tball@google.com · 12 years ago
  69. 044a872 Added VM support for isolate stacktrace status. by tball@google.com · 12 years ago
  70. 5eeaba1 Update function subtyping rules to latest spec (issue 9057). by regis@google.com · 12 years ago
  71. b8bf415 Do not use object pool for VM heap objects on ARM. by regis@google.com · 12 years ago
  72. 5642025 Handle TypedDataView objects in Dart_TypedDataAcquireData and by asiva@google.com · 12 years ago
  73. b0b06c4 Fix fingerprint mismatches by hausner@google.com · 12 years ago
  74. 89346f3 Remove legacy syntax support for library import by hausner@google.com · 12 years ago
  75. 34c2a00 Added EXPECT_TRUE macro, updated debugger unit tests to use it for by tball@google.com · 12 years ago
  76. e03b940 Fix 9347, always send ExternalTypedData objects as TypedData objects when by asiva@google.com · 12 years ago
  77. 01cc7d3 - Canonicalize types, type_arguments only when the object is marked as being from the core libraries. by asiva@google.com · 12 years ago
  78. 007c830 Adds branch instructions and labels to the MIPS simulator, assembler, disassembler. by zra@google.com · 12 years ago
  79. 535ed8e Revert "Compute local variable liveness before translation to SSA." by vegorov@google.com · 12 years ago
  80. 0c27ffc Implement optional parameter handling in ARM vm. by regis@google.com · 12 years ago
  81. 3261c50 Implement creation of ByteData objects using the Dart API. by asiva@google.com · 12 years ago
  82. f6da1fe Drops into Simulator Debugger only in a session that is already interactive. by zra@google.com · 12 years ago
  83. 933f9ef Allow recursive inlining. Review URL: https://codereview.chromium.org//12908005 by srdjan@google.com · 12 years ago
  84. d4872a1 Support initialized mixin fields across scripts by hausner@google.com · 12 years ago
  85. 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
  86. b47406c Update stack map computation to match the way XMM registers are spilled on the slow path. by vegorov@google.com · 12 years ago
  87. e1c70ce dart:io | Fix error in deserializing of native port messages. by whesse@google.com · 12 years ago
  88. 66ecd50 Compute local variable liveness before translation to SSA. by vegorov@google.com · 12 years ago
  89. 30539e6 Register allocation tweaks: by vegorov@google.com · 12 years ago
  90. 0e9a59e Use shorter write-barrier filtering sequence when value is known to be non-smi. by vegorov@google.com · 12 years ago
  91. d2ea504 dart:io | Add "followLinks" optional parameter to Directory.list, let it return Link objects when false. by whesse@google.com · 12 years ago
  92. b7ba136 Added support for redirecting factories in dart api. by aprelev@gmail.com · 12 years ago
  93. 2348a59 Fix android embedder by vsm@google.com · 12 years ago
  94. c51d50c Fix crash caused by eliminating goto-s in unoptimized code. Added asserts by srdjan@google.com · 12 years ago
  95. a192f21 Fix build break in dart2js. The snapshot length was not accounting for the magic number. by asiva@google.com · 12 years ago
  96. 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
  97. 2bdc772 Adds MIPS SPECIAL instructions to simulator, assembler, debugger. by zra@google.com · 12 years ago
  98. eb51679 Fail with fatal error instead of segmentation fault if virtual memory allocation fails. by fschneider@google.com · 12 years ago
  99. 2bc9a79 Add FileSystemEntity.identical, to test if two file system objects are the same. by whesse@google.com · 12 years ago
  100. a696cc5 Add asserts to catch missing deoptimization info early. by srdjan@google.com · 12 years ago