Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.3.1
/
runtime
tag
b6a91d6468d2c91b24b47d71f3fe91d53f528f56
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
3f1f1fb2e76f1b114b23dfd56f16039c25758728
0.4.3.1
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
74d4e1f
Remove virtual functions on class InliningContext.
by kmillikin@google.com
· 12 years ago
3eab4ce
Fix typo in typeddate.dart.
by ajohnsen@google.com
· 12 years ago
7ba1326
Disable stack context when its frame is for optimized code.
by tball@google.com
· 12 years ago
58e396f
Added include for SkTypeface
by vsm@google.com
· 12 years ago
681ffda
Change ImageElement to use onLoad.listen instead of on.load and
by gram@google.com
· 12 years ago
65718c5
Rename XMatching to XWhere.
by floitsch@google.com
· 12 years ago
ef62519
Add a new, separate block entry instruction for catch-blocks.
by fschneider@google.com
· 12 years ago
69d0484
- Use dart:typedata types in the Dart API calls.
by asiva@google.com
· 12 years ago
6a70178
Decode ic data and arguments descriptor passed in calls on ARM.
by regis@google.com
· 12 years ago
ad80045
Adds MIPS instructions to simulator, assembler, disassembler
by zra@google.com
· 12 years ago
cead1d4
ceil/floor/truncate/round return integers.
by floitsch@google.com
· 12 years ago
a429f3a
Fix checked mode error on socket IOSink
by sgjesse@google.com
· 12 years ago
a301711
Handle /dev/null on linux, as an closed device.
by ajohnsen@google.com
· 12 years ago
2eb5953
Fix of file descriptor inheritance problem in process_{linux,android,mac}
by kustermann@google.com
· 12 years ago
c94a722
Remove unused context-level from LoadLocal/StoreLocal IL instructions.
by fschneider@google.com
· 12 years ago
53f877e
Rename String.concat to operator+.
by lrn@google.com
· 12 years ago
d095908
Inline ByteArray setters like setUint8 in the optimizer.
by fschneider@google.com
· 12 years ago
43c13f4
dart:io | Revert addition of Link class, because it conflicts with a Link class in dart2js.
by whesse@google.com
· 12 years ago
31c6f8d
dart:io | Add Link class, as sibling to File and Directory.
by whesse@google.com
· 12 years ago
cf60528
Add first version of runAsync.
by floitsch@google.com
· 12 years ago
5dc8107
Revert "Remove Expect from core library."
by floitsch@google.com
· 13 years ago
12dbd2f
Remove Expect from core library.
by floitsch@google.com
· 13 years ago
3b5c3e6
Add the allocator intrinsics for dart:typeddata implementation.
by asiva@google.com
· 13 years ago
6699610
Adds a few MIPS arithmetic instructions to the simulator, assembler, disassembler
by zra@google.com
· 13 years ago
7766ac7
Implement leaf runtime call stub on ARM and corresponding call redirection
by regis@google.com
· 13 years ago
eeeeecb
Add pass to remove empty blocks and recompute fall-through targets.
by vegorov@google.com
· 13 years ago
fc899d6
Add the typed data classes to the do not extend list.
by asiva@google.com
· 13 years ago
b95087e
Implement native call stub on ARM and native call redirection in ARM simulator.
by regis@google.com
· 13 years ago
2c21d3d
Move Float32x4 tests out of runtime/vm/tests into tests/standalone
by johnmccutchan@google.com
· 13 years ago
dd48256
Remove deprecated StringBuffer.add, addAll and addCharCode.
by floitsch@google.com
· 13 years ago
cd9bcfe
Remove references to capital-D-Dynamic.
by lrn@google.com
· 13 years ago
Next »