summaryrefslogtreecommitdiffstats
path: root/vm/compiler/template
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-0116-1060/+66
|\
| * Merge "Remove unused compiler templates for armv7-a*"Elliott Hughes2013-06-056-998/+4
| |\
| | * Remove unused compiler templates for armv7-a*You Kim2013-05-176-998/+4
| * | Rename unreasonable function name dmvCompilerTemplateEndYanchuan Nian2013-06-059-18/+18
| |/
| * Tiny optimization for complier templates for arm.You Kim2013-04-037-44/+44
* | dalvik: update ARMv6 code to bring in line with ARMv5Lalit Maganti2013-07-249-113/+115
* | Add support for ARMv6J and ARMv6-VFP processor targetArne Coucheron2013-07-2467-1/+5409
* | Revert "Tiny optimization for complier templates for arm."Bill Buzbee2013-04-047-44/+44
* | Tiny optimization for complier templates for arm.You Kim2013-04-027-44/+44
|/
* rTEMP gets clobbered in the JALR macro. Use t9 instead.Raghu Gandham2013-01-222-6/+6
* [MIPS] Fix several profiling issues caused by incorrect register savesChris Dearman2012-11-215-28/+38
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-1110-16/+16
* Switched code to blx <reg>David Butcher2012-06-2011-173/+173
* [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-0256-1/+5851
* InterpBreak cleanup (part 1)buzbee2011-04-225-5/+5
* Consolidate curFrame fields in thread storagebuzbee2011-04-229-55/+55
* [JIT] Clear inJitCodeCache flag on returnbuzbee2011-04-185-0/+18
* Fix interpreter debug attachbuzbee2011-03-305-5/+5
* Interpreter restructuringbuzbee2011-03-2311-165/+96
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-1922-602/+531
* Misc goodies in the JIT in preparation for more aggressive code motion.Ben Cheng2011-02-086-6/+6
* Support traceview-style profiling in all buildsbuzbee2011-01-1922-57/+1580
* [JIT] Trace profiling supportbuzbee2010-12-1713-0/+171
* Stamp out some x86/host mode warningsbuzbee2010-12-146-100/+80
* Experimental x86 Jit trace selectionbuzbee2010-12-134-46/+64
* Another clarifying rename and a bit more automation.Dan Bornstein2010-12-031-2/+2
* It's "opcode" not "opCode".Dan Bornstein2010-12-011-1/+1
* Say kNumDalvikInstructions when appropriate.Dan Bornstein2010-11-191-2/+3
* resolved conflicts for merge of dfc99234 to dalvik-devBen Cheng2010-10-227-5/+75
|\
| * Avoid conditional loads if WORKAROUND_CORTEX_A9_745320 is defined.Ben Cheng2010-10-228-6/+76
* | Remove junk from platform.S now armv4t is gone.Elliott Hughes2010-10-219-34/+24
* | Fine-tune the instructions on the method invocation path.Ben Cheng2010-10-128-41/+26
|/
* Add source code skeletons for x86 work. No actual JIT'ng yet.buzbee2010-09-208-1/+252
* Collect method traces with the fast interpreter and the JIT'ed code.Ben Cheng2010-09-029-0/+285
* Implement method inlining for getters/settersBen Cheng2010-08-026-62/+19
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-0817-21/+0
* Remove the write permission for the JIT code cache when not neededBen Cheng2010-05-275-15/+25
* JIT: Fix for [Issue 2675245] FRF40 monkey crash in jit-cacheBill Buzbee2010-05-175-15/+15
* Add counters to track JIT inline cache hit rate and code cache patch counts.Ben Cheng2010-05-1311-30/+80
* Use unsigned comparison for stack pointers.Ben Cheng2010-04-297-15/+15
* Fix for the JIT blocking mode plus some code cleanup.Ben Cheng2010-03-245-0/+25
* Add armv7-a-neon build targetColin Cross2010-03-094-1/+1659
* Collect more JIT stats in the assert build.Ben Cheng2010-03-059-24/+24
* Tweak the interpreter entries and 2nd level trace filter to capture more traces.Ben Cheng2010-02-256-16/+24
* Jit: Monitor exit, possible fix for Issue 2396073Bill Buzbee2010-02-163-44/+6
* JIT: Replace missing ending comment marker MONITOR_ENTER templateBill Buzbee2010-02-053-3/+3
* Jit: Start the Jit when framework signals on first screen drawBill Buzbee2010-02-056-0/+27
* Made Self Verification mode's memory interface less intrusive.jeffhao2010-02-049-121/+110
* Jit: Rework monitor enter/exit to simplify thread suspensionBill Buzbee2010-02-0212-1/+297
* Jit: Rework delayed start plus misc. cleanupBill Buzbee2010-01-284-6/+26