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
/
interp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dalvik is dead, long live Dalvik!
Brian Carlstrom
2014-08-05
9
-5859
/
+0
*
Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEAD
The Android Open Source Project
2013-11-22
1
-1
/
+1
|
\
|
*
Change IsMethodTracingActive to GetMethodTracingMode.
Jeff Hao
2013-08-30
1
-2
/
+3
|
*
Add support for sample profiling in traceview.
Jeff Hao
2013-08-28
2
-1
/
+6
|
*
JIT tuning; set cache size on command line
buzbee
2013-05-23
1
-1
/
+1
|
*
Fix JIT initialization race
buzbee
2013-05-01
1
-0
/
+3
*
|
Use defines for current process creation.
Christopher Ferris
2013-11-05
1
-1
/
+1
*
|
Switch dalvik to libbacktrace.
Christopher Ferris
2013-10-30
1
-17
/
+9
*
|
Change IsMethodTracingActive to GetMethodTracingMode.
Jeff Hao
2013-08-30
1
-2
/
+3
*
|
Add support for sample profiling in traceview.
Jeff Hao
2013-08-27
2
-1
/
+6
*
|
Fix JIT initialization race
buzbee
2013-05-01
1
-0
/
+3
|
/
*
Print the locker thread when waiting on an object
Pal Szasz
2012-12-06
1
-0
/
+3
*
remove duplicated call to dvmJitCalleeSave()
Rocky Zhang
2012-11-29
1
-1
/
+0
*
Handle MAX_INT case in packed-switch
Chris Dearman
2012-10-15
1
-11
/
+9
*
Log when the native trace is unavailable
Andy McFadden
2012-09-20
1
-0
/
+2
*
RETURN_VOID_BARRIER is also a return.
Elliott Hughes
2012-08-06
1
-2
/
+2
*
[X86] X86 trace JIT compiler support
Dong-Yuan Chen
2012-07-20
4
-20
/
+52
*
Fix a small and unlikely memory leak.
Elliott Hughes
2012-07-17
1
-1
/
+1
*
resolved conflicts for merge of 4c5f9711 to jb-dev-plus-aosp
Elliott Hughes
2012-04-30
1
-0
/
+8
|
\
|
*
Fix the portable interpreter build
Chris Dearman
2012-02-15
1
-0
/
+8
*
|
Remove stale assert
buzbee
2012-01-18
1
-1
/
+0
*
|
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
3
-20
/
+20
*
|
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
2
-13
/
+13
*
|
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
3
-7
/
+7
*
|
Remove unsupported experimental opcodes.
Elliott Hughes
2012-01-05
1
-2
/
+1
*
|
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
3
-74
/
+74
*
|
Use libcorkscrew to format the stack trace.
Jeff Brown
2011-11-21
1
-10
/
+4
*
|
am 50e01501: Merge "Knock ::self() out of the ParseXml profile." into ics-mr1
Elliott Hughes
2011-11-05
1
-4
/
+2
|
\
|
|
*
Knock ::self() out of the ParseXml profile.
Elliott Hughes
2011-11-03
1
-4
/
+2
*
|
Slight change to unwinder API.
Jeff Brown
2011-11-03
1
-1
/
+1
*
|
am f51d43f0: am e3d9cde4: Disable JIT single-stepping resume mode.
Ben Cheng
2011-11-02
1
-0
/
+5
|
\
|
|
*
Disable JIT single-stepping resume mode.
Ben Cheng
2011-11-01
1
-0
/
+5
|
*
Fix single-stepping resume mode in the interpreter.
Ben Cheng
2011-10-28
2
-2
/
+8
*
|
Merge "Fix single-stepping resume mode in the interpreter."
Ben Cheng
2011-10-27
2
-2
/
+8
|
\
\
|
*
|
Fix single-stepping resume mode in the interpreter.
Ben Cheng
2011-10-27
2
-2
/
+8
|
|
/
*
|
Dump stacks for all native threads, not just those in JNI.
Jeff Brown
2011-10-27
2
-6
/
+3
*
|
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-11
/
+11
*
|
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-4
/
+4
*
|
Dump native stack of JNI methods when handling SIGQUIT.
Jeff Brown
2011-10-22
2
-0
/
+38
|
/
*
Attempt to fix dalvik heap corruption.
Jesse Wilson
2011-09-06
1
-1
/
+1
*
Don't wrap the actual type in parens if its null.
Jesse Wilson
2011-08-14
1
-6
/
+1
*
Don't use dvmIsValidObject outside the GC.
Elliott Hughes
2011-07-19
2
-6
/
+6
*
Remove dead code/unused variables to avoid gcc-4.6 warnings.
Doug Kwan
2011-07-07
1
-3
/
+0
*
Improve -verbose:jni.
Elliott Hughes
2011-06-28
1
-5
/
+5
*
Add and use StringAppendF.
Elliott Hughes
2011-06-17
1
-2
/
+2
*
Improve reference table dumping.
Elliott Hughes
2011-06-16
1
-6
/
+3
*
Normalize the include guard style.
Carl Shapiro
2011-06-14
5
-15
/
+15
*
Improve "waiting on"/"waiting to lock" SIGQUIT dump info.
Elliott Hughes
2011-06-07
1
-22
/
+25
*
Switch dvmHumanReadableDescriptor over to std::string.
Elliott Hughes
2011-06-07
2
-100
/
+63
*
More LOG newline cleanup.
Dan Bornstein
2011-05-26
1
-3
/
+3
[next]