Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.5.7.1
/
runtime
tag
d5fc504fce69c1bca51cba7c8a4e27ae6c52e849
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
1efbbc40f45fae8b8df14e4cc83c0ec6697ef8a6
0.5.7.1
70d8860
Optimize concatenation of lists of onebyte strings by implementing it in Dart.
by srdjan@google.com
· 12 years ago
30b5101
Fix for issue 10488 standalone/basic_debugger_test flaky
by asiva@google.com
· 12 years ago
ddc9d23
Inline _OneByteString._setAt. The key knowledge is that _setAt is an internal method that has to be called with correct arguments, therefore no checks are needed.
by srdjan@google.com
· 12 years ago
b51b053
Remove print_bootstrap flag as it is not needed anymore considering that we
by asiva@google.com
· 12 years ago
5cecc4b
Fix windows build break.
by asiva@google.com
· 12 years ago
dee3999
Fix windows build.
by asiva@google.com
· 12 years ago
89ef11e
Final step towards loading core library scripts directly from the sources
by asiva@google.com
· 12 years ago
d83e6dd
Fix Clank+Dart compilation.
by podivilov@google.com
· 12 years ago
3cf4ca8
Speculative fix for android build.
by ricow@google.com
· 12 years ago
e5d6ee2
Minor cleanup.
by asiva@google.com
· 12 years ago
2565ca2
Implement a variation of scalar replacement for non-escaping allocations.
by vegorov@google.com
· 12 years ago
fabc87d
Fixes for integer division on ARM hardware so that assembler tests pass.
by zra@google.com
· 12 years ago
53347a3
Remove stack_frame_<arch>.cc files.
by regis@google.com
· 12 years ago
3c0e1cc
Add extra Dart_FileReadCallback argument to android embedder
by vsm@google.com
· 12 years ago
5868a6b
Use the constant pool for all constants, not just null.
by kmillikin@google.com
· 12 years ago
c3c9424
Fix dartbug.com/10415:
by iposva@google.com
· 12 years ago
4577abd
Third step towards loading core library scripts directly from the sources
by asiva@google.com
· 12 years ago
7e31a88
Initial support for polymorphic inlining.
by kmillikin@google.com
· 12 years ago
fbfcf71
Fix build break in --checked mode.
by asiva@google.com
· 12 years ago
469ff38
Fix for issue 10395, call noSuchMethod if a method is not found when using the Dart C API.
by asiva@google.com
· 12 years ago
968ebcf
Make Completers asynchronous.
by floitsch@google.com
· 12 years ago
79a5d57
Fixed bug in vm/benchmark_test.h
by kustermann@google.com
· 12 years ago
1b3aff5
Change async read buffer sizes on Windows
by sgjesse@google.com
· 12 years ago
ab188d3
Improve performance of String.fromCharCodes by implementing it in Dart. Add tow internal natives to Dart in order to be able to allocate and fill a String. Next step is to implement String.concatAll in Dart as well and to inline String._setAt operation (currently intrinsified).
by srdjan@google.com
· 12 years ago
ea5a391
Resubmit 22380 after fixing the windows build.
by asiva@google.com
· 12 years ago
880af69
Introduce architecture specific headers describing Dart stack frames.
by regis@google.com
· 12 years ago
083c9e5
- Remember the fact that an object has been added to the
by iposva@google.com
· 12 years ago
deeb192
Cleanup deoptimization code to make it architecture independent (in progress).
by regis@google.com
· 12 years ago
dab8758
Revert 22380 to investigate windows build break.
by asiva@google.com
· 12 years ago
27e78fb
Second step towards loading core library scripts directly from the sources
by asiva@google.com
· 12 years ago
0ae62a7
dart:io | Implement truly asynchronous version of FileSystemEntity.type().
by whesse@google.com
· 12 years ago
b8c729f
Mark test as flaky
by sgjesse@google.com
· 12 years ago
396011b
dart:io | Add asynchronous versions of the methods of FileSystemEntity and Link.
by whesse@google.com
· 12 years ago
74364b1
Potentially fix the crash reported in Issue 10385
by asiva@google.com
· 12 years ago
87ae3bb
Allows "Hello, world!" to run on ARM hardware.
by zra@google.com
· 12 years ago
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
Next »