summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix BUILD_DALVIK_HOST_JAVA_LIBRARY to BUILD_HOST_DALVIK_JAVA_LIBRARYBrian Carlstrom2013-11-081-1/+1
* am 91b81daa: Merge "Remove usage of LOCAL_BUILD_HOST_DEX"Narayan Kamath2013-11-071-2/+1
|\
| * Remove usage of LOCAL_BUILD_HOST_DEXNarayan Kamath2013-11-011-2/+1
* | Merge "Avoid verifier crash for quickened invoke on null." into dalvik-devSebastien Hertz2013-10-301-8/+4
|\ \
| * | Avoid verifier crash for quickened invoke on null.Sebastien Hertz2013-10-291-8/+4
* | | Implement Interface Method Tables (IMT).Jeff Hao2013-10-293-1/+55
* | | am 661cc989: Merge "Make ART\'s run-test support Dalvik so we can remove dalv...Brian Carlstrom2013-10-294-16/+76
|\ \ \ | |/ / |/| / | |/
| * Make ART's run-test support Dalvik so we can remove dalvik/testsBrian Carlstrom2013-10-284-16/+76
* | Fix test failure in SMART mode.Sebastien Hertz2013-10-291-4/+8
* | am 67fe2b41: Fix backwards check in CheckStaticMethodBrian Carlstrom2013-10-162-0/+37
|\ \ | |/
| * Fix backwards check in CheckStaticMethodBrian Carlstrom2013-10-162-0/+37
* | resolved conflicts for merge of b926b3c6 to dalvik-devBrian Carlstrom2013-10-113-0/+92
|\ \ | |/
| * Have JNI FindClass fall back to system ClassLoaderBrian Carlstrom2013-10-103-0/+92
| * Use class def index from java.lang.Class.Ian Rogers2013-09-211-1/+1
* | Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-262-3/+3
* | Use class def index from java.lang.Class.Ian Rogers2013-09-191-1/+1
* | Keep the right output file for tests.Tsu Chiang Chuang2013-09-131-1/+1
|/
* Add test-art-oat-<test> test-art-run-test-<test> variantsBrian Carlstrom2013-08-281-0/+6
* Don't scan image space when starting runtime.Ian Rogers2013-08-232-3/+23
* Update art/tests/089-many-methods.Yohann Roussel2013-08-231-1/+3
* Clean up unnecessary files after build-only.Tsu Chiang Chuang2013-08-201-0/+2
* Fix suspend check optimizationbuzbee2013-08-193-0/+111
* Merge "Switch GCC -O flags, O3 non-debug, 01 debug." into dalvik-devIan Rogers2013-08-151-0/+1
|\
| * Switch GCC -O flags, O3 non-debug, 01 debug.Ian Rogers2013-08-151-0/+1
* | Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+1
|/
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-135-10/+56
* Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-091-17/+17
* Make test-art-host-run-test and test-art-host-oat run with and without interp...Brian Carlstrom2013-07-311-16/+16
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-262-24/+24
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-262-23/+23
* | Revert "Revert "Remove non-live vregs from GC map on return.""Ian Rogers2013-07-251-2/+4
|/
* am 6f485c62: Fix cpplint whitespace/indent issuesBrian Carlstrom2013-07-192-4/+4
|\
| * Fix cpplint whitespace/indent issuesBrian Carlstrom2013-07-182-4/+4
* | resolved conflicts for merge of df62950e to dalvik-devBrian Carlstrom2013-07-182-4/+4
|\ \ | |/
| * Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-182-4/+4
* | am 0cd7ec2d: Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-182-2/+2
|\ \ | |/
| * Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-182-2/+2
* | resolved conflicts for merge of 7940e44f to dalvik-devBrian Carlstrom2013-07-121-2/+131
|\ \ | |/
| * Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-2/+130
* | Native allocation accountingMathieu Chartier2013-07-121-0/+65
|/
* Quickening support.Sebastien Hertz2013-06-241-4/+13
* am fa42b441: Move to new art dalvikvmBrian Carlstrom2013-06-183-18/+24
|\
| * Move to new art dalvikvmBrian Carlstrom2013-06-173-18/+24
* | Fix Class.getModifiers for array classes.Elliott Hughes2013-06-142-2/+91
* | am 7675e16b: Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-112-2/+2
|\ \ | |/
| * Rename art-cache to dalvik-cacheBrian Carlstrom2013-06-102-2/+2
* | Fixed list of String methods after removal of old JIT methods.Jeff Hao2013-06-101-1/+1
* | Stage 2 of cast elision opt.Dragos Sbirlea2013-06-043-0/+59
* | Add array of abstract classes reflection test.Ian Rogers2013-06-012-0/+14
|/
* Allow passing of multitple --invoke-with.Ian Rogers2013-04-193-4/+12