summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/armv5te/Codegen.c
Commit message (Expand)AuthorAgeFilesLines
* Stage 2 of structural changes for support of THUMB2. No logic changes.Bill Buzbee2009-07-281-3614/+0
* First phase of restructuring to support THUMB2 & ARM tracesBill Buzbee2009-07-271-6/+6
* Inline-execute for Java.Lang.Math routines, jit codegen restructure, various ...Bill Buzbee2009-07-101-176/+222
* Improved method invocation performance: 1.5x for virtual and 2.8x for interface.Ben Cheng2009-07-091-105/+402
* Collect per-method code size statistics to show compiled vs overall Dalvik po...Ben Cheng2009-06-241-1/+1
* The address of dvmMterpCommonExceptionThrown should be loaded in a position-i...Ben Cheng2009-06-221-2/+4
* Instance_of should return false if reference is NULL.Ben Cheng2009-06-221-4/+5
* Trace profiling support for the jitBill Buzbee2009-06-181-5/+30
* Implemented peephole optimizations including null-check elimination, redundan...Ben Cheng2009-06-171-297/+604
* Add arm vfp support for the JitBill Buzbee2009-06-161-66/+95
* Fix two codegen problems: out-of-bound PC-relative addresses and missing bran...Ben Cheng2009-06-091-22/+37
* Initial port of the Dalvik JIT enging to the internal repository.Ben Cheng2009-06-041-0/+2892