Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.5.4.0
/
runtime
tag
c220bb82bc9586b3831804f0341e66537bc68c23
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
89638af99148184dd19f3b2a4019afde375e6c6f
0.5.4.0
6843db8
Implement Smi.toString in Dart instead of calling to C++ natives. Large performance improvement.
by srdjan@google.com
· 12 years ago
f005802
Improve load forwarding:
by vegorov@google.com
· 12 years ago
596f203
Do not copy immutable arrays in String.createFromCharCodes. Tighten the types a little in string_patch.dart.
by srdjan@google.com
· 12 years ago
3c10f6b
On MIPS, keeps Object::null() in a register.
by zra@google.com
· 12 years ago
a6fb096
- Fixed some old-style casts.
by iposva@google.com
· 12 years ago
6a78c0c
Add v6Only named argument to ServerSocket and etc.
by ajohnsen@google.com
· 12 years ago
76c8e61
Fix ARM memory addressing mode 3 in assembler. Update assembler test.
by regis@google.com
· 12 years ago
303011f
Enable all vm tests on simarm (skip 2 timing out byte array tests).
by regis@google.com
· 12 years ago
8e29370
BREAKING CHANGE: enforce part of directive
by hausner@google.com
· 12 years ago
aa1d4b4
Inline remaining Float32x4 operations.
by johnmccutchan@google.com
· 12 years ago
249ab96
Fix Android build.
by gram@google.com
· 12 years ago
7f1fac8
Loosen aggressive assert in debugger stack trace code
by hausner@google.com
· 12 years ago
aa2dd0a
On MIPS, uses more branch delay slots.
by zra@google.com
· 12 years ago
a516bbc
Enable IPv6 by default in dart:io.
by ajohnsen@google.com
· 12 years ago
2fdb878
Change the signature for all network bind calls.
by sgjesse@google.com
· 12 years ago
29f15c6
Instrument debugger to track down stack trace problems
by hausner@google.com
· 12 years ago
0334e1d
Fix missing pc descriptor for NoSuchMethodExceptions when calling closures with wrong number of arguments.
by srdjan@google.com
· 12 years ago
706e79d
Fix error reporting when calling static methods and closures withh mismatched arguments.
by srdjan@google.com
· 12 years ago
d852cd3
Another fix for debugging stack traces and captured variables.
by hausner@google.com
· 12 years ago
10c4dcb
Inline Float32x4 min,max,sqrt,reciprocal,reciprocalSqrt, and scale
by johnmccutchan@google.com
· 12 years ago
cd59df7
- Remove kFreeBit, as it is not needed any longer
by iposva@google.com
· 12 years ago
34d41f9
Track side-effect free paths in the graph to allow CSE and LICM for instructions that depend on some side-effects.
by vegorov@google.com
· 12 years ago
2e857ff
Put HashMap class in dart namespace.
by sgjesse@google.com
· 12 years ago
6c486c7
Add static getters for common internet addresses
by sgjesse@google.com
· 12 years ago
c24e005
Make ninja build on mac work
by kustermann@google.com
· 12 years ago
05e5da6
Remove include which was not needed
by sgjesse@google.com
· 12 years ago
23cf7f0
Fix compiler warning about bool conversion.
by fschneider@google.com
· 12 years ago
09f3f25
Uses slt and sltu for signed vs. unsigned comparison by the MIPS assembler.
by zra@google.com
· 12 years ago
0e030b6
Further improve type optimization reusing the type argument vector of the
by regis@google.com
· 12 years ago
04cb872
First step towards loading the core library scripts directly from the sources
by asiva@google.com
· 12 years ago
26c86b5
Inline Float32x4 comparison.
by johnmccutchan@google.com
· 12 years ago
3a37a55
Re-enables ARM cross-compile.
by zra@google.com
· 12 years ago
755a90a
Disables SIMMIPS test that is timing out.
by zra@google.com
· 12 years ago
6cc59c1
Enables API tests on MIPS
by zra@google.com
· 12 years ago
ae2ab93
Avoid yet another import of dart:_collection_dev in the core patch library. Use the prefix _collection_dev (already set up in dart:core imports) when accessing Symbol in the core patch library.
by asiva@google.com
· 12 years ago
8607801
Ensure that safepoints are assigned to the live ranges of constants.
by vegorov@google.com
· 12 years ago
0f6e4f5
Suppress test failure due to issue 10272.
by whesse@google.com
· 12 years ago
b51006a
Fix checked mode errors in previous commit
by sgjesse@google.com
· 12 years ago
2ef54d3
Add the ability to change the working directory
by sgjesse@google.com
· 12 years ago
1a286be
Align code by 32 bytes to reduce benchmark flakiness on Intel CPUs.
by vegorov@google.com
· 12 years ago
e06acc8
Move negative length checks from Dart into the native.
by srdjan@google.com
· 12 years ago
dd89943
Fix recognition of factories (for setting result cid) and add them to checks.
by srdjan@google.com
· 12 years ago
9d1341b
Fix bad copy&paste in InvokeMathCFunctionInstr::AttributesEqual.
by vegorov@google.com
· 12 years ago
dd9806e
Fix crashes in debug mode with optimizations turned off.
by srdjan@google.com
· 12 years ago
f934e19
Cleanup implementation of SmiToDouble to use unboxed double result.
by vegorov@google.com
· 12 years ago
8ab4688
Fix some minor nits:
by asiva@google.com
· 12 years ago
d7fdf7f
Fix context-allocated variables in stack traces
by hausner@google.com
· 12 years ago
f2cfdc2
- Disassociate old page size from new allocatable size.
by iposva@google.com
· 12 years ago
2de2e61
Improve type optimization reusing the type argument vector of the instantiator
by regis@google.com
· 12 years ago
df712e1
Inline Float32x4 constructors
by johnmccutchan@google.com
· 12 years ago
bc58669
Get the OpenGLUI emulator building again on the desktop. Mostly this is applying the changes here:
by gram@google.com
· 12 years ago
566643c
Disables a debugger test for MIPS.
by zra@google.com
· 12 years ago
a49ab3a
Adds support for debugger API on MIPS.
by zra@google.com
· 12 years ago
81eb689
Implement a tryParseSmi function in Dart for quick and frequent parsing of Smis.
by srdjan@google.com
· 12 years ago
ebbc202
Put everything in runtime/bin into '::dart::bin' namespace.
by smok@google.com
· 12 years ago
2fb7cf7
- Print "top-level" instead of "class '::'" in NoSuchMethodErrors.
by iposva@google.com
· 12 years ago
fbc931e
Report OOM errors instead of asserting on allocation failures when sending
by asiva@google.com
· 12 years ago
51e4445
Fix debugging of top-level getters
by hausner@google.com
· 12 years ago
52a0f3c
Enable api tests on ARM. Disable generation of optimized code on ARM and MIPS.
by regis@google.com
· 12 years ago
c34810f
Preserve aggregate count when creating unary checks ICData.
by vegorov@google.com
· 12 years ago
632e9c7
Implements missing features to run Hello, World in checked mode on MIPS.
by zra@google.com
· 12 years ago
7ce7e98
- Do not include unneeded platform/json.h.
by iposva@google.com
· 12 years ago
d4e0eae
- Avoid warnings when building with clang.
by iposva@google.com
· 12 years ago
d273099
Fix broken Mac OS socket code
by sgjesse@google.com
· 12 years ago
ca706b0
Disable IPv6 lookup by default.
by ajohnsen@google.com
· 12 years ago
e0e13fe
Fix missing concurrency check in [].forEach.
by lrn@google.com
· 12 years ago
55963a1
Add new InternetAddress class with a static lookup function (including IPv6
by ajohnsen@google.com
· 12 years ago
f721629
Change libraries map to use Uri.
by johnniwinther@google.com
· 12 years ago
60946b5
Revert "Add new InternetAddress class with a static lookup function (including IPv6 results)."
by ajohnsen@google.com
· 12 years ago
81290b9
Trying another fix.
by ajohnsen@google.com
· 12 years ago
423025b
Attempt to fix strict align issue.
by ajohnsen@google.com
· 12 years ago
20d1f5d
Add new InternetAddress class with a static lookup function (including IPv6 results).
by ajohnsen@google.com
· 12 years ago
8e2bd19
Disable a stack frame test in checked mode on simulated MIPS.
by zra@google.com
· 12 years ago
4190de5
Enables stack frame vm tests on MIPS.
by zra@google.com
· 12 years ago
6973643
Implements catch on MIPS. Enables UnhandledException test for MIPS.
by zra@google.com
· 12 years ago
08c99e8
Inline Float32x4 Getters
by johnmccutchan@google.com
· 12 years ago
5c785e4
Add fallback to load the original version of dart:io library
by podivilov@google.com
· 12 years ago
ad6005e
Support debugger API on ARM.
by regis@google.com
· 12 years ago
78e4473
Yet another couple
by ager@google.com
· 12 years ago
6d8365e
Update more fingerprints.
by ager@google.com
· 12 years ago
a52499a
Fixing more fingerprints. What is the right way to find all of these?
by ager@google.com
· 12 years ago
be777a1a
Fix another unused-private-field clang error.
by kmillikin@google.com
· 12 years ago
4f1a6ec
More fixes. Thanks to Slava for reminding me of check-function-fingerprints flag.
by ager@google.com
· 12 years ago
63c9818
Fix wrong typed_data change.
by ager@google.com
· 12 years ago
431954b
Rename dart:typeddata to dart:typed_data.
by ager@google.com
· 12 years ago
554a845
Make List.remove return boolean.
by lrn@google.com
· 12 years ago
207d8eb
Optimize static field and context load/stores as part of CSE pass.
by vegorov@google.com
· 12 years ago
afcb3ce
Revert "Add new InternetAddress class with a static lookup function (including IPv6 results)"
by sgjesse@google.com
· 12 years ago
042dbc4
Anoher try to avoid GCC strict-aliasing error
by sgjesse@google.com
· 12 years ago
6b4d9bf
Try to avoid GCC strict-aliasing error
by sgjesse@google.com
· 12 years ago
b33d142
Add new InternetAddress class with a static lookup function (including IPv6 results).
by ajohnsen@google.com
· 12 years ago
9eab35b
- Remove redundant include of platform/globals.h.
by iposva@google.com
· 12 years ago
efcd056
Support upgrading sockets to secure sockets
by sgjesse@google.com
· 12 years ago
6c4ac09
- Remove heap tracing.
by iposva@google.com
· 12 years ago
d41cdc6
Mark Float32x4List as fixed length array.
by johnmccutchan@google.com
· 12 years ago
e411541
Implements exception handler stub on MIPS.
by zra@google.com
· 12 years ago
72a4fed
Implement list isolates command
by hausner@google.com
· 12 years ago
682cff0
Implements context allocation stub for MIPS.
by zra@google.com
· 12 years ago
f74e8a0
Revert "- Do not keep growing when creating Lists from Iterables."
by floitsch@google.com
· 12 years ago
8b62471
- Check for error when creating the source string.
by iposva@google.com
· 12 years ago
Next »