1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Artem Serov
974d289181 [runtime/vm] ARM64: Support unaligned memory accesses for regex.
Support unaligned memory accesses for regex compiler for arm64
target. Also fix a bug in LoadCodeUnitsInstr IL visitor where
Address::OperandSizeFor was used to get access size (which
returned size of one element independently of actual element
count).

Change-Id: I77c449c8597f8cfd500b8d701f72c39c46a443b7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121424
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
2019-10-15 20:11:40 +00:00
Ben Konyi
5fbf7720f8 [ VM ] Updated splay-tree licenses, added V8 project authors to AUTHORS
Change-Id: I02e38f3b80617d0d4ddf398cb94e8ee027d68e0c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100889
Reviewed-by: Zach Anderson <zra@google.com>
2019-04-30 19:50:46 +00:00
Alan Knight
9f69fc620b Add Cristian Almstrand to AUTHORS
BUG=
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1236153004 .
2015-07-16 09:51:56 -07:00
ricow@google.com
539baa1f8f Added 'Kenneth Endfinger' to AUTHORS file
Patch supplied by Kenneth Endfinger

R=ricow@google.com

Review URL: https://codereview.chromium.org//359483005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37815 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-30 12:27:29 +00:00
kevmoo@google.com
a9896e637f samples/pop_pop_win: now based on StageXL
R=sigmund@google.com

Review URL: https://codereview.chromium.org//242443008

Patch from K. Alex Gann <k.alexgann@gmail.com>.

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35231 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-21 22:57:06 +00:00
nweiz@google.com
f11614bb45 Add a context field to Message in shelf.
Originally https://codereview.chromium.org/226263007/.

BUG=https://code.google.com/p/dart/issues/detail?id=17992
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//239183005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35102 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-16 01:23:01 +00:00
kevmoo@google.com
f2f1aa824c Updated markdown library. This adds support for images in the doccumentation!
Here are the commits from the markdown library. This was a non-breaking
change but was versioned incorrectly.

See:
* https://github.com/dpeek/dart-markdown/pull/10
* https://github.com/dpeek/dart-markdown/issues/11

Review URL: https://codereview.chromium.org//217033005

Patch from Martin Charles <martincharles07@gmail.com>.

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34525 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 20:52:21 +00:00
nweiz@google.com
e47cf1319c Content-Type header is now stored with a case insensitive key.
Actually, all headers are. Added test that failed before this fix.

BUG=17405
R=nweiz@google.com

Review URL: https://codereview.chromium.org//198423002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33635 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-13 01:36:04 +00:00
ricow@google.com
ffa9d874c4 Move LICENSE, AUTHORS, PATENTS into the dart directory.
BUG: 16582

R=dgrove@google.com, kasperl@google.com, sgjesse@google.com

Review URL: https://codereview.chromium.org//156573003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32482 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 06:48:47 +00:00