index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a couple of minor publicly-reported GC bugs.
cm-10.2.1
cm-10.2.0
stable/cm-10.2
cm-10.2
Elliott Hughes
2013-11-22
2
-16
/
+11
*
Dalvik: DMB Optimisations for TracingJIT
David Butcher
2013-11-22
2
-9
/
+9
*
Dalvik: DMB Optimisation
David Butcher
2013-11-22
3
-6
/
+6
*
Dump hprof when app encounters Out of memory.
Abhishek Arpure
2013-11-08
1
-0
/
+47
*
Use 64-bit Linux capabilities when starting Zygote
David Ng
2013-11-08
1
-5
/
+7
*
dalvik: fix instruction initialization
Wei Wang
2013-11-08
1
-0
/
+1
*
dalvik: dalvik device extension pack.
Xin Qi
2013-11-08
54
-184
/
+2275
*
Underp dexroot on cache
Steve Kondik
2013-11-05
1
-1
/
+2
*
Move verification of class access flags to libdex
cm-10.2-M1
Ben Gruver
2013-10-25
2
-6
/
+5
*
Reject dex files that attempt to use unspecified class access flags
Ben Gruver
2013-10-25
1
-0
/
+6
*
libdex: Skip the dexroot-on-cache stuff for user builds
Steve Kondik
2013-10-23
2
-0
/
+6
*
Disable Dalvik spam by default
Vladislav Koldobskiy
2013-10-07
1
-1
/
+1
*
If dalvik wants ASCII casing, it needs to ask for it.
Elliott Hughes
2013-09-21
1
-4
/
+4
*
Merge tag 'android-4.3_r3.1' of https://android.googlesource.com/platform/dal...
Steve Kondik
2013-09-19
0
-0
/
+0
|
\
|
*
am 381868f3: (-s ours) am 840d233c: am 800e4320: am 63c34b5e: am 68719a17: (-...
Jean-Baptiste Queru
2013-06-13
0
-0
/
+0
|
|
\
|
|
*
am 840d233c: am 800e4320: am 63c34b5e: am 68719a17: (-s ours) Reconcile with ...
Jean-Baptiste Queru
2013-06-13
0
-0
/
+0
|
|
|
\
|
|
|
*
am 800e4320: am 63c34b5e: am 68719a17: (-s ours) Reconcile with jb-mr1-releas...
Jean-Baptiste Queru
2013-06-13
0
-0
/
+0
|
|
|
|
\
|
|
|
|
*
am 63c34b5e: am 68719a17: (-s ours) Reconcile with jb-mr1-release - do not merge
Jean-Baptiste Queru
2013-06-13
0
-0
/
+0
|
|
|
|
|
\
|
|
|
|
|
*
am 68719a17: (-s ours) Reconcile with jb-mr1-release - do not merge
Jean-Baptiste Queru
2013-02-27
0
-0
/
+0
|
|
|
|
|
|
\
*
|
|
|
|
|
|
Revert "Zygote: Restrict slave mountspace so Dalvik apps can mount system-wid...
Mike Kasick
2013-09-03
2
-52
/
+2
*
|
|
|
|
|
|
dalvik/vm: Dalvik startup with a low memory footprint
Vijay Dandiga
2013-08-13
2
-15
/
+44
*
|
|
|
|
|
|
Fix merge error
dhacker29
2013-08-11
1
-1
/
+0
*
|
|
|
|
|
|
Revert "Disable /cache/dalvik-cache (temporarily?)"
Fused
2013-08-03
1
-2
/
+0
*
|
|
|
|
|
|
Disable /cache/dalvik-cache (temporarily?)
Ricardo Cerqueira
2013-07-26
1
-0
/
+2
*
|
|
|
|
|
|
GC triggering performance optimizations
Wei Wang
2013-07-25
3
-8
/
+119
*
|
|
|
|
|
|
Add barriers for proper observation sequence.
Xin Qi
2013-07-25
4
-0
/
+22
*
|
|
|
|
|
|
Excessive JNI: Dump HPROF dump.
Karthikeyan Periasamy
2013-07-25
1
-1
/
+30
*
|
|
|
|
|
|
Revert "Support debug info in dexmerge."
Ricardo Cerqueira
2013-07-25
1
-82
/
+0
*
|
|
|
|
|
|
JIT: Combine add with shift and offset for array load & store.
Anders O Nilsson
2013-07-24
4
-143
/
+294
*
|
|
|
|
|
|
JIT: Combine add with shift.
Anders O Nilsson
2013-07-24
2
-0
/
+134
*
|
|
|
|
|
|
JIT: Hoist loop load operations above loop.
Henrik Smiding
2013-07-24
3
-1
/
+211
*
|
|
|
|
|
|
JIT: Use rsb and shift in easy multiply.
Anders O Nilsson
2013-07-24
5
-4
/
+23
*
|
|
|
|
|
|
JIT: Combine shift & sub for monitor unlock.
Anders O Nilsson
2013-07-24
1
-2
/
+1
*
|
|
|
|
|
|
JIT: Allow use of cbz/cbnz for conditional branch gen.
Anders O Nilsson
2013-07-24
1
-4
/
+2
*
|
|
|
|
|
|
debug: allow ability to hide GC freed lines in logcat
Tanguy Pruvot
2013-07-24
1
-1
/
+13
*
|
|
|
|
|
|
dvm: Bring back the ANDROID_DATA override
Ricardo Cerqueira
2013-07-24
1
-1
/
+1
*
|
|
|
|
|
|
Zygote: Restrict slave mountspace so Dalvik apps can mount system-wide volumes
Mike Kasick
2013-07-24
2
-2
/
+52
*
|
|
|
|
|
|
dalvik: update ARMv6 code to bring in line with ARMv5
Lalit Maganti
2013-07-24
11
-121
/
+123
*
|
|
|
|
|
|
Support debug info in dexmerge and fix max blowup of annotations
Elliott Hughes
2013-07-24
1
-0
/
+82
*
|
|
|
|
|
|
dalvik: Update ARMv6 code to compile and bring in line with ARMv5
Lalit Maganti
2013-07-24
8
-21479
/
+54
*
|
|
|
|
|
|
Added missing <include sys/resource.h> for gcc-4.7.1
xkonni
2013-07-24
1
-0
/
+3
*
|
|
|
|
|
|
ThumbVFP.cpp:231:10: error: variable 'wide' set but not used [-Werror=unused-...
Android Meda
2013-07-24
1
-3
/
+0
*
|
|
|
|
|
|
dalvik: fix a bug in redundant branch elimination
Wei Wang
2013-07-24
1
-1
/
+1
*
|
|
|
|
|
|
[PATCH] Basic KSM Support
showp1984
2013-07-24
1
-0
/
+61
*
|
|
|
|
|
|
Exclude sha1.c when building libdex for device
Jim Huang
2013-07-24
1
-2
/
+1
*
|
|
|
|
|
|
DexOpt anything in /system on /cache
ctso
2013-07-24
1
-1
/
+31
*
|
|
|
|
|
|
Add support for ARMv6J and ARMv6-VFP processor target
Arne Coucheron
2013-07-24
85
-5
/
+64183
*
|
|
|
|
|
|
merge in jb-mr2-release history after reset to jb-mr2-dev
The Android Automerger
2013-05-08
0
-0
/
+0
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
merge in jb-mr2-release history after reset to jb-mr2-dev
The Android Automerger
2013-05-06
0
-0
/
+0
|
|
\
\
\
\
\
\
|
|
*
\
\
\
\
\
merge in jb-mr2-release history after reset to jb-mr2-dev
The Android Automerger
2013-04-25
0
-0
/
+0
|
|
|
\
\
\
\
\
\
[next]