<feed xmlns='http://www.w3.org/2005/Atom'>
<title>art/runtime/arch, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/'/>
<entry>
<title>ART: Remove unique-numbered labels from arm64 assembly</title>
<updated>2016-05-09T05:15:31+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2015-07-27T17:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=81dc9271819cdeeca81f6521b5cf418f4f9e0815'/>
<id>81dc9271819cdeeca81f6521b5cf418f4f9e0815</id>
<content type='text'>
Use local labels like 1, 2, 3 in macros. Clang does not support
the unique counter variable \@.

Bug: 22799850
Change-Id: I9ef1859be40b875ef4d7ae74ec1af52ad05f7352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use local labels like 1, 2, 3 in macros. Clang does not support
the unique counter variable \@.

Bug: 22799850
Change-Id: I9ef1859be40b875ef4d7ae74ec1af52ad05f7352
</pre>
</div>
</content>
</entry>
<entry>
<title>ART: Recognize cortex-a53.a57 for ARM features</title>
<updated>2016-02-02T21:08:26+00:00</updated>
<author>
<name>Andreas Gampe</name>
<email>agampe@google.com</email>
</author>
<published>2015-12-17T01:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=0e54f0d28174086916ca657c34802983b7c415ae'/>
<id>0e54f0d28174086916ca657c34802983b7c415ae</id>
<content type='text'>
Add cortex-a53.a57 to the hardware-divide recognized set. Add all
ARMv8 Cortex-A variants to the LPAE list.

Bug: 26221616
Change-Id: I0fd577e84952ce23f8a5577ae5061a841240d602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add cortex-a53.a57 to the hardware-divide recognized set. Add all
ARMv8 Cortex-A variants to the LPAE list.

Bug: 26221616
Change-Id: I0fd577e84952ce23f8a5577ae5061a841240d602
</pre>
</div>
</content>
</entry>
<entry>
<title>ART: Fix arm32 assembly for Clang</title>
<updated>2015-11-06T18:53:04+00:00</updated>
<author>
<name>Chih-Hung Hsieh</name>
<email>chh@google.com</email>
</author>
<published>2015-07-27T17:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=88f6ab1fcdb2fdc69a136501f37d4aea446011ae'/>
<id>88f6ab1fcdb2fdc69a136501f37d4aea446011ae</id>
<content type='text'>
Clang ignores .thumb_func and requires an explicit
.thumb directive, as given by the ARM Unified Assembler
Language. Conditionally add .thumb to thumb2 functions.

Bug: 22762844
Change-Id: I08abdb5f4e0ba5135d4ed850ca3e284203f95a03
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clang ignores .thumb_func and requires an explicit
.thumb directive, as given by the ARM Unified Assembler
Language. Conditionally add .thumb to thumb2 functions.

Bug: 22762844
Change-Id: I08abdb5f4e0ba5135d4ed850ca3e284203f95a03
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build breaks when using clang on M</title>
<updated>2015-11-06T18:52:31+00:00</updated>
<author>
<name>Keith Mok</name>
<email>kmok@cyngn.com</email>
</author>
<published>2015-11-06T18:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=e04680049b71bc86da439adf8e2aed067f7042a7'/>
<id>e04680049b71bc86da439adf8e2aed067f7042a7</id>
<content type='text'>
Change-Id: I02bb193cc45623191b4711ca27ccb51d2c79f971
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I02bb193cc45623191b4711ca27ccb51d2c79f971
</pre>
</div>
</content>
</entry>
<entry>
<title>ART: Add scorpion to the known cpu variants list</title>
<updated>2015-11-05T18:50:04+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@gmail.com</email>
</author>
<published>2015-10-26T21:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=e1de6f139d543546aceae8b26305a3246689fc6d'/>
<id>e1de6f139d543546aceae8b26305a3246689fc6d</id>
<content type='text'>
* Avoid logcat spam of:
10-26 20:37:57.846  2153  2153 W dex2oat : Unknown instruction set features for
ARM CPU variant (scorpion) using conservative defaults

