0.3.0.1
  1. 707ab31 Also skip vm/dart/inline_stack_frame_test on ie9. by ricow@google.com · 13 years ago
  2. 843e48f Add Dart class for _ExternalUint8ClampedArray and API to allocate it. by srdjan@google.com · 13 years ago
  3. 4726853 - Dump Smi objects into the heap profile. by iposva@google.com · 13 years ago
  4. 339ac7f Immediate index operand for string [] and streamline code for generating array ops. by fschneider@google.com · 13 years ago
  5. 260c80a When printing constants in the flow graph truncate them at the first new line character. by vegorov@google.com · 13 years ago
  6. c2776cd Canonicalize away redundant checks that appear after store-to-load forwarding. by vegorov@google.com · 13 years ago
  7. e0395cf Optimize stores to Uint8List. by fschneider@google.com · 13 years ago
  8. 75c4844 Cleanup uses of X::CheckedHandle where X::Cast or X::Handle is sufficient. by fschneider@google.com · 13 years ago
  9. 9b890bc Emit fake classes to please the third party HPROF tool infrastructure. by cshapiro@google.com · 13 years ago
  10. 268e059 Use a named constant for the object id size when writing out the header. by cshapiro@google.com · 13 years ago
  11. faeb58b Fix printing of deoptimized function. by srdjan@google.com · 13 years ago
  12. a02f310 Added code to trace zone and handles creation/deletion under flags by asiva@google.com · 13 years ago
  13. 62115b5 Fix for issue 7757 by asiva@google.com · 13 years ago
  14. 2ad9811 Fix performance of array literals (e.g. "[1, 2]"). Improves speed of DeltaBlue. by srdjan@google.com · 13 years ago
  15. ec59e1e Fix printing of the function that cannot be optimized. by srdjan@google.com · 13 years ago
  16. 51447e9 - Start adding meta data for fields of VM internal classes. by iposva@google.com · 13 years ago
  17. 40a7130 Inline Doubles truncate and round. by srdjan@google.com · 13 years ago
  18. 3ca9ed3 Fixed warnings reported by clang compiler. by tball@google.com · 13 years ago
  19. 0f65888 Change the inlining context from an enum to a class. by kmillikin@google.com · 13 years ago
  20. 6cbaf5b Increase deoptimization counter threshold to 16, cleanups. by srdjan@google.com · 13 years ago
  21. 7e70aad Support for embedded Dart scripts by hausner@google.com · 13 years ago
  22. 62a9af5 Speed up secure sockets by increasing encrypted buffer size. by whesse@google.com · 13 years ago
  23. 15432b2 Add canonicalize optimization for branches. by fschneider@google.com · 13 years ago
  24. 589e3ab Move common logic into the base class. by antonm@google.com · 13 years ago
  25. 91514e5 Remove accidental addition of new stream API in dart:io. by ager@google.com · 13 years ago
  26. 04fc29c Optimize function at its entry instead of at exit. by srdjan@google.com · 13 years ago
  27. fae2529 Backport some work from sample to embedder: by gram@google.com · 13 years ago
  28. aec3157 Refactor generic android embedder code out of the sample and fix gcc warnings. by vsm@google.com · 13 years ago
  29. f115552 Constant propagator should revisit phis when it visits predecessor block. by vegorov@google.com · 13 years ago
  30. b89f3c0 Enable "part of" for the async library. by floitsch@google.com · 13 years ago
  31. 7f499ab Fix race condition in Directory.create. by whesse@google.com · 13 years ago
  32. 75c8f42 Update remaining usages of Completer.completeException. by ager@google.com · 13 years ago
  33. 800b4b6 Add function for finding what a InputStream or OutputStream is attached to by sgjesse@google.com · 13 years ago
  34. 2d8c51d Fix bug 5511: by iposva@google.com · 13 years ago
  35. 09ce352 Fix comment in test case. Review URL: https://codereview.chromium.org//11783035 by asiva@google.com · 13 years ago
  36. e8a293c Allow optimized code when debugger is active by hausner@google.com · 13 years ago
  37. 8a831fe Factor out length check in list factories: reduce bloat, factorize code, improve performance. by srdjan@google.com · 13 years ago
  38. 87a3a4b Support immediate and memory operands for PushArgumentInstr in optimized code. by fschneider@google.com · 13 years ago
  39. 34f1a07 Delay canonicalization of 1.0 * N until after representation selection. by vegorov@google.com · 13 years ago
  40. 0507890 Canonicalize away simple arithmetic equivalences. by vegorov@google.com · 13 years ago
  41. 16427fe Fix confusion over on-disk object id sizes during instance serialization. by cshapiro@google.com · 13 years ago
  42. 44cedbe Stack frame test probably shouldn't be running on a browser. by efortuna@google.com · 13 years ago
  43. 9c4e6eb Added a test to ensure that stack frames are reported correctly when an exception is thrown in a chain which has inlined methods. This test currently fails and I have added an issue 7757 for it and skipped it in the status file. by asiva@google.com · 13 years ago
  44. 8c35ce1 Bug fix and improvements to clamped arrays. by srdjan@google.com · 13 years ago
  45. b8a7845 Restore the bytes promoted counter. by cshapiro@google.com · 13 years ago
  46. 34df344 Fix context chaining to prevent memory leak (issue 7681). by regis@google.com · 13 years ago
  47. 020b589 Cleanups. Review URL: https://codereview.chromium.org//11801023 by srdjan@google.com · 13 years ago
  48. dbb7d24 - Preallocate non-named ArgumentsDescriptors with a small amount of parameters. by iposva@google.com · 13 years ago
  49. 114fd42 Do ComputeUseLists after ApplyClassIds. by vegorov@google.com · 13 years ago
  50. 96812c4 Recognize List.fixedLength factory constructor. by vegorov@google.com · 13 years ago
  51. d5f2305 Support scalar lists in array bounds check elimination. by fschneider@google.com · 13 years ago
  52. 774187f Ensure that LowerBound and UpperBound return overflow marker when overflow occurs. by vegorov@google.com · 13 years ago
  53. 7519054 Fix Intrinsifier and MethodRecognizer to correctly match private getters and setters. by vegorov@google.com · 13 years ago
  54. 32eeecd Fix tests for VM in checked mode. by ajohnsen@google.com · 13 years ago
  55. 4a7dfd2 Big merge from experimental to bleeding edge. by floitsch@google.com · 13 years ago
  56. 309fcb1 Fix incorrect desugaring of cascades. by kmillikin@google.com · 13 years ago
  57. 0a825a9 Cleanup handles more efficiently, ensures we don't have to iterate over them by asiva@google.com · 13 years ago
  58. 0af1625 Intrinsify Uint8ClampedArray's store and load indexed, inline load indexed. by srdjan@google.com · 13 years ago
  59. 016b843 Handle optimized code blocks in debugger stack trace by hausner@google.com · 13 years ago
  60. 47e0887 Support Null type in Class::TypeTest and simplify Instance::IsInstanceOf. by regis@google.com · 13 years ago
  61. 5915aff Optimize instanceof: if all results are true and tests can be done using class only replace instanceof with a Boolean constant. by srdjan@google.com · 13 years ago
  62. 92dee42 Do not emit pointer information for embedded singleton VM Isolate objects while generating code. These embedded objects do not need to be visited during GC. by asiva@google.com · 13 years ago
  63. 7f60b90 Add synchronous directory listing to dart:io Directory. by whesse@google.com · 13 years ago
  64. 3e367a1 - Consolidate verbose-gc output to be a single line which can be imported easily into spreadsheets. by iposva@google.com · 13 years ago
  65. 4c06986 - Make Boolean 'true' and 'false' singleton VM isolate objects. by asiva@google.com · 13 years ago
  66. cfeb884 Properly initialize eventhandler mask for all handles on Windows. by ager@google.com · 13 years ago
  67. 121c85b Fix pprof VM flag description by meh@google.com · 13 years ago
  68. 29e06db In unoptimized code use call for instanceof instead of inlined checks. This allows us to collect type feedback and to reduce the code size of unoptimized code. Next will be work on type tests as well. by srdjan@google.com · 13 years ago
  69. e988dec - Mark huge methods are not-optimizable. by iposva@google.com · 13 years ago
  70. 7022b39 Convert all symbol accessors to return read only handles so that it is not necessary to create a new handle in the code that uses it. by asiva@google.com · 13 years ago
  71. cb27634 Remove NoSuchMethodErrorImplementation class and use NoSuchMethodError from core by regis@google.com · 13 years ago
  72. a2d682d Improve line info accuracy in debugging by hausner@google.com · 13 years ago
  73. 818cd3b Fix instance of test for classes that implement call. by srdjan@google.com · 13 years ago
  74. b395961a Fix a warning. by antonm@google.com · 13 years ago
  75. 18e748d Implemented class literals in the VM. by tball@google.com · 13 years ago
  76. 5b3aa7e - Fix comments and formatting. by iposva@google.com · 13 years ago
  77. 97a49b6 Small code cleanup in instanceof test. by srdjan@google.com · 13 years ago
  78. 84d5fb4 Sort checks by counts before emitting test-and-call polymorphic instance calls. by srdjan@google.com · 13 years ago
  79. 929344a Issue 7549: fix for invalid runtimeType.toString() for int, double, and by tball@google.com · 13 years ago
  80. 7db6e9d Re-apply "Clean up the patch file for the isolate library by introducing a new buitlin library: isolate_helper.dart". This time load eagerly isolate_helper so that the native handler can see it. by ngeoffray@google.com · 13 years ago
  81. 6b51661 Fix bug 5944 by hausner@google.com · 13 years ago
  82. d273efd Turn compile time errors related to missing getters and setters into invocation by regis@google.com · 13 years ago
  83. 4329783 Clean up CodeObservers by meh@google.com · 13 years ago
  84. 2c7dfbf Implement a native identical function in the VM. by meh@google.com · 13 years ago
  85. 2e1ecb1 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  86. 2d02548 Ignore nested breakpoints by hausner@google.com · 13 years ago
  87. 225d9a7 Implement a native identical function in the VM. by meh@google.com · 13 years ago
  88. 51dc889 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  89. 5e068fe Implement a native identical function in the VM. by meh@google.com · 13 years ago
  90. a1bb3a9 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  91. 5559681 Implement a native identical function in the VM. by meh@google.com · 13 years ago
  92. ef737f1 Revert "Clean up CodeObservers" by meh@google.com · 13 years ago
  93. 6fbf9f1 Clean up CodeObservers by meh@google.com · 13 years ago
  94. 7695213 Fix an issue with newlines and exception text in the debugger wire protocol. by devoncarew@google.com · 13 years ago
  95. 8a54796 Cleanup: Don't allocate a frame iterator in the IC miss handler when it's not needed. by fschneider@google.com · 13 years ago
  96. 6d0f985 Add exitCode setter to set the exit code returned by the Dart VM by ager@google.com · 13 years ago
  97. 6ff1d9c Simplify basic block discovery -- handle all blcoks uniformly. by kmillikin@google.com · 13 years ago
  98. c29b839 Fix latin1 character predefinition in the symbol table. The code by asiva@google.com · 13 years ago
  99. 7ea520f Create read only handles for empty_array and sentinel objects by asiva@google.com · 13 years ago
  100. 38aa3e1 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago