summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dalvik/vm: Dalvik startup with a low memory footprintcm-10.1.3cm-10.1Vijay Dandiga2013-08-132-15/+44
* JIT: Combine add with shift and offset for array load & store.cm-10.1.3-RC2cm-10.1.3-RC1Anders O Nilsson2013-07-234-143/+294
* JIT: Combine add with shift.Anders O Nilsson2013-07-232-0/+134
* JIT: Hoist loop load operations above loop.Henrik Smiding2013-07-233-1/+211
* JIT: Use rsb and shift in easy multiply.Anders O Nilsson2013-07-235-4/+23
* JIT: Combine shift & sub for monitor unlock.Anders O Nilsson2013-07-231-2/+1
* JIT: Allow use of cbz/cbnz for conditional branch gen.Anders O Nilsson2013-07-231-4/+2
* debug: allow ability to hide GC freed lines in logcatTanguy Pruvot2013-07-201-1/+13
* dvm: Bring back the ANDROID_DATA overrideRicardo Cerqueira2013-06-051-1/+1
* Revert all STE Dalvik performance patchesSteve Kondik2013-06-0111-732/+160
* JIT: Use vmla.f64 instead of vmuld + vaddd.cm-10.1.0-RC4cm-10.1.0-RC3Anders O Nilsson2013-05-264-0/+74
* JIT: Combine add with shift and offset for array load & store.Anders O Nilsson2013-05-264-143/+294
* JIT: Combine shift & sub for monitor unlock.Anders O Nilsson2013-05-261-2/+1
* JIT: Use rsb and shift in easy multiply.Anders O Nilsson2013-05-265-4/+23
* JIT: Combine add with shift.Anders O Nilsson2013-05-262-0/+110
* JIT: Allow use of cbz/cbnz for conditional branch gen.Anders O Nilsson2013-05-261-4/+2
* JIT: Suppress loop suspend checks.Henrik Smiding2013-05-263-6/+17
* JIT: Hoist loop load operations above loop.Henrik Smiding2013-05-263-1/+211
* Fix JIT initialization racecm-10.1.0-RC2cm-10.1.0-RC1buzbee2013-05-021-0/+3
* Fix JIT bug related to immediate doublesbuzbee2013-05-021-1/+2
* Revert "Revert "JIT: Performance fix for const doubles""Steve Kondik2013-05-023-5/+65
* Remove dead instruction in common_exceptionThrown.Jeff Hao2013-04-119-9/+0
* Fix a tracked reference leak in dvmGenerateProxyClass.Elliott Hughes2013-04-111-5/+4
* Remove stray references to non-existent opcodes.Elliott Hughes2013-04-115-12/+6
* Fix a Field.isAnnotationPresent crash.Elliott Hughes2013-04-111-7/+12
* Dump native stacks for all threads in native code.Elliott Hughes2013-04-111-10/+21
* Fix a minor leak in handleVM_CreateStringYou Kim2013-04-111-0/+1
* Fix a minor leaks caused by failed initializations.(typo)You Kim2013-04-111-1/+3
* Fix a leak in Dalvik_dalvik_system_DexFile_openDexFileYou Kim2013-04-111-0/+1
* Tiny optimization for complier templates for arm.You Kim2013-04-117-44/+44
* GC triggering performance optimizationscm-10.1-M3cm-10.1-M2Wei Wang2013-02-223-8/+119
* Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/dal...mr1.1-stagingSteve Kondik2013-02-120-0/+0
|\
| * am 51997559: Fail if the new index is out of range. do not merge.jwilson2013-01-021-0/+12
| |\
| | * Fail if the new index is out of range. do not merge.jwilson2013-01-021-0/+12
| * | am b6f4e037: am afe3a013: (-s ours) am 288f2280: Revert "Fix alignment when r...Yohann Roussel2012-11-120-0/+0
| |\|
| | * am afe3a013: (-s ours) am 288f2280: Revert "Fix alignment when recompacting a...Yohann Roussel2012-11-120-0/+0
| | |\
| | | * am 288f2280: Revert "Fix alignment when recompacting a DexMerger result. do n...Yohann Roussel2012-11-071-1/+0
| | | |\
| | | | * Revert "Fix alignment when recompacting a DexMerger result. do not merge."Yohann Roussel2012-11-071-1/+0
| * | | | am 437f58a5: am 2d2f13c5: (-s ours) am 707ebe9f: Fix alignment when recompact...yroussel2012-11-120-0/+0
| |\| | |
| | * | | am 2d2f13c5: (-s ours) am 707ebe9f: Fix alignment when recompacting a DexMerg...yroussel2012-11-120-0/+0
| | |\| |
| | | * | am 707ebe9f: Fix alignment when recompacting a DexMerger result. do not merge.yroussel2012-11-061-0/+1
| | | |\|
| | | | * Fix alignment when recompacting a DexMerger result. do not merge.yroussel2012-11-061-0/+1
| * | | | Reconcile with jb-mr1-release - do not mergeThe Android Open Source Project2012-11-120-0/+0
| |\ \ \ \
| * \ \ \ \ Merge f870f2d - do not mergeThe Android Open Source Project2012-11-125-9/+32
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Reconcile with jb-mr1-factory-release jb-mr1-release - do not mergeThe Android Open Source Project2012-11-060-0/+0
| |\ \ \ \ \ \
| | * | | | | | Revert the fix for incorrect package-private overriding.Elliott Hughes2012-10-151-16/+20
| | * | | | | | merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger2012-10-150-0/+0
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger2012-10-120-0/+0
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ merge in jb-mr1-factory-release history after reset to jb-mr1-devThe Android Automerger2012-10-100-0/+0
| | | | |\ \ \ \ \ \
* | | | | | | | | | | Zygote: Restrict slave mountspace so Dalvik apps can mount system-wide volumesMike Kasick2013-01-102-2/+52