Change-Id: I07db465e1f4a9c4cfb69b8d271ed41ec9a16eee5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Avoid logcat spam of:
10-26 20:37:57.846  2153  2153 W dex2oat : Unknown instruction set features for
ARM CPU variant (scorpion) using conservative defaults

Change-Id: I07db465e1f4a9c4cfb69b8d271ed41ec9a16eee5
</pre>
</div>
</content>
</entry>
<entry>
<title>ART: add new arm64 CPU variant kryo</title>
<updated>2015-10-06T19:12:59+00:00</updated>
<author>
<name>Wei Wang</name>
<email>wangw@codeaurora.org</email>
</author>
<published>2015-10-06T19:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=495fd5a5b4d2b7ac18c49de4c3d97009cba6d907'/>
<id>495fd5a5b4d2b7ac18c49de4c3d97009cba6d907</id>
<content type='text'>
Let ART recognize new arm64 CPU variant kryo.

Change-Id: Id8f6c616ab2ed19056fd1e3829b85b94a6e6eb84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let ART recognize new arm64 CPU variant kryo.

Change-Id: Id8f6c616ab2ed19056fd1e3829b85b94a6e6eb84
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix cfi information for x86." into mnc-dev</title>
<updated>2015-07-13T20:19:58+00:00</updated>
<author>
<name>Christopher Ferris</name>
<email>cferris@google.com</email>
</author>
<published>2015-07-13T20:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=22ee090292e9f2ab0326600a467294ecb8b0e2ad'/>
<id>22ee090292e9f2ab0326600a467294ecb8b0e2ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cfi information for x86.</title>
<updated>2015-07-13T19:21:00+00:00</updated>
<author>
<name>Christopher Ferris</name>
<email>cferris@google.com</email>
</author>
<published>2015-07-13T19:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=9f66589f3ca6055501c99333a19b69349b8f8568'/>
<id>9f66589f3ca6055501c99333a19b69349b8f8568</id>
<content type='text'>
With this change, I can now enable debug malloc fully.

Bug: 19071092
Change-Id: Iabfb18505feffb480504a8bbfbac60dd219ed48a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this change, I can now enable debug malloc fully.

Bug: 19071092
Change-Id: Iabfb18505feffb480504a8bbfbac60dd219ed48a
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize pDeoptimize quick entry pointer for Mips.</title>
<updated>2015-07-13T11:11:45+00:00</updated>
<author>
<name>Douglas Leung</name>
<email>douglas.leung@imgtec.com</email>
</author>
<published>2015-07-13T09:55:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=b5aeab1b86a27f2c421894daacf7376112b2fe17'/>
<id>b5aeab1b86a27f2c421894daacf7376112b2fe17</id>
<content type='text'>
This fixes art test 449-checker-bce.

(cherry picked from commit 2e8bf554574516e0e6a9b10ccd9f13bf56189795)

Bug: 21555893
Change-Id: I9a87c430168ea35984289b0b4a417aa0c659b6d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes art test 449-checker-bce.

(cherry picked from commit 2e8bf554574516e0e6a9b10ccd9f13bf56189795)

Bug: 21555893
Change-Id: I9a87c430168ea35984289b0b4a417aa0c659b6d5
</pre>
</div>
</content>
</entry>
<entry>
<title>Add implicit null pointer and stack overflow checks for Mips.</title>
<updated>2015-07-03T16:29:27+00:00</updated>
<author>
<name>Douglas Leung</name>
<email>douglas.leung@imgtec.com</email>
</author>
<published>2015-07-02T23:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/art/commit/?id=ccbbda2b716bcc0dd9ad7b6c7bf9079efa3fca23'/>
<id>ccbbda2b716bcc0dd9ad7b6c7bf9079efa3fca23</id>
<content type='text'>
(cherry picked from commit 22bb5a2ebc1e2724179faf4660b2735dcb185f21)

Bug: 21555893
Change-Id: I2a995be128a5603d08753c14956dd8c8240ac63c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 22bb5a2ebc1e2724179faf4660b2735dcb185f21)

Bug: 21555893
Change-Id: I2a995be128a5603d08753c14956dd8c8240ac63c
</pre>
</div>
</content>
</entry>
</feed>
