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
path:
root
/
vm
/
oo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dalvik is dead, long live Dalvik!
Brian Carlstrom
2014-08-05
13
-9153
/
+0
*
Revert "Revert "Use libziparchive for dalvik zip processing.""
Narayan Kamath
2013-12-17
1
-1
/
+3
*
Merge "Dalvik: Ensure that the array length complies with the final specifier"
Mathieu Chartier
2013-11-27
1
-0
/
+1
|
\
|
*
Dalvik: Ensure that the array length complies with the final specifier
Serban Constantinescu
2013-11-12
1
-0
/
+1
|
*
Implement the dalvik side of libcore.reflect.
Elliott Hughes
2013-07-29
1
-0
/
+4
*
|
Ignore invalid access flags.
Elliott Hughes
2013-09-16
2
-4
/
+3
*
|
Implement the dalvik side of libcore.reflect.
Elliott Hughes
2013-07-25
1
-0
/
+4
|
/
*
Fix inner class access flags and array modifiers.
Elliott Hughes
2013-06-14
1
-11
/
+13
*
Abstract methods aren't implementations.
Elliott Hughes
2013-02-22
1
-1
/
+3
*
Don't cache failures in the interface cache.
Elliott Hughes
2012-12-06
1
-0
/
+1
*
Revert the fix for incorrect package-private overriding.
Elliott Hughes
2012-10-15
1
-16
/
+20
*
Revert "Don't enforce access checks for overloading for targetSdkVersion < 17."
Elliott Hughes
2012-10-12
1
-15
/
+9
*
Don't enforce access checks for overloading for targetSdkVersion < 17.
Elliott Hughes
2012-10-11
1
-9
/
+15
*
Revert "Ensure we fence the writing of clazz to an Object post allocation."
Brian Carlstrom
2012-08-22
1
-1
/
+1
*
Ensure we fence the writing of clazz to an Object post allocation.
Ian Rogers
2012-08-21
1
-1
/
+1
*
Avoid sign extension in packed-switch.
Elliott Hughes
2012-07-17
1
-4
/
+11
*
Warn if we see a class whose behavior has changed because of https://android-...
Elliott Hughes
2012-07-13
1
-13
/
+19
*
Avoid method overriding if its super method is inaccessible.
Im Sooin
2012-07-10
1
-2
/
+2
*
Support building Dalvik with AddressSanitizer.
Evgeniy Stepanov
2012-04-11
1
-1
/
+1
*
am 9e8b05e4: am a669206d: Merge "cleanup redundant interfaces from iftable to...
Jean-Baptiste Queru
2012-01-17
1
-40
/
+35
|
\
|
*
cleanup redundant interfaces from iftable to avoid excessive LinearAlloc use
Johannes Rudolph
2012-01-13
1
-40
/
+35
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
2
-24
/
+24
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
4
-32
/
+32
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
2
-46
/
+46
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
2
-14
/
+14
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
2
-31
/
+31
*
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-2
/
+2
|
/
*
Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame.
Ben Cheng
2011-10-10
1
-0
/
+1
*
Fix memory barriers (Issue 3338450)
buzbee
2011-09-27
1
-6
/
+2
*
Fix native method logging to show local references rather than direct pointers.
Elliott Hughes
2011-06-30
1
-3
/
+19
*
Fix native methods that weren't registered via RegisterNatives.
Elliott Hughes
2011-06-23
1
-2
/
+6
*
Make some of the StringObject functions member functions.
Elliott Hughes
2011-06-17
1
-0
/
+15
*
Normalize the include guard style.
Carl Shapiro
2011-06-14
7
-21
/
+21
*
Allow native methods to declare they don't need a JNIEnv*.
Elliott Hughes
2011-06-14
1
-0
/
+3
*
Switch dvmHumanReadableDescriptor over to std::string.
Elliott Hughes
2011-06-07
1
-3
/
+2
*
Add some error checking and clean out some cruft.
Dan Bornstein
2011-06-02
2
-50
/
+45
*
More LOG newline cleanup.
Dan Bornstein
2011-05-26
2
-3
/
+3
*
Prefer printf format "%#x" over "0x%x".
Dan Bornstein
2011-05-26
1
-1
/
+1
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
5
-180
/
+180
*
Dump the pending exception before aborting in FindClass.
Elliott Hughes
2011-05-13
1
-2
/
+3
*
Fixes to allow the debug VM configuration to build.
Carl Shapiro
2011-05-10
1
-1
/
+1
*
Establish a subclass relationships among the field types.
Carl Shapiro
2011-05-06
5
-60
/
+57
*
Establish a subclass relationship between ClassObject and Object.
Carl Shapiro
2011-05-06
3
-25
/
+20
*
Make interned strings non-movable.
Carl Shapiro
2011-05-05
1
-3
/
+1
*
Establish a subclass relationship between ArrayObject and Object.
Carl Shapiro
2011-05-03
3
-14
/
+10
*
Establish a subclass relationship between DataObject and Object.
Carl Shapiro
2011-05-02
2
-4
/
+2
*
Type the reference member of JValue as an Object pointer.
Carl Shapiro
2011-04-29
1
-4
/
+4
*
Merge "Add a non-moving option to dvmMalloc and make use of it." into dalvik-dev
Carl Shapiro
2011-04-28
2
-4
/
+4
|
\
|
*
Add a non-moving option to dvmMalloc and make use of it.
Carl Shapiro
2011-04-27
2
-4
/
+4
*
|
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
8
-100
/
+35
|
/
[next]