summaryrefslogtreecommitdiffstats
path: root/vm/compiler/template/out/CompilerTemplateAsm-armv7-a.S
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove unused compiler templates for armv7-a*"Elliott Hughes2013-06-051-479/+0
|\
| * Remove unused compiler templates for armv7-a*You Kim2013-05-171-479/+0
* | Rename unreasonable function name dmvCompilerTemplateEndYanchuan Nian2013-06-051-2/+2
|/
* Tiny optimization for complier templates for arm.You Kim2013-04-031-9/+9
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-111-2/+2
* Switched code to blx <reg>David Butcher2012-06-201-32/+32
* InterpBreak cleanup (part 1)buzbee2011-04-221-1/+1
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-12/+12
* [JIT] Clear inJitCodeCache flag on returnbuzbee2011-04-181-0/+4
* Fix interpreter debug attachbuzbee2011-03-301-1/+1
* Interpreter restructuringbuzbee2011-03-231-35/+21
* Interpreter restructuring: eliminate InterpStatebuzbee2011-02-191-127/+108
* Misc goodies in the JIT in preparation for more aggressive code motion.Ben Cheng2011-02-081-1/+1
* Support traceview-style profiling in all buildsbuzbee2011-01-191-11/+378
* [JIT] Trace profiling supportbuzbee2010-12-171-0/+34
* Stamp out some x86/host mode warningsbuzbee2010-12-141-19/+16
* resolved conflicts for merge of dfc99234 to dalvik-devBen Cheng2010-10-221-1/+15
|\
| * Avoid conditional loads if WORKAROUND_CORTEX_A9_745320 is defined.Ben Cheng2010-10-221-1/+15
* | Fine-tune the instructions on the method invocation path.Ben Cheng2010-10-121-8/+5
|/
* Collect method traces with the fast interpreter and the JIT'ed code.Ben Cheng2010-09-021-0/+57
* Implement method inlining for getters/settersBen Cheng2010-08-021-14/+4
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
* Remove the write permission for the JIT code cache when not neededBen Cheng2010-05-271-3/+5
* JIT: Fix for [Issue 2675245] FRF40 monkey crash in jit-cacheBill Buzbee2010-05-171-3/+3
* Add counters to track JIT inline cache hit rate and code cache patch counts.Ben Cheng2010-05-131-6/+16
* Use unsigned comparison for stack pointers.Ben Cheng2010-04-291-3/+3
* Fix for the JIT blocking mode plus some code cleanup.Ben Cheng2010-03-241-0/+5
* Collect more JIT stats in the assert build.Ben Cheng2010-03-051-6/+6
* Tweak the interpreter entries and 2nd level trace filter to capture more traces.Ben Cheng2010-02-251-4/+6
* Jit: Monitor exit, possible fix for Issue 2396073Bill Buzbee2010-02-161-11/+5
* Jit: Start the Jit when framework signals on first screen drawBill Buzbee2010-02-051-0/+6
* Made Self Verification mode's memory interface less intrusive.jeffhao2010-02-041-40/+23
* Jit: Rework monitor enter/exit to simplify thread suspensionBill Buzbee2010-02-021-0/+72
* Jit: Rework delayed start plus misc. cleanupBill Buzbee2010-01-281-2/+7
* Tighten the safe points for code cache resets to happen.Ben Cheng2010-01-251-0/+16
* Tear down the code cache when it is full and restart from scratch.Ben Cheng2010-01-071-4/+24
* Move VFP register save/restore routines from template to codegen.Ben Cheng2009-12-161-20/+0
* Jit: Save/restore callee-save floating point registers at interpreter entry/exitBill Buzbee2009-12-101-2/+22
* Jit: Fix for 2187020, bad exception recovery from native invoke staticBill Buzbee2009-12-031-0/+1
* Jit: fix for string/indexOf handler.Bill Buzbee2009-11-191-1/+1
* Jit: string's compareTo performance improvement.Bill Buzbee2009-11-161-1/+42
* Jit: fix for compareTo handler.Bill Buzbee2009-11-151-3/+3
* Introduce "just interpret" chainable pseudo-translation.Bill Buzbee2009-11-091-0/+32
* Fix for inline string indexof; added regression testsBill Buzbee2009-11-041-32/+45
* Implement chaining up to the first 64 cases in a switch statement.Ben Cheng2009-11-031-4/+10
* Jit - optimized inline string compareto, indexof; fill_array_data bug fixBill Buzbee2009-11-021-0/+205
* Major registor allocation rework - stage 1.Bill Buzbee2009-10-301-0/+46
* Fixed OOM exception handling in JIT'ed code and added a new unit test.Ben Cheng2009-09-271-4/+20
* Inline Sqrt bug fix; add support for fp/gen register copiesBill Buzbee2009-09-041-3/+3
* am f7fb0086: Merge change 22659 into eclairAndy McFadden2009-08-261-10/+10
|\