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