0.4.3.1
  1. 007c830 Adds branch instructions and labels to the MIPS simulator, assembler, disassembler. by zra@google.com · 12 years ago
  2. 535ed8e Revert "Compute local variable liveness before translation to SSA." by vegorov@google.com · 12 years ago
  3. 0c27ffc Implement optional parameter handling in ARM vm. by regis@google.com · 12 years ago
  4. 3261c50 Implement creation of ByteData objects using the Dart API. by asiva@google.com · 12 years ago
  5. f6da1fe Drops into Simulator Debugger only in a session that is already interactive. by zra@google.com · 12 years ago
  6. 933f9ef Allow recursive inlining. Review URL: https://codereview.chromium.org//12908005 by srdjan@google.com · 12 years ago
  7. d4872a1 Support initialized mixin fields across scripts by hausner@google.com · 12 years ago
  8. 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
  9. b47406c Update stack map computation to match the way XMM registers are spilled on the slow path. by vegorov@google.com · 12 years ago
  10. e1c70ce dart:io | Fix error in deserializing of native port messages. by whesse@google.com · 12 years ago
  11. 66ecd50 Compute local variable liveness before translation to SSA. by vegorov@google.com · 12 years ago
  12. 30539e6 Register allocation tweaks: by vegorov@google.com · 12 years ago
  13. 0e9a59e Use shorter write-barrier filtering sequence when value is known to be non-smi. by vegorov@google.com · 12 years ago
  14. d2ea504 dart:io | Add "followLinks" optional parameter to Directory.list, let it return Link objects when false. by whesse@google.com · 12 years ago
  15. b7ba136 Added support for redirecting factories in dart api. by aprelev@gmail.com · 12 years ago
  16. 2348a59 Fix android embedder by vsm@google.com · 12 years ago
  17. c51d50c Fix crash caused by eliminating goto-s in unoptimized code. Added asserts by srdjan@google.com · 12 years ago
  18. a192f21 Fix build break in dart2js. The snapshot length was not accounting for the magic number. by asiva@google.com · 12 years ago
  19. 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
  20. 2bdc772 Adds MIPS SPECIAL instructions to simulator, assembler, debugger. by zra@google.com · 12 years ago
  21. eb51679 Fail with fatal error instead of segmentation fault if virtual memory allocation fails. by fschneider@google.com · 12 years ago
  22. 2bc9a79 Add FileSystemEntity.identical, to test if two file system objects are the same. by whesse@google.com · 12 years ago
  23. a696cc5 Add asserts to catch missing deoptimization info early. by srdjan@google.com · 12 years ago
  24. 3d4778e SIMD plumbing by johnmccutchan@google.com · 12 years ago
  25. 595271f Properly handle cascades in top-level functions by hausner@google.com · 12 years ago
  26. 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
  27. 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
  28. 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
  29. 1c9d22d Collect type feedback for fields. by vegorov@google.com · 12 years ago
  30. 6c40cac Remove streamSpawnUri and mangler. by floitsch@google.com · 12 years ago
  31. 55be673 A CL that only removes dead code from the VM compiler. by fschneider@google.com · 12 years ago
  32. ea4bc3c Change the IO buffer size on Windows to 32k by sgjesse@google.com · 12 years ago
  33. 99c42d2 Optimize smi multiply by 2 using shl by 1. by fschneider@google.com · 12 years ago
  34. c60530d Fix ARM and MIPS build after my last commit. by fschneider@google.com · 12 years ago
  35. 86da511 Replace scalarlist optimizations and split external array loads into two IL instructions. by fschneider@google.com · 12 years ago
  36. 428b58d dart:io | Add Link.targetSync on all platforms. by whesse@google.com · 12 years ago
  37. 7055e7b Add unhandledExceptionCallback to streamSpawnFunction. by floitsch@google.com · 12 years ago
  38. 8e49980 Revise duplicate interface check by hausner@google.com · 12 years ago
  39. ab36f28 Fix DART_CHECK_VALID macro. by podivilov@google.com · 12 years ago
  40. 3681bc9 - Clone the find_mac_sdk.py script to automatically detect Mac OS SDK version. by iposva@google.com · 12 years ago
  41. ed2e198 Mixins with Generics by hausner@google.com · 12 years ago
  42. 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
  43. b0a2eca dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows. by whesse@google.com · 12 years ago
  44. f85fa4f Make argument to StringSink.writeln optional. by floitsch@google.com · 12 years ago
  45. ba07261 Avoid massive stack frames by allocating 64k buffers in the heap. by ager@google.com · 12 years ago
  46. 844cd39 Change getRange to sublist. Make getRange deprecated. by lrn@google.com · 12 years ago
  47. bab488a Allow String.fromCharCodes to work directly on a GrowableObjectArray. by lrn@google.com · 12 years ago
  48. 7b5a610 Make allocation of Dart parameters and local variables architecture independent. by regis@google.com · 12 years ago
  49. 7611d6f Fixes a build warning about a format string. by zra@google.com · 12 years ago
  50. 76d507c Add List.insert. by floitsch@google.com · 12 years ago
  51. f1fa8c6 Fix bug in optimized byte array views on tranferable backing stores. by fschneider@google.com · 12 years ago
  52. 3316092 Fix typo in method calls for [] and []= operators in views. by asiva@google.com · 12 years ago
  53. e723d17 Fix source generation for strings that have \$ in them. by asiva@google.com · 12 years ago
  54. a792eec Revert: Support TypedData getters/setters in the optimizer. by fschneider@google.com · 12 years ago
  55. a25625e Support TypedData getters/setters in the optimizer. by fschneider@google.com · 12 years ago
  56. fb53f40 Add setOption method on Socket/RawSocket. by ajohnsen@google.com · 12 years ago
  57. 5b0ee63 Use offsetInBytes and not index in the get/set accessors of views. by asiva@google.com · 12 years ago
  58. 924e321 Optimize TypedData in the same way as ScalarList. by fschneider@google.com · 12 years ago
  59. 6e878e9 Remove Dart_GetScriptSource as it is not used anywhere. by asiva@google.com · 12 years ago
  60. 6b8987e Add a command line option to generate source code for a script by asiva@google.com · 12 years ago
  61. 2987d53 dart:io | Add Link class, as sibling to File and Directory. by whesse@google.com · 12 years ago
  62. 2905da6 Fix build. Review URL: https://codereview.chromium.org//12607009 by zra@google.com · 12 years ago
  63. 82367b3 Copies Simulator Debugger from ARM to MIPS. by zra@google.com · 12 years ago
  64. caf1f9e Run type propagation after LICM to ensure correct reaching types for hoisted values. by vegorov@google.com · 12 years ago
  65. 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
  66. 482b2f3 Move Options to dart:io. by floitsch@google.com · 12 years ago
  67. c8f2a81 Rename Timer.repeating to Timer.periodic. by floitsch@google.com · 12 years ago
  68. 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
  69. f594eec Remove some assertion code in the GC from the release build. by fschneider@google.com · 12 years ago
  70. 74d4e1f Remove virtual functions on class InliningContext. by kmillikin@google.com · 12 years ago
  71. 3eab4ce Fix typo in typeddate.dart. by ajohnsen@google.com · 12 years ago
  72. 7ba1326 Disable stack context when its frame is for optimized code. by tball@google.com · 12 years ago
  73. 58e396f Added include for SkTypeface by vsm@google.com · 12 years ago
  74. 681ffda Change ImageElement to use onLoad.listen instead of on.load and by gram@google.com · 12 years ago
  75. 65718c5 Rename XMatching to XWhere. by floitsch@google.com · 12 years ago
  76. ef62519 Add a new, separate block entry instruction for catch-blocks. by fschneider@google.com · 12 years ago
  77. 69d0484 - Use dart:typedata types in the Dart API calls. by asiva@google.com · 12 years ago
  78. 6a70178 Decode ic data and arguments descriptor passed in calls on ARM. by regis@google.com · 12 years ago
  79. ad80045 Adds MIPS instructions to simulator, assembler, disassembler by zra@google.com · 12 years ago
  80. cead1d4 ceil/floor/truncate/round return integers. by floitsch@google.com · 12 years ago
  81. a429f3a Fix checked mode error on socket IOSink by sgjesse@google.com · 12 years ago
  82. a301711 Handle /dev/null on linux, as an closed device. by ajohnsen@google.com · 12 years ago
  83. 2eb5953 Fix of file descriptor inheritance problem in process_{linux,android,mac} by kustermann@google.com · 12 years ago
  84. c94a722 Remove unused context-level from LoadLocal/StoreLocal IL instructions. by fschneider@google.com · 12 years ago
  85. 53f877e Rename String.concat to operator+. by lrn@google.com · 12 years ago
  86. d095908 Inline ByteArray setters like setUint8 in the optimizer. by fschneider@google.com · 12 years ago
  87. 43c13f4 dart:io | Revert addition of Link class, because it conflicts with a Link class in dart2js. by whesse@google.com · 12 years ago
  88. 31c6f8d dart:io | Add Link class, as sibling to File and Directory. by whesse@google.com · 12 years ago
  89. cf60528 Add first version of runAsync. by floitsch@google.com · 12 years ago
  90. 5dc8107 Revert "Remove Expect from core library." by floitsch@google.com · 13 years ago
  91. 12dbd2f Remove Expect from core library. by floitsch@google.com · 13 years ago
  92. 3b5c3e6 Add the allocator intrinsics for dart:typeddata implementation. by asiva@google.com · 13 years ago
  93. 6699610 Adds a few MIPS arithmetic instructions to the simulator, assembler, disassembler by zra@google.com · 13 years ago
  94. 7766ac7 Implement leaf runtime call stub on ARM and corresponding call redirection by regis@google.com · 13 years ago
  95. eeeeecb Add pass to remove empty blocks and recompute fall-through targets. by vegorov@google.com · 13 years ago
  96. fc899d6 Add the typed data classes to the do not extend list. by asiva@google.com · 13 years ago
  97. b95087e Implement native call stub on ARM and native call redirection in ARM simulator. by regis@google.com · 13 years ago
  98. 2c21d3d Move Float32x4 tests out of runtime/vm/tests into tests/standalone by johnmccutchan@google.com · 13 years ago
  99. dd48256 Remove deprecated StringBuffer.add, addAll and addCharCode. by floitsch@google.com · 13 years ago
  100. cd9bcfe Remove references to capital-D-Dynamic. by lrn@google.com · 13 years ago