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
/
Utility.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the compiler into C++.
Carl Shapiro
2011-04-19
1
-409
/
+0
*
Generate code for loops formed with the new builder
Ben Cheng
2011-03-31
1
-6
/
+4
*
Extend a trace with a backward branch into a loop.
Ben Cheng
2011-03-18
1
-1
/
+4
*
Progress on live-precise GC.
Andy McFadden
2010-12-16
1
-10
/
+7
*
Implement method parser and SSA transformation.
Ben Cheng
2010-12-13
1
-11
/
+105
*
Fix implicit conversions, rename reserved works, enable -Wc++-compat.
Carl Shapiro
2010-12-07
1
-2
/
+2
*
Fix off-by-1 bug in expandable bit vectors.
Ben Cheng
2010-11-23
1
-1
/
+2
*
Implement method inlining for getters/setters
Ben Cheng
2010-08-02
1
-11
/
+37
*
Remove unused labels, variables, and functions. Enable warnings.
Carl Shapiro
2010-05-21
1
-2
/
+2
*
Add counters to track JIT inline cache hit rate and code cache patch counts.
Ben Cheng
2010-05-13
1
-4
/
+4
*
Clean up the codegen for invoking helper callout functions.
Ben Cheng
2010-04-02
1
-1
/
+0
*
Fix a race condition in JIT state refresh under debugging / misc code cleanup.
Ben Cheng
2010-03-31
1
-1
/
+1
*
Jit: Make most Jit compile failures non-fatal; just abort offending translation
Bill Buzbee
2010-03-07
1
-5
/
+13
*
Tear down the code cache when it is full and restart from scratch.
Ben Cheng
2010-01-07
1
-1
/
+2
*
Implement chaining up to the first 64 cases in a switch statement.
Ben Cheng
2009-11-03
1
-1
/
+1
*
Model resource usage for each Thumb/Thumb2 instrution.
Ben Cheng
2009-09-11
1
-2
/
+4
*
Implement SSA-based loop optimizations.
Ben Cheng
2009-09-01
1
-0
/
+68
*
Polish JIT trace profiling and fix a unchaining bug when profiling is enabled.
Ben Cheng
2009-07-20
1
-0
/
+3
*
Collect per-method code size statistics to show compiled vs overall Dalvik po...
Ben Cheng
2009-06-24
1
-2
/
+41
*
Implemented peephole optimizations including null-check elimination, redundan...
Ben Cheng
2009-06-17
1
-0
/
+1
*
Initial port of the Dalvik JIT enging to the internal repository.
Ben Cheng
2009-06-04
1
-0
/
+169