OSDN Git Service

android-x86/art.git
7 years agoMerge "Improve sharpening for read barrier image HLoadClass" am: 2722620b24
Mathieu Chartier [Mon, 19 Sep 2016 20:23:40 +0000 (20:23 +0000)]
Merge "Improve sharpening for read barrier image HLoadClass" am: 2722620b24
am: c6508cebf9

Change-Id: Ie0e359d85c1b797e26d68733bde1f8e6d6e71097

7 years agoMerge "Improve sharpening for read barrier image HLoadClass"
Mathieu Chartier [Mon, 19 Sep 2016 20:17:14 +0000 (20:17 +0000)]
Merge "Improve sharpening for read barrier image HLoadClass"
am: 2722620b24

Change-Id: I874f1652f6a717e2c945f6eaf070d4d1c396a514

7 years agoMerge "Improve sharpening for read barrier image HLoadClass"
Treehugger Robot [Mon, 19 Sep 2016 20:04:19 +0000 (20:04 +0000)]
Merge "Improve sharpening for read barrier image HLoadClass"

7 years agoMerge "Fix mac build" am: c520f85302
Colin Cross [Mon, 19 Sep 2016 20:03:38 +0000 (20:03 +0000)]
Merge "Fix mac build" am: c520f85302
am: fa6a372b21

Change-Id: I9ac106f68bbe752c6f7eca658a2c799169836e0f

7 years agoMerge "Fix mac build"
Colin Cross [Mon, 19 Sep 2016 20:01:04 +0000 (20:01 +0000)]
Merge "Fix mac build"
am: c520f85302

Change-Id: I5b79dd8a9d5035d8db240a9cab35de12a53367a1

7 years agoMerge "Fix mac build"
Treehugger Robot [Mon, 19 Sep 2016 19:47:40 +0000 (19:47 +0000)]
Merge "Fix mac build"

7 years agoMerge "Revert "Revert "test: Remove icu cleanup hack""" am: 9aec85619f
Igor Murashkin [Mon, 19 Sep 2016 18:45:53 +0000 (18:45 +0000)]
Merge "Revert "Revert "test: Remove icu cleanup hack""" am: 9aec85619f
am: 55646af814

Change-Id: Id1f371296dbbdfbcd0d21e79a37d81bc27e3b920

7 years agoMerge "Revert "Revert "test: Remove icu cleanup hack"""
Igor Murashkin [Mon, 19 Sep 2016 18:42:52 +0000 (18:42 +0000)]
Merge "Revert "Revert "test: Remove icu cleanup hack"""
am: 9aec85619f

Change-Id: I0b2257617f6984542ade989825c2a4c3fbbf64a0

7 years agoMerge "Revert "Revert "test: Remove icu cleanup hack"""
Treehugger Robot [Mon, 19 Sep 2016 18:28:07 +0000 (18:28 +0000)]
Merge "Revert "Revert "test: Remove icu cleanup hack"""

7 years agoFix mac build
Colin Cross [Mon, 19 Sep 2016 17:40:05 +0000 (10:40 -0700)]
Fix mac build

Move darwin disabling to art_test_defaults to disable mac build for
libarttest.

Test: mmma -j art on mac
Change-Id: I972245ddbacea274087d9231e4788bd9f2d6fe6b

7 years agoImprove sharpening for read barrier image HLoadClass
Mathieu Chartier [Fri, 16 Sep 2016 21:16:42 +0000 (14:16 -0700)]
Improve sharpening for read barrier image HLoadClass

Handle MarkInBoot image for LoadKind::kReferrersClass. This reduces
read barriers for the boot image if the referring class is in
the boot image.

Only really helps CC case, TODO avoid doing the work for non CC?

ARM64 CC baker boot.oat: 48006064 -> 47916736

Bug: 29516974

Test: test-art-host CC baker

Change-Id: Ibfa0cf0a3b888ad0e53c2d95a38e330b79e7443c

7 years agoMerge "Ensure class is initialized when reading its fields from debugger." am: 6a40fc9bbb
Jeff Hao [Mon, 19 Sep 2016 17:42:38 +0000 (17:42 +0000)]
Merge "Ensure class is initialized when reading its fields from debugger." am: 6a40fc9bbb
am: 026a641339

Change-Id: I45c759cd26be0fe55ac4eed5dd1806b685c8bc0e

7 years agoMerge "Ensure class is initialized when reading its fields from debugger."
Jeff Hao [Mon, 19 Sep 2016 17:39:38 +0000 (17:39 +0000)]
Merge "Ensure class is initialized when reading its fields from debugger."
am: 6a40fc9bbb

