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
/
compiler
/
codegen
/
armv5te
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stage 2 of structural changes for support of THUMB2. No logic changes.
Bill Buzbee
2009-07-28
13
-5845
/
+0
*
First phase of restructuring to support THUMB2 & ARM traces
Bill Buzbee
2009-07-27
6
-83
/
+247
*
Add armv7-a target to jit. Mostly a placeholder, another restructuring to come
Bill Buzbee
2009-07-22
1
-0
/
+28
*
Polish JIT trace profiling and fix a unchaining bug when profiling is enabled.
Ben Cheng
2009-07-20
1
-5
/
+11
*
Inline-execute for Java.Lang.Math routines, jit codegen restructure, various ...
Bill Buzbee
2009-07-10
11
-487
/
+783
*
Improved method invocation performance: 1.5x for virtual and 2.8x for interface.
Ben Cheng
2009-07-09
4
-146
/
+581
*
Collect per-method code size statistics to show compiled vs overall Dalvik po...
Ben Cheng
2009-06-24
1
-1
/
+1
*
The address of dvmMterpCommonExceptionThrown should be loaded in a position-i...
Ben Cheng
2009-06-22
1
-2
/
+4
*
Instance_of should return false if reference is NULL.
Ben Cheng
2009-06-22
1
-4
/
+5
*
Trace profiling support for the jit
Bill Buzbee
2009-06-18
3
-8
/
+44
*
Implemented peephole optimizations including null-check elimination, redundan...
Ben Cheng
2009-06-17
8
-375
/
+995
*
Add arm vfp support for the Jit
Bill Buzbee
2009-06-16
6
-66
/
+408
*
Makes the primary Jit table growable. Also includes a change suggested earli...
Bill Buzbee
2009-06-09
1
-1
/
+1
*
Fix two codegen problems: out-of-bound PC-relative addresses and missing bran...
Ben Cheng
2009-06-09
4
-126
/
+76
*
Support for stopping all threads in a Jit environment.
Bill Buzbee
2009-06-05
1
-28
/
+198
*
Initial port of the Dalvik JIT enging to the internal repository.
Ben Cheng
2009-06-04
4
-0
/
+3795