summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Add a systrace support for lock contention logging.Hiroshi Yamauchi2013-08-132-3/+12
* Merge "Timing logger clean-up" into dalvik-devAnwar Ghuloum2013-08-123-26/+23
|\
| * Timing logger clean-upAnwar Ghuloum2013-08-123-26/+23
* | Merge "Polish the lock contention logging." into dalvik-devHiroshi Yamauchi2013-08-123-128/+180
|\ \ | |/ |/|
| * Polish the lock contention logging.Hiroshi Yamauchi2013-08-093-128/+180
* | Uleb128 compression of vmap and mapping table.Ian Rogers2013-08-0916-253/+409
* | Fixing build breakage due to bad newsplit placementAnwar Ghuloum2013-08-091-1/+2
* | Systrace fixups and refactoring for TimingLoggerAnwar Ghuloum2013-08-096-159/+483
* | am c39e3423: Use JNI to access activity manager process state.Mathieu Chartier2013-08-093-44/+151
|\ \
| * | Use JNI to access activity manager process state.Mathieu Chartier2013-08-093-44/+151
* | | Fix image_test for new small mode API.Ian Rogers2013-08-091-1/+1
| |/ |/|
* | am a024a068: Compilation filterbuzbee2013-08-084-46/+106
|\ \ | |/
| * Compilation filterbuzbee2013-08-084-46/+106
* | Removed unused friend classes for tests.Dragos Sbirlea2013-08-082-4/+0
* | am e0a53e99: Add low memory mode option to ART.Mathieu Chartier2013-08-075-8/+23
|\ \ | |/
| * Add low memory mode option to ART.Mathieu Chartier2013-08-055-8/+23
* | Fix portable build.Ian Rogers2013-08-071-2/+0
* | Entry point clean up.Ian Rogers2013-08-0746-1656/+1785
* | Merge "Fix logging memory leak." into dalvik-devSebastien Hertz2013-08-072-3/+2
|\ \
| * | Fix logging memory leak.Sebastien Hertz2013-08-062-3/+2
* | | Merge "Verifier checks that primitive put array/field type matches insn type....Jeff Hao2013-08-071-3/+3
|\ \ \
| * | | Verifier checks that primitive put array/field type matches insn type.Jeff Hao2013-08-061-3/+3
* | | | New free list large object space.Mathieu Chartier2013-08-066-183/+335
|/ / /
* | | Move allocation stack unmarking outside of pause.Mathieu Chartier2013-08-064-51/+78
* | | Improve the allocation speed.Hiroshi Yamauchi2013-08-059-95/+217
* | | Merge "Use reader writer mutex for safe checkcast map." into dalvik-devSebastien Hertz2013-08-052-8/+7
|\ \ \
| * | | Use reader writer mutex for safe checkcast map.Sebastien Hertz2013-08-052-8/+7
* | | | Merge "Move some DexFile checks to debug build only." into dalvik-devIan Rogers2013-08-051-6/+6
|\ \ \ \
| * | | | Move some DexFile checks to debug build only.Sebastien Hertz2013-08-051-6/+6
| | |/ / | |/| |
* | | | Fix typo in mutex.h file.Sebastien Hertz2013-08-051-3/+3
| |/ / |/| |
* | | Merge "Disable and remove finger." into dalvik-devMathieu Chartier2013-08-0310-79/+33
|\ \ \
| * | | Disable and remove finger.Mathieu Chartier2013-08-0310-79/+33
* | | | Merge "Place CFA in the regular .debug_frame section." into dalvik-devIan Rogers2013-08-033-0/+6
|\ \ \ \
| * | | | Place CFA in the regular .debug_frame section.Ian Rogers2013-08-033-0/+6
| |/ / /
* | | | Disable compilation during image_test for portable.Ian Rogers2013-08-031-0/+5
|/ / /
* | | Not all shared libraries have a JNI_OnLoad.Elliott Hughes2013-08-021-0/+1
* | | Merge "Handle JNI_ERR results from JNI_OnLoad functions specially." into dalv...Elliott Hughes2013-08-021-6/+9
|\ \ \
| * | | Handle JNI_ERR results from JNI_OnLoad functions specially.Elliott Hughes2013-08-021-6/+9
* | | | am f929b1f2: Merge "Fix valgrind support for dlmalloc space."Mathieu Chartier2013-08-021-42/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix valgrind support for dlmalloc space.Mathieu Chartier2013-08-021-42/+34
* | | | am 161a8e0f: Fix accidental performance regression.Mathieu Chartier2013-08-021-1/+1
|\ \ \ \ | |/ / /
| * | | Fix accidental performance regression.Mathieu Chartier2013-08-011-1/+1
* | | | Merge "Use unsigned comparison in String::CharAt." into dalvik-devSebastien Hertz2013-08-021-1/+2
|\ \ \ \
| * | | | Use unsigned comparison in String::CharAt.Sebastien Hertz2013-08-021-1/+2
| | |_|/ | |/| |
* | | | Fix memory leak in verifier.Sebastien Hertz2013-08-021-0/+4
|/ / /
* | | am e5426c99: Fix histogram memory issues.Mathieu Chartier2013-08-016-186/+164
|\ \ \ | |/ /
| * | Fix histogram memory issues.Mathieu Chartier2013-08-016-186/+164
* | | Move verification of primitive type puts into helper method.Jeff Hao2013-08-012-76/+45
* | | Make verifier allow integral types to be put in integral type arrays.Jeff Hao2013-08-015-24/+64
* | | am 08d7d44b: Fix image generation.Mathieu Chartier2013-07-311-5/+4
|\ \ \ | |/ /