Change-Id: Iae28794d6ca5a59d699236ad0218960b3a2ca648

7 years agoMerge "Ensure class is initialized when reading its fields from debugger."
Treehugger Robot [Mon, 19 Sep 2016 17:34:41 +0000 (17:34 +0000)]
Merge "Ensure class is initialized when reading its fields from debugger."

7 years agoMerge "Convert art runtests to Android.bp" am: 904614f008
Colin Cross [Mon, 19 Sep 2016 17:20:02 +0000 (17:20 +0000)]
Merge "Convert art runtests to Android.bp" am: 904614f008
am: b471e2439f

Change-Id: I9df82033ad96dfb790ded2451a0160c66336890d

7 years agoMerge "Convert art runtests to Android.bp"
Colin Cross [Mon, 19 Sep 2016 17:17:02 +0000 (17:17 +0000)]
Merge "Convert art runtests to Android.bp"
am: 904614f008

Change-Id: Ie9c606e11f31219b4ec86672509f3d103431b43c

7 years agoMerge "Convert art runtests to Android.bp"
Colin Cross [Mon, 19 Sep 2016 17:12:37 +0000 (17:12 +0000)]
Merge "Convert art runtests to Android.bp"

7 years agoConvert art runtests to Android.bp
Colin Cross [Fri, 16 Sep 2016 20:47:21 +0000 (13:47 -0700)]
Convert art runtests to Android.bp

Build the art runtest libraries with Android.bp.  The host test
libraries move from out/host/linux-x86/lib[64] to
out/host/linux-x86/nativetest[64], and the device test libraires from
/data/artest/${TARGET_ARCH} to /data/nativetest[64]/art/${TARGET_ARCH},
which requires adding nativetest to the library search path, and fixing
some tests to support multiple entries in library search paths.

Test: m -j test-art-host
Test: m -j test-art-target
Change-Id: I2118a3292f22f275954ddd7cdd4e12287fe47808

7 years agoMerge "Remove the `CanTriggerGC` side-effects on a few instructions." am: ec88abde59
Roland Levillain [Mon, 19 Sep 2016 17:10:31 +0000 (17:10 +0000)]
Merge "Remove the `CanTriggerGC` side-effects on a few instructions." am: ec88abde59
am: e61e2447fe

Change-Id: I00436a6e8eb511c3dd2c74fe0fbcaa3654107673

7 years agoMerge "Remove the `CanTriggerGC` side-effects on a few instructions."
Roland Levillain [Mon, 19 Sep 2016 17:07:30 +0000 (17:07 +0000)]
Merge "Remove the `CanTriggerGC` side-effects on a few instructions."
am: ec88abde59

Change-Id: I67986e0771206a5ddf0742ec0f51653983d38242

7 years agoMerge "Remove the `CanTriggerGC` side-effects on a few instructions."
Roland Levillain [Mon, 19 Sep 2016 16:59:14 +0000 (16:59 +0000)]
Merge "Remove the `CanTriggerGC` side-effects on a few instructions."

7 years agoRevert "Revert "test: Remove icu cleanup hack""
Igor Murashkin [Mon, 19 Sep 2016 16:12:22 +0000 (16:12 +0000)]
Revert "Revert "test: Remove icu cleanup hack""

This reverts commit 3c73829dbd9993b821171cdfe604d69a8330a20b.

Change-Id: Ib911f65456f522d0d8ac732aa3fa646217f126ca

7 years agoMerge "Include `nodes.h` in `nodes_shared.h` to help editing tools." am: 8cb366a7ba
Alexandre Rames [Mon, 19 Sep 2016 16:24:25 +0000 (16:24 +0000)]
Merge "Include `nodes.h` in `nodes_shared.h` to help editing tools." am: 8cb366a7ba
am: 4611c1a656

Change-Id: I38949b1c77042aba81a454c03a059881d4b630de

7 years agoMerge "Include `nodes.h` in `nodes_shared.h` to help editing tools."
Alexandre Rames [Mon, 19 Sep 2016 16:17:21 +0000 (16:17 +0000)]
Merge "Include `nodes.h` in `nodes_shared.h` to help editing tools."
am: 8cb366a7ba

Change-Id: I3b2e4505aa016787100980a912c8cd7d13b3ad9a

7 years agoMerge "Include `nodes.h` in `nodes_shared.h` to help editing tools."
Treehugger Robot [Mon, 19 Sep 2016 16:06:00 +0000 (16:06 +0000)]
Merge "Include `nodes.h` in `nodes_shared.h` to help editing tools."

7 years agoMerge "Minor induction variable analysis changes." am: 28079d33e1
Aart Bik [Mon, 19 Sep 2016 15:24:42 +0000 (15:24 +0000)]
Merge "Minor induction variable analysis changes." am: 28079d33e1
am: 6add2d484a

Change-Id: I9bd2774f220eefc1b767753a97957ee331c846c4

7 years agoMerge "Minor induction variable analysis changes."
Aart Bik [Mon, 19 Sep 2016 15:20:11 +0000 (15:20 +0000)]
Merge "Minor induction variable analysis changes."
am: 28079d33e1

Change-Id: Ic7bfc3c6ad0b551f859b1efd71caa6d88eec2b36

7 years agoMerge "Minor induction variable analysis changes."
Aart Bik [Mon, 19 Sep 2016 15:11:36 +0000 (15:11 +0000)]
Merge "Minor induction variable analysis changes."

7 years agoMerge "ARM: VIXL32: Implement a disassembler." am: 932e7d89ad
Roland Levillain [Mon, 19 Sep 2016 14:26:30 +0000 (14:26 +0000)]
Merge "ARM: VIXL32: Implement a disassembler." am: 932e7d89ad
am: f468cdd312

Change-Id: If63a9eeccef0cac7684efe4526ec9228e647d603

7 years agoMerge "ARM: VIXL32: Implement a disassembler."
Roland Levillain [Mon, 19 Sep 2016 14:23:30 +0000 (14:23 +0000)]
Merge "ARM: VIXL32: Implement a disassembler."
am: 932e7d89ad

Change-Id: I1ca4882a776fb4a7e8fade6ac2bbc0b5773953bb

7 years agoMerge "ARM: VIXL32: Implement a disassembler."
Roland Levillain [Mon, 19 Sep 2016 14:17:04 +0000 (14:17 +0000)]
Merge "ARM: VIXL32: Implement a disassembler."

7 years agoInclude `nodes.h` in `nodes_shared.h` to help editing tools.
Alexandre Rames [Mon, 19 Sep 2016 12:56:18 +0000 (13:56 +0100)]
Include `nodes.h` in `nodes_shared.h` to help editing tools.

This include does not change anything to compilation, but it helps
editing tools (e.g. YouCompleteMe) to show proper error messages when
editing that file.

Test: mma -j40

Change-Id: I5ebd03040cfc90daa41faf85f273a86525207f19

7 years agoRemove the `CanTriggerGC` side-effects on a few instructions.
Alexandre Rames [Mon, 19 Sep 2016 12:54:30 +0000 (13:54 +0100)]
Remove the `CanTriggerGC` side-effects on a few instructions.

The side-effect was specified for these instructions as they call
runtime. We now have a list of entrypoints that we know cannot trigger
GC. We can avoid requiring the side-effect for those.

Test: Run ART test suite on Nexus 5X and host.

Change-Id: I0e0e6a4d701ce6c75aff486cb0d1bc7fe2e8dda4

7 years agoMerge "MIPS64: Fix overlapping use of "in" & "out" registers." am: f65366918e
Nicolas Geoffray [Mon, 19 Sep 2016 12:48:42 +0000 (12:48 +0000)]
Merge "MIPS64: Fix overlapping use of "in" & "out" registers." am: f65366918e
am: 00e12b796b

Change-Id: I140b9edb43ee92700dd4375ae42760f76e510b18

7 years agoMerge "MIPS64: Fix overlapping use of "in" & "out" registers."
Nicolas Geoffray [Mon, 19 Sep 2016 12:45:42 +0000 (12:45 +0000)]
Merge "MIPS64: Fix overlapping use of "in" & "out" registers."
am: f65366918e

Change-Id: I24d120adc95b63d4fb6a746cade3fc14926d5261

7 years agoMerge "MIPS64: Fix overlapping use of "in" & "out" registers."
Nicolas Geoffray [Mon, 19 Sep 2016 12:38:05 +0000 (12:38 +0000)]
Merge "MIPS64: Fix overlapping use of "in" & "out" registers."

7 years agoMerge "Move ART_HOST_TEST_DIR to Android.common_test.mk" am: 834582c4b0
Dan Willemsen [Mon, 19 Sep 2016 11:51:31 +0000 (11:51 +0000)]
Merge "Move ART_HOST_TEST_DIR to Android.common_test.mk" am: 834582c4b0
am: 6ab1642375

Change-Id: Iadd96151f37838cbc40a9af277f791785b1049ea

