Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.4.0
/
runtime
tag
7d8f7dc3cebc9f62ed7412f5d16d85a4dccc9100
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
273eb82b4ae63d51b8b6c1cb3e057d80eac3e73a
0.4.4.0
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
3d4778e
SIMD plumbing
by johnmccutchan@google.com
· 12 years ago
595271f
Properly handle cascades in top-level functions
by hausner@google.com
· 12 years ago
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
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
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
1c9d22d
Collect type feedback for fields.
by vegorov@google.com
· 12 years ago
6c40cac
Remove streamSpawnUri and mangler.
by floitsch@google.com
· 12 years ago
55be673
A CL that only removes dead code from the VM compiler.
by fschneider@google.com
· 12 years ago
ea4bc3c
Change the IO buffer size on Windows to 32k
by sgjesse@google.com
· 12 years ago
99c42d2
Optimize smi multiply by 2 using shl by 1.
by fschneider@google.com
· 12 years ago
c60530d
Fix ARM and MIPS build after my last commit.
by fschneider@google.com
· 12 years ago
86da511
Replace scalarlist optimizations and split external array loads into two IL instructions.
by fschneider@google.com
· 12 years ago
428b58d
dart:io | Add Link.targetSync on all platforms.
by whesse@google.com
· 12 years ago
7055e7b
Add unhandledExceptionCallback to streamSpawnFunction.
by floitsch@google.com
· 12 years ago
8e49980
Revise duplicate interface check
by hausner@google.com
· 12 years ago
ab36f28
Fix DART_CHECK_VALID macro.
by podivilov@google.com
· 12 years ago
3681bc9
- Clone the find_mac_sdk.py script to automatically detect Mac OS SDK version.
by iposva@google.com
· 12 years ago
ed2e198
Mixins with Generics
by hausner@google.com
· 12 years ago
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
b0a2eca
dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows.
by whesse@google.com
· 12 years ago
f85fa4f
Make argument to StringSink.writeln optional.
by floitsch@google.com
· 12 years ago
ba07261
Avoid massive stack frames by allocating 64k buffers in the heap.
by ager@google.com
· 12 years ago
844cd39
Change getRange to sublist. Make getRange deprecated.
by lrn@google.com
· 12 years ago
bab488a
Allow String.fromCharCodes to work directly on a GrowableObjectArray.
by lrn@google.com
· 12 years ago
7b5a610
Make allocation of Dart parameters and local variables architecture independent.
by regis@google.com
· 12 years ago
7611d6f
Fixes a build warning about a format string.
by zra@google.com
· 12 years ago
76d507c
Add List.insert.
by floitsch@google.com
· 12 years ago
f1fa8c6
Fix bug in optimized byte array views on tranferable backing stores.
by fschneider@google.com
· 12 years ago
3316092
Fix typo in method calls for [] and []= operators in views.
by asiva@google.com
· 12 years ago
e723d17
Fix source generation for strings that have \$ in them.
by asiva@google.com
· 12 years ago
a792eec
Revert: Support TypedData getters/setters in the optimizer.
by fschneider@google.com
· 12 years ago
a25625e
Support TypedData getters/setters in the optimizer.
by fschneider@google.com
· 12 years ago
fb53f40
Add setOption method on Socket/RawSocket.
by ajohnsen@google.com
· 12 years ago
5b0ee63
Use offsetInBytes and not index in the get/set accessors of views.
by asiva@google.com
· 12 years ago
924e321
Optimize TypedData in the same way as ScalarList.
by fschneider@google.com
· 12 years ago
6e878e9
Remove Dart_GetScriptSource as it is not used anywhere.
by asiva@google.com
· 12 years ago
6b8987e
Add a command line option to generate source code for a script
by asiva@google.com
· 12 years ago
2987d53
dart:io | Add Link class, as sibling to File and Directory.
by whesse@google.com
· 12 years ago
2905da6
Fix build. Review URL: https://codereview.chromium.org//12607009
by zra@google.com
· 12 years ago
82367b3
Copies Simulator Debugger from ARM to MIPS.
by zra@google.com
· 12 years ago
caf1f9e
Run type propagation after LICM to ensure correct reaching types for hoisted values.
by vegorov@google.com
· 12 years ago
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
482b2f3
Move Options to dart:io.
by floitsch@google.com
· 12 years ago
c8f2a81
Rename Timer.repeating to Timer.periodic.
by floitsch@google.com
· 12 years ago
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
f594eec
Remove some assertion code in the GC from the release build.
by fschneider@google.com
· 12 years ago
Next »