summaryrefslogtreecommitdiffstats
path: root/vm/interp/InterpDefs.h
Commit message (Expand)AuthorAgeFilesLines
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-201-0/+18
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-11/+3
* Move JDWP into C++ and add extern "C" to remaining non-compiler includes.Carl Shapiro2011-04-141-0/+8
* Interpreter restructuringbuzbee2011-03-231-25/+5
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-148/+4
* Support traceview-style profiling in all buildsbuzbee2011-01-191-7/+0
* Consolidate mterp's debug/profile/suspend controlbuzbee2011-01-191-13/+12
* Merge-conflict cleanup.Ben Cheng2011-01-101-1/+0
* resolved conflicts for merge of 4fa9da7e to dalvik-devBen Cheng2011-01-051-18/+13
|\
| * More Jit-to-Interp entry point cleanup.Ben Cheng2011-01-051-18/+12
* | am af5aa1f4: Don\'t treat dvmJitToPatchPredictedChain as a Jit-to-Interp entr...Ben Cheng2011-01-041-1/+0
|\|
| * Don't treat dvmJitToPatchPredictedChain as a Jit-to-Interp entry point.Ben Cheng2011-01-041-1/+0
* | [JIT] Trace profiling supportbuzbee2010-12-171-9/+10
* | Experimental x86 Jit trace selectionbuzbee2010-12-131-1/+3
|/
* Fix the dalvik-dev buildbuzbee2010-09-231-24/+0
* am 7232f715: am ce3de859: am 4934b377: Several fixes for JIT and self-verific...Ben Cheng2010-09-231-0/+25
|\
| * Several fixes for JIT and self-verification under corner cases.Ben Cheng2010-09-221-0/+25
* | Several fixes for JIT and self-verification under corner cases.Ben Cheng2010-09-201-0/+25
* | Collect method traces with the fast interpreter and the JIT'ed code.Ben Cheng2010-09-021-4/+10
|/
* Always support debugging and profiling.Andy McFadden2010-08-181-14/+2
* Interpreter & JIT support for write barriersbuzbee2010-07-131-2/+4
* JIT: Trace selection tuning to reduce number of spurious "hot" traces.buzbee2010-06-091-2/+2
* Remove the write permission for the JIT code cache when not neededBen Cheng2010-05-271-0/+1
* Rework common_periodicChecks.Andy McFadden2010-04-291-0/+4
* Improve JIT self verifier test coverage to follow single-step instructions.Ben Cheng2010-03-261-2/+2
* Jit: Minor cleanup - enum size fix, remove useless code, control consistency.Bill Buzbee2010-03-151-1/+1
* Tweak the interpreter entries and 2nd level trace filter to capture more traces.Ben Cheng2010-02-251-4/+8
* Jit: Remove references to interpState from C interpreterBill Buzbee2010-02-081-2/+2
* Made Self Verification mode's memory interface less intrusive.jeffhao2010-02-041-16/+0
* Jit: Rework delayed start plus misc. cleanupBill Buzbee2010-01-281-0/+8
* Jit: Save/restore callee-save floating point registers at interpreter entry/exitBill Buzbee2009-12-101-0/+9
* Jit stress mode: translate everything we can and self verify.Bill Buzbee2009-11-101-1/+1
* Introduce "just interpret" chainable pseudo-translation.Bill Buzbee2009-11-091-0/+1
* Major registor allocation rework - stage 1.Bill Buzbee2009-10-301-4/+7
* Fixed the trace builder to correctly handle excpetion throwing instruction.Ben Cheng2009-09-291-2/+3
* New changes to enable self verification mode.Jeff Hao2009-08-211-0/+19
* Correct the type of a pointer.Andy McFadden2009-08-071-1/+1
* Improved method invocation performance: 1.5x for virtual and 2.8x for interface.Ben Cheng2009-07-091-2/+5
* New threshold mechanism for trace selections. Intended to reduce number of j...Bill Buzbee2009-06-221-1/+5
* Makes the primary Jit table growable. Also includes a change suggested earli...Bill Buzbee2009-06-091-1/+0
* Initial port of the Dalvik JIT enging to the internal repository.Ben Cheng2009-06-041-2/+76
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+148
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-148/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-411/+1
* Initial ContributionThe Android Open Source Project2008-10-211-0/+558