7 years agoMerge "Move ART_HOST_TEST_DIR to Android.common_test.mk"
Dan Willemsen [Mon, 19 Sep 2016 11:48:31 +0000 (11:48 +0000)]
Merge "Move ART_HOST_TEST_DIR to Android.common_test.mk"
am: 834582c4b0

Change-Id: I28dd222a6f43995609fb0489f494a136e0effab9

7 years agoMerge "Move ART_HOST_TEST_DIR to Android.common_test.mk"
Treehugger Robot [Mon, 19 Sep 2016 11:41:32 +0000 (11:41 +0000)]
Merge "Move ART_HOST_TEST_DIR to Android.common_test.mk"

7 years agoMerge "MIPS32: Improve storing of constants in fields and array elements" am: 855c7eb6b4
Alexey Frunze [Mon, 19 Sep 2016 09:30:06 +0000 (09:30 +0000)]
Merge "MIPS32: Improve storing of constants in fields and array elements" am: 855c7eb6b4
am: 6c2ca55695

Change-Id: I44e85316975c3a39dc3ca23c53e1a2879d30f880

7 years agoMerge "MIPS32: Improve storing of constants in fields and array elements"
Alexey Frunze [Mon, 19 Sep 2016 09:27:05 +0000 (09:27 +0000)]
Merge "MIPS32: Improve storing of constants in fields and array elements"
am: 855c7eb6b4

Change-Id: I47a2f35d0a589132f5ed42215cdfe58cda21b966

7 years agoMerge "MIPS32: Improve storing of constants in fields and array elements"
Treehugger Robot [Mon, 19 Sep 2016 09:20:18 +0000 (09:20 +0000)]
Merge "MIPS32: Improve storing of constants in fields and array elements"

7 years agoMerge "Revert "test: Remove icu cleanup hack"" am: 53c5337b04
Colin Cross [Mon, 19 Sep 2016 08:44:58 +0000 (08:44 +0000)]
Merge "Revert "test: Remove icu cleanup hack"" am: 53c5337b04
am: 58490e1301

Change-Id: Iab870a9ef7500c36a0c5df8bf7b5ed87ba791ccb

7 years agoMerge "Revert "test: Remove icu cleanup hack""
Colin Cross [Mon, 19 Sep 2016 08:41:27 +0000 (08:41 +0000)]
Merge "Revert "test: Remove icu cleanup hack""
am: 53c5337b04

Change-Id: Ic37957922c05b6b1dbe4a5cd3cfd4b5c53b7dbb0

7 years agoMerge "Revert "test: Remove icu cleanup hack""
Treehugger Robot [Mon, 19 Sep 2016 08:30:51 +0000 (08:30 +0000)]
Merge "Revert "test: Remove icu cleanup hack""

7 years agoRevert "test: Remove icu cleanup hack"
Colin Cross [Sun, 18 Sep 2016 00:27:24 +0000 (17:27 -0700)]
Revert "test: Remove icu cleanup hack"

This reverts commit d4b294c14bd4e1654b276b931ee035b895b8e6cd.
Without this hack, the gCommonICUDataArray seems to
non-deterministically accumulate entries, and sometimes overflows,
causing test failures.

Bug: 31469648
Test: gdb /data/nativetest64/art/arm64/art_runtime_compiler_tests/reflection_test
Change-Id: Ie5a5b7b957de79758a227bfd2919b4cd0155cde8

7 years agoMerge "Remove TypeLookupTable from DexFile." am: 6a4abc633f
David Sehr [Sat, 17 Sep 2016 20:46:35 +0000 (20:46 +0000)]
Merge "Remove TypeLookupTable from DexFile." am: 6a4abc633f
am: e6178e2143

Change-Id: I7bacb482941511036308fe7d10b5deda88e64bb6

7 years agoMerge "Remove TypeLookupTable from DexFile."
David Sehr [Sat, 17 Sep 2016 20:44:02 +0000 (20:44 +0000)]
Merge "Remove TypeLookupTable from DexFile."
am: 6a4abc633f

Change-Id: Id26c8ab42a7282582937939f9d700523c30975bd

7 years agoMerge "Remove TypeLookupTable from DexFile."
Treehugger Robot [Sat, 17 Sep 2016 20:29:44 +0000 (20:29 +0000)]
Merge "Remove TypeLookupTable from DexFile."

7 years agoMerge "Fix 2ND arch gtest testing." am: 8d0e6c5c18
Nicolas Geoffray [Sat, 17 Sep 2016 13:48:19 +0000 (13:48 +0000)]
Merge "Fix 2ND arch gtest testing." am: 8d0e6c5c18
am: c2900a01c4

Change-Id: I4ada5618ec797fc728cd8e5984a2587ce6ea7b6c

7 years agoMerge "Fix 2ND arch gtest testing."
Nicolas Geoffray [Sat, 17 Sep 2016 13:45:49 +0000 (13:45 +0000)]
Merge "Fix 2ND arch gtest testing."
am: 8d0e6c5c18

Change-Id: Id04e0c3149b6280e5cfd67b609276ac297020072

7 years agoMerge "Fix 2ND arch gtest testing."
Nicolas Geoffray [Sat, 17 Sep 2016 13:39:09 +0000 (13:39 +0000)]
Merge "Fix 2ND arch gtest testing."

7 years agoMove ART_HOST_TEST_DIR to Android.common_test.mk
Dan Willemsen [Sat, 17 Sep 2016 00:11:36 +0000 (17:11 -0700)]
Move ART_HOST_TEST_DIR to Android.common_test.mk

I'm improving Kati's re-run detection, and this $(shell echo $$PPID) now
now causes us to reparse all of the makefiles every time, since it
really does change on each execution. But if you aren't running the ART
tests, this doesn't actually get used.

So punt this over to only executing when you're including the test
runner -- it's not ideal, since you'll be reparsing the makefiles every
time you want to run the tests. Depending on the desired behavior, this
should be able to be implemented without depending on the PID of Kati,
or the test runner can be moved out of the build system, since most of
the builds here have moved to Soong now.

Bug: 30947985
Test: Compare build.ninja before and after this change, only change is
      the valgrind-test-art-target* targets.
Test: m -j test-art-host
Change-Id: Ibbc0f20e407bf70bce64d3428be5808d78bdaf91

7 years agoRemove TypeLookupTable from DexFile.
David Sehr [Fri, 16 Sep 2016 01:13:52 +0000 (18:13 -0700)]
Remove TypeLookupTable from DexFile.

One more step towards removing runtime dependencies from the DexFile
API.  This severs the ties to OatFile.  Work remains to move MemMap out
of DexFile.

Bug: 22322814
Change-Id: I29e7ad8fd292c7919ed2689dc754b958b88d6819
Test: test-art-host

7 years agoMerge "Add a comment to dex2oat's parent pid logging" am: 47c22ff721
Aart Bik [Fri, 16 Sep 2016 21:37:54 +0000 (21:37 +0000)]
Merge "Add a comment to dex2oat's parent pid logging" am: 47c22ff721
am: 55eba31217

Change-Id: Ibb637fc7474fe11d647f2295453e0690c21b0818

7 years agoMerge "Add a comment to dex2oat's parent pid logging"
Aart Bik [Fri, 16 Sep 2016 21:35:54 +0000 (21:35 +0000)]
Merge "Add a comment to dex2oat's parent pid logging"
am: 47c22ff721

Change-Id: Id0ca435c27d91048f8071a5f6eee24b769d876c7

7 years agoMinor induction variable analysis changes.
Aart Bik [Fri, 16 Sep 2016 17:15:19 +0000 (10:15 -0700)]
Minor induction variable analysis changes.

Rationale:
Few extra comments, added replacement of loop control functionality.
All in preparation of bigger loop optimizations CL.

Change-Id: Ie2243c3c8b57b2901654b05fb200e9d80a0cb641
Test: test-art

7 years agoMerge "Add a comment to dex2oat's parent pid logging"
Aart Bik [Fri, 16 Sep 2016 21:30:54 +0000 (21:30 +0000)]
Merge "Add a comment to dex2oat's parent pid logging"

7 years agoFix 2ND arch gtest testing.
Nicolas Geoffray [Fri, 16 Sep 2016 15:41:43 +0000 (16:41 +0100)]
Fix 2ND arch gtest testing.

Change-Id: I944feac324c49a95904f69d7b03b072e7150c134

7 years agoMerge "Fix a deadlock in the CC collector." am: be3a3ee02f
Hiroshi Yamauchi [Fri, 16 Sep 2016 18:07:32 +0000 (18:07 +0000)]
Merge "Fix a deadlock in the CC collector." am: be3a3ee02f
am: 3d86d46f67

Change-Id: I341f374b84836cbac32d4f3c6a823c298f405216

7 years agoMerge "Fix a deadlock in the CC collector."
Hiroshi Yamauchi [Fri, 16 Sep 2016 18:04:58 +0000 (18:04 +0000)]
Merge "Fix a deadlock in the CC collector."
am: be3a3ee02f

Change-Id: If75da5e6e72d7ba7556c800d31c7bfa830a7a211

7 years agoMerge "Fix a deadlock in the CC collector."
Treehugger Robot [Fri, 16 Sep 2016 17:59:09 +0000 (17:59 +0000)]
Merge "Fix a deadlock in the CC collector."

7 years agoMerge "Move art::Runtime::InitZygote logic from art into frameworks/base." am: c6eced06a8
Robert Sesek [Fri, 16 Sep 2016 17:38:58 +0000 (17:38 +0000)]
Merge "Move art::Runtime::InitZygote logic from art into frameworks/base." am: c6eced06a8
am: b59f931493

Change-Id: Ib70a52aac49596a2a6d00fa4ffb629b343dffe60

7 years agoMove art::Runtime::InitZygote logic from art into frameworks/base. am: b2267032bd
Robert Sesek [Fri, 16 Sep 2016 17:38:43 +0000 (17:38 +0000)]
Move art::Runtime::InitZygote logic from art into frameworks/base. am: b2267032bd
am: 8a0e2fd890

Change-Id: I582a0b028f40cf32e9723843d3c07bba00fa7923

7 years agoMerge "Move art::Runtime::InitZygote logic from art into frameworks/base."
Robert Sesek [Fri, 16 Sep 2016 17:32:51 +0000 (17:32 +0000)]
Merge "Move art::Runtime::InitZygote logic from art into frameworks/base."
am: c6eced06a8

Change-Id: Id2592a1cf90f82ac20bd383fd6cebdbd654a92e5

7 years agoMove art::Runtime::InitZygote logic from art into frameworks/base.
Robert Sesek [Fri, 16 Sep 2016 17:31:53 +0000 (17:31 +0000)]
Move art::Runtime::InitZygote logic from art into frameworks/base.
am: b2267032bd

Change-Id: Ie6462837f4bc0fb8bc4185e2e5413e868a3f03bd

7 years agoMerge "Move art::Runtime::InitZygote logic from art into frameworks/base."
Treehugger Robot [Fri, 16 Sep 2016 17:23:41 +0000 (17:23 +0000)]
Merge "Move art::Runtime::InitZygote logic from art into frameworks/base."

7 years agoMerge "x86/x86-64: Simplify codegen using helper functions." am: 22a99ff190
Vladimir Marko [Fri, 16 Sep 2016 17:12:52 +0000 (17:12 +0000)]
Merge "x86/x86-64: Simplify codegen using helper functions." am: 22a99ff190
am: 98d2f8d294

Change-Id: I76b2d5881c90db7dd403fcf6cff765e919840f09

7 years agoMerge "Fix build for VerifierDeps gtest on target" am: 4613f533a8
David Brazdil [Fri, 16 Sep 2016 17:12:49 +0000 (17:12 +0000)]
Merge "Fix build for VerifierDeps gtest on target" am: 4613f533a8
am: 2ebe6f88ba

Change-Id: Icbab36394653443ebdfe705dbbea55a00c7abe03

7 years agoMerge "x86/x86-64: Simplify codegen using helper functions."
Vladimir Marko [Fri, 16 Sep 2016 17:09:50 +0000 (17:09 +0000)]
Merge "x86/x86-64: Simplify codegen using helper functions."
am: 22a99ff190

Change-Id: I132118d1b186fff07c7390ac85df5898e93a17f0

7 years agoMerge "Fix build for VerifierDeps gtest on target"
David Brazdil [Fri, 16 Sep 2016 17:09:49 +0000 (17:09 +0000)]
Merge "Fix build for VerifierDeps gtest on target"
am: 4613f533a8

Change-Id: I9a404a88a3338f5d7c6df4066134816fe6f39b97

7 years agoMerge "x86/x86-64: Simplify codegen using helper functions."
Treehugger Robot [Fri, 16 Sep 2016 17:07:31 +0000 (17:07 +0000)]
Merge "x86/x86-64: Simplify codegen using helper functions."

7 years agoMerge "Fix build for VerifierDeps gtest on target"
Treehugger Robot [Fri, 16 Sep 2016 17:05:16 +0000 (17:05 +0000)]
Merge "Fix build for VerifierDeps gtest on target"

7 years agoARM: VIXL32: Implement a disassembler.
Anton Kirilov [Tue, 6 Sep 2016 12:01:03 +0000 (13:01 +0100)]
ARM: VIXL32: Implement a disassembler.

Test: m test-art-host
Test: m test-art-target
Test: manual comparison with the previous oatdump output
Change-Id: I21ae26406200e455b8b036f53d585ea0b1bd11be

7 years agox86/x86-64: Simplify codegen using helper functions.
Vladimir Marko [Fri, 16 Sep 2016 10:32:36 +0000 (11:32 +0100)]
x86/x86-64: Simplify codegen using helper functions.

Simplify comparisons and array element address calculations.

Test: m test-art-host
Change-Id: I2a3f54a3638cf4c24d9e3cac83daba47f0723f72

7 years agoFix build for VerifierDeps gtest on target
David Brazdil [Fri, 16 Sep 2016 15:33:31 +0000 (16:33 +0100)]
Fix build for VerifierDeps gtest on target

Forgot to specify the target for the .jar file.

Bug: 30937355
Change-Id: Id44bdeb91474d8acfdf9e9144da9a4c9f4c6cf55

7 years agoMerge "Implement VerifierDeps encoding/decoding" am: bbefcb3c8f
David Brazdil [Fri, 16 Sep 2016 13:48:27 +0000 (13:48 +0000)]
Merge "Implement VerifierDeps encoding/decoding" am: bbefcb3c8f
am: 980e6a904a

Change-Id: I3e964f01ce2b0bd249ff9fe1a5f8c5d63074f4af

7 years agoMerge "Implement VerifierDeps encoding/decoding"
David Brazdil [Fri, 16 Sep 2016 13:45:42 +0000 (13:45 +0000)]
Merge "Implement VerifierDeps encoding/decoding"
am: bbefcb3c8f

Change-Id: I803f79f06583505fee868cfab210847b5b3d7127

7 years agoMerge "Implement VerifierDeps encoding/decoding"
Treehugger Robot [Fri, 16 Sep 2016 13:37:32 +0000 (13:37 +0000)]
Merge "Implement VerifierDeps encoding/decoding"

7 years agoMerge "Add a phony target for golem." am: 31eb450500
Nicolas Geoffray [Fri, 16 Sep 2016 11:54:34 +0000 (11:54 +0000)]
Merge "Add a phony target for golem." am: 31eb450500
am: a00349c155

Change-Id: I84c9b34939ed649b7eb197230ee3c1ded0e0da61

7 years agoMerge "Add a phony target for golem."
Nicolas Geoffray [Fri, 16 Sep 2016 11:51:19 +0000 (11:51 +0000)]
Merge "Add a phony target for golem."
am: 31eb450500

Change-Id: I98cb017cecb25826698e92e732ab8b9ad76702da

7 years agoMerge "Add a phony target for golem."
Nicolas Geoffray [Fri, 16 Sep 2016 11:44:23 +0000 (11:44 +0000)]
Merge "Add a phony target for golem."

7 years agoAdd a phony target for golem.
Nicolas Geoffray [Fri, 16 Sep 2016 11:28:12 +0000 (12:28 +0100)]
Add a phony target for golem.

To cut down on the size of the build.

Change-Id: Ic7dce1f8b73cf234c3e0163a0c03c7e19d9b02e1

7 years agoMerge "Collect verifier dependencies" am: 031f3dd847
David Brazdil [Fri, 16 Sep 2016 11:12:28 +0000 (11:12 +0000)]
Merge "Collect verifier dependencies" am: 031f3dd847
am: e0203d3b14

Change-Id: Ieb46028f2356b1df2729a65068470be7b9a2a953

7 years agoMerge "Collect verifier dependencies"
David Brazdil [Fri, 16 Sep 2016 11:09:47 +0000 (11:09 +0000)]
Merge "Collect verifier dependencies"
am: 031f3dd847

Change-Id: I5315199a9832d293d37b180d978bdd1531e2ea9b

7 years agoMerge "Collect verifier dependencies"
Treehugger Robot [Fri, 16 Sep 2016 11:02:13 +0000 (11:02 +0000)]
Merge "Collect verifier dependencies"

7 years agoImplement VerifierDeps encoding/decoding
David Brazdil [Wed, 14 Sep 2016 10:55:26 +0000 (11:55 +0100)]
Implement VerifierDeps encoding/decoding

This patch implements serialization and deserialization of the data
recorded by VerifierDeps.

Test: m test-art-host-gtest-verifier_deps_test
Bug: 30937355
Change-Id: I19320b8e70d5c5128653d09a5cdb5b6f677a2f2d

7 years agoCollect verifier dependencies
David Brazdil [Tue, 6 Sep 2016 13:04:48 +0000 (14:04 +0100)]
Collect verifier dependencies

MethodVerifier tests whether a DEX method is valid w.r.t. the classes
in class path. Since the APK does not change across OTA updates, it
is not necessary to analyze the bytecode again with MethodVerifier,
as long as its dependencies on the class path (which may have changed)
are satisfied.

This patch introduces VerifierDeps, a class path dependency collector,
and adds hooks into MethodVerifier where classes/methods/fields are
resolved and where assignability of types is tested.

Test: m test-art-host-gtest-verifier_deps_test
Bug: 30937355
Change-Id: Iee0b321d772a5c7d1cb471aaa6e13918310b7e2f

7 years agoMerge "test: Remove icu cleanup hack" am: 0764877e21
Igor Murashkin [Fri, 16 Sep 2016 08:10:13 +0000 (08:10 +0000)]
Merge "test: Remove icu cleanup hack" am: 0764877e21
am: 1f2ef28d98

Change-Id: I9e49da9ff99867d1fcb9077ced939724130283e1

7 years agoMerge "test: Remove icu cleanup hack"
Igor Murashkin [Fri, 16 Sep 2016 08:07:43 +0000 (08:07 +0000)]
Merge "test: Remove icu cleanup hack"
am: 0764877e21

Change-Id: Iad7d8809f1fc3ba5d46368fd36f08577dbf8997a

7 years agoMerge "Fix 32-bit device tests" am: 2c92bf2340
Nicolas Geoffray [Fri, 16 Sep 2016 08:04:40 +0000 (08:04 +0000)]
Merge "Fix 32-bit device tests" am: 2c92bf2340
am: f65e3cb2ad

Change-Id: I125abfa348ce5bf47ea94bd2c644f1de18e264ec

7 years agoMerge "Fix HOST_PREFER_32_BITS tests" am: 6615375c90
Nicolas Geoffray [Fri, 16 Sep 2016 08:04:39 +0000 (08:04 +0000)]
Merge "Fix HOST_PREFER_32_BITS tests" am: 6615375c90
am: bd2cd34a8d

Change-Id: I9a9e918a0c1215b38850254b0f606b3d335bf808

7 years agoMerge "test: Remove icu cleanup hack"
Treehugger Robot [Fri, 16 Sep 2016 08:04:15 +0000 (08:04 +0000)]
Merge "test: Remove icu cleanup hack"

7 years agoMerge "Fix 32-bit device tests"
Nicolas Geoffray [Fri, 16 Sep 2016 08:02:08 +0000 (08:02 +0000)]
Merge "Fix 32-bit device tests"
am: 2c92bf2340

Change-Id: I3ecc880064de5a71237761445dcb2bafa41f9c11

7 years agoMerge "Fix HOST_PREFER_32_BITS tests"
Nicolas Geoffray [Fri, 16 Sep 2016 08:02:07 +0000 (08:02 +0000)]
Merge "Fix HOST_PREFER_32_BITS tests"
am: 6615375c90

Change-Id: I81d5706719d1b758d6fae72a45379f94e19d144b

7 years agoMerge "Fix 32-bit device tests"
Nicolas Geoffray [Fri, 16 Sep 2016 07:57:14 +0000 (07:57 +0000)]
Merge "Fix 32-bit device tests"

7 years agoMerge "Fix HOST_PREFER_32_BITS tests"
Nicolas Geoffray [Fri, 16 Sep 2016 07:55:57 +0000 (07:55 +0000)]
Merge "Fix HOST_PREFER_32_BITS tests"

7 years agoFix 32-bit device tests
Colin Cross [Fri, 16 Sep 2016 04:07:29 +0000 (21:07 -0700)]
Fix 32-bit device tests

32-bit tests are installed to /data/nativetest, not /data/nativetest32.

Test: m -j test-art-target-gtest32
Change-Id: I2736d6783dd34550dbfbbe54ffa724cd2b886d8b

7 years agoFix HOST_PREFER_32_BITS tests
Colin Cross [Fri, 16 Sep 2016 03:57:47 +0000 (20:57 -0700)]
Fix HOST_PREFER_32_BITS tests

When HOST_PREFER_32_BITS is set, HOST_ARCH is still x86_64 but art tests
are only built for x86.  Use ART_HOST_ARCH, which will be set to x86,
to find the list of host tests.

Test: m -j HOST_PREFER_32_BITS=true test-art-host-gtest32
Change-Id: I11a9e1b5111c3c06139b44e364fdcd04bb8db4c6

7 years agoMIPS32: Improve storing of constants in fields and array elements
Alexey Frunze [Sat, 3 Sep 2016 05:14:06 +0000 (22:14 -0700)]
MIPS32: Improve storing of constants in fields and array elements

Test: booted MIPS32 in QEMU
Test: test-art-target-run-test-optimizing on CI20
Test: test-art-host-gtest

Change-Id: Ifcf8c1e215e3768711c391e8da6f663bba71f8d9