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
/
InterpDefs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] X86 trace JIT compiler support
Dong-Yuan Chen
2012-07-20
1
-0
/
+18
*
Normalize the include guard style.
Carl Shapiro
2011-06-14
1
-3
/
+3
*
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
1
-11
/
+3
*
Move JDWP into C++ and add extern "C" to remaining non-compiler includes.
Carl Shapiro
2011-04-14
1
-0
/
+8
*
Interpreter restructuring
buzbee
2011-03-23
1
-25
/
+5
*
Interpreter restructuring: eliminate InterpState
buzbee
2011-02-19
1
-148
/
+4
*
Support traceview-style profiling in all builds
buzbee
2011-01-19
1
-7
/
+0
*
Consolidate mterp's debug/profile/suspend control
buzbee
2011-01-19
1
-13
/
+12
*
Merge-conflict cleanup.
Ben Cheng
2011-01-10
1
-1
/
+0
*
resolved conflicts for merge of 4fa9da7e to dalvik-dev
Ben Cheng
2011-01-05
1
-18
/
+13
|
\
|
*
More Jit-to-Interp entry point cleanup.
Ben Cheng
2011-01-05
1
-18
/
+12
*
|
am af5aa1f4: Don\'t treat dvmJitToPatchPredictedChain as a Jit-to-Interp entr...
Ben Cheng
2011-01-04
1
-1
/
+0
|
\
|
|
*
Don't treat dvmJitToPatchPredictedChain as a Jit-to-Interp entry point.
Ben Cheng
2011-01-04
1
-1
/
+0
*
|
[JIT] Trace profiling support
buzbee
2010-12-17
1
-9
/
+10
*
|
Experimental x86 Jit trace selection
buzbee
2010-12-13
1
-1
/
+3
|
/
*
Fix the dalvik-dev build
buzbee
2010-09-23
1
-24
/
+0
*
am 7232f715: am ce3de859: am 4934b377: Several fixes for JIT and self-verific...
Ben Cheng
2010-09-23
1
-0
/
+25
|
\
|
*
Several fixes for JIT and self-verification under corner cases.
Ben Cheng
2010-09-22
1
-0
/
+25
*
|
Several fixes for JIT and self-verification under corner cases.
Ben Cheng
2010-09-20
1
-0
/
+25
*
|
Collect method traces with the fast interpreter and the JIT'ed code.
Ben Cheng
2010-09-02
1
-4
/
+10
|
/
*
Always support debugging and profiling.
Andy McFadden
2010-08-18
1
-14
/
+2
*
Interpreter & JIT support for write barriers
buzbee
2010-07-13
1
-2
/
+4
*
JIT: Trace selection tuning to reduce number of spurious "hot" traces.
buzbee
2010-06-09
1
-2
/
+2
*
Remove the write permission for the JIT code cache when not needed
Ben Cheng
2010-05-27
1
-0
/
+1
*
Rework common_periodicChecks.
Andy McFadden
2010-04-29
1
-0
/
+4
*
Improve JIT self verifier test coverage to follow single-step instructions.
Ben Cheng
2010-03-26
1
-2
/
+2
*
Jit: Minor cleanup - enum size fix, remove useless code, control consistency.
Bill Buzbee
2010-03-15
1
-1
/
+1
*
Tweak the interpreter entries and 2nd level trace filter to capture more traces.
Ben Cheng
2010-02-25
1
-4
/
+8
*
Jit: Remove references to interpState from C interpreter
Bill Buzbee
2010-02-08
1
-2
/
+2
*
Made Self Verification mode's memory interface less intrusive.
jeffhao
2010-02-04
1
-16
/
+0
*
Jit: Rework delayed start plus misc. cleanup
Bill Buzbee
2010-01-28
1
-0
/
+8
*
Jit: Save/restore callee-save floating point registers at interpreter entry/exit
Bill Buzbee
2009-12-10
1
-0
/
+9
*
Jit stress mode: translate everything we can and self verify.
Bill Buzbee
2009-11-10
1
-1
/
+1
*
Introduce "just interpret" chainable pseudo-translation.
Bill Buzbee
2009-11-09
1
-0
/
+1
*
Major registor allocation rework - stage 1.
Bill Buzbee
2009-10-30
1
-4
/
+7
*
Fixed the trace builder to correctly handle excpetion throwing instruction.
Ben Cheng
2009-09-29
1
-2
/
+3
*
New changes to enable self verification mode.
Jeff Hao
2009-08-21
1
-0
/
+19
*
Correct the type of a pointer.
Andy McFadden
2009-08-07
1
-1
/
+1
*
Improved method invocation performance: 1.5x for virtual and 2.8x for interface.
Ben Cheng
2009-07-09
1
-2
/
+5
*
New threshold mechanism for trace selections. Intended to reduce number of j...
Bill Buzbee
2009-06-22
1
-1
/
+5
*
Makes the primary Jit table growable. Also includes a change suggested earli...
Bill Buzbee
2009-06-09
1
-1
/
+0
*
Initial port of the Dalvik JIT enging to the internal repository.
Ben Cheng
2009-06-04
1
-2
/
+76
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+148
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-148
/
+0
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
1
-411
/
+1
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+558