summaryrefslogtreecommitdiffstats
path: root/runtime/common_runtime_test.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix mips64 jni bugs.Douglas Leung2015-05-061-1/+1
* Move GetAndroidToolsDir to common location.David Srbecky2015-04-211-0/+7
* ART: Refactor callbacks_ in common_runtime_testAndreas Gampe2015-03-291-1/+2
* ART: PathClassLoader for compilerAndreas Gampe2015-03-271-0/+7
* Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-0/+8
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-4/+4
* Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-7/+11
* Remove back-door bootclasspath option from RuntimeRichard Uhler2015-01-081-1/+1
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-0/+1
* Add a new imgdiag tool to diff boot.art/core.art against a processIgor Murashkin2014-12-161-0/+8
* Remove portable.Elliott Hughes2014-12-121-10/+0
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Prevent stubs from being installed in java.lang.reflect.Proxy.<init>.Jeff Hao2014-08-151-6/+0
* Fix bugs in the x86 and arm versions of generic JNI.Nicolas Geoffray2014-08-141-0/+6
* Wire up check JNI force copy mode.Ian Rogers2014-08-081-1/+1
* ART: Remove test files after testAndreas Gampe2014-08-061-1/+7
* Fix proxy tracing and enable tests that now work with tracing.Jeff Hao2014-08-061-0/+8
* Runtime can now be set to require relocationAlex Light2014-07-221-0/+2
* Break apart header files.Ian Rogers2014-07-151-292/+41
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-0/+1
* Use the icu4c headers from the new location.Elliott Hughes2014-07-091-1/+1
* Merge "ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests"Andreas Gampe2014-06-251-17/+27
|\
| * ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime testsAndreas Gampe2014-06-251-17/+27
* | ART: Native support for multidexAndreas Gampe2014-06-251-20/+38
|/
* Multilib ART host.Ian Rogers2014-06-241-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+3
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-6/+15
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* ART: Fix assembler_test to use ScratchFileAndreas Gampe2014-05-021-0/+3
* Build changes to build multilib testsAndreas Gampe2014-04-011-0/+4
* Make test-art pass with heap reference poisoning enabled.Hiroshi Yamauchi2014-03-191-0/+7
* Reuse NoopCompilerCallbacks in oatdumpBrian Carlstrom2014-03-041-11/+1
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-0/+9
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-0/+358