summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/armv5te
Commit message (Expand)AuthorAgeFilesLines
* Stage 2 of structural changes for support of THUMB2. No logic changes.Bill Buzbee2009-07-2813-5845/+0
* First phase of restructuring to support THUMB2 & ARM tracesBill Buzbee2009-07-276-83/+247
* Add armv7-a target to jit. Mostly a placeholder, another restructuring to comeBill Buzbee2009-07-221-0/+28
* Polish JIT trace profiling and fix a unchaining bug when profiling is enabled.Ben Cheng2009-07-201-5/+11
* Inline-execute for Java.Lang.Math routines, jit codegen restructure, various ...Bill Buzbee2009-07-1011-487/+783
* Improved method invocation performance: 1.5x for virtual and 2.8x for interface.Ben Cheng2009-07-094-146/+581
* 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-183-8/+44
* Implemented peephole optimizations including null-check elimination, redundan...Ben Cheng2009-06-178-375/+995
* Add arm vfp support for the JitBill Buzbee2009-06-166-66/+408
* Makes the primary Jit table growable. Also includes a change suggested earli...Bill Buzbee2009-06-091-1/+1
* Fix two codegen problems: out-of-bound PC-relative addresses and missing bran...Ben Cheng2009-06-094-126/+76
* Support for stopping all threads in a Jit environment.Bill Buzbee2009-06-051-28/+198
* Initial port of the Dalvik JIT enging to the internal repository.Ben Cheng2009-06-044-0/+3795