summaryrefslogtreecommitdiffstats
path: root/vm/compiler
Commit message (Expand)AuthorAgeFilesLines
* dalvik: Disable loop hoisting optimization on perf buildsSteve Kondik2014-05-081-0/+4
* Revert "dalvik: add placeholder for future changes"Steve Kondik2014-05-012-10/+1
* dalvik: add placeholder for future changesWei Wang2014-03-212-1/+10
* Revert JIT changes for nowSteve Kondik2014-02-035-131/+2
* vm: Enable fast multiply on perf builds tooSteve Kondik2014-02-025-13/+2
* Initialize callTgt variableBernhard Rosenkränzer2014-02-021-1/+1
* Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JITSerban Constantinescu2014-02-023-0/+43
* Dalvik: Add sdiv support in the JITSerban Constantinescu2014-02-024-2/+88
* Dalvik: DMB Optimisations for TracingJITDavid Butcher2014-01-022-9/+9
* Merge branch 'kk_2.7_rb1.11' of git://codeaurora.org/platform/dalvik into cm-...Steve Kondik2013-11-301-5/+11
|\
| * dalvik: use T3 branch when target offset is too largeWei Wang2013-11-191-5/+11
* | Merge branch 'kk_2.7_rb1.9' of git://codeaurora.org/platform/dalvik into cafSteve Kondik2013-11-1123-153/+1409
|\|
| * dalvik: dalvik device extension pack.Xin Qi2013-10-3123-154/+1082
* | Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-0132-1098/+157
|\|
| * Fix the protection of code cache for x86 JITJun Tian2013-08-092-17/+17
| * resolved conflicts for merge of ae77d6b6 to masterBrian Carlstrom2013-08-021-1/+1
| |\
| | * Remove dependency on frameworks/nativeBrian Carlstrom2013-08-011-1/+1
| * | am 73a09433: Merge "Minor code cleanup to address warnings found by Clang."Ben Cheng2013-07-291-1/+1
| |\|
| | * Minor code cleanup to address warnings found by Clang.Ben Cheng2013-07-291-1/+1
| * | libenc: remove libutils dependencyAlex Ray2013-07-231-1/+1
| * | am bbd903de: am 28702c58: am ae2fb913: Merge "JIT: Use rsb and shift in easy ...Elliott Hughes2013-06-175-4/+23
| |\|
| | * JIT: Use rsb and shift in easy multiply.Anders O Nilsson2013-06-145-4/+23
| * | am 15139109: am 6529809b: Merge "JIT: Allow use of cbz/cbnz for conditional b...Elliott Hughes2013-06-131-4/+2
| |\|
| | * Merge "JIT: Allow use of cbz/cbnz for conditional branch gen."Elliott Hughes2013-06-131-4/+2
| | |\
| | | * JIT: Allow use of cbz/cbnz for conditional branch gen.Anders O Nilsson2013-04-181-4/+2
| * | | am de241376: am 91027c67: Merge "Remove unused compiler templates for armv7-a*"Elliott Hughes2013-06-0510-1004/+10
| |\| |
| | * | Merge "Remove unused compiler templates for armv7-a*"Elliott Hughes2013-06-0510-1004/+10
| | |\ \
| | | * | Remove unused compiler templates for armv7-a*You Kim2013-05-1710-1004/+10
| | | |/
| * | | am b91f922c: am f3079bda: Merge "Rename unreasonable function name dmvCompile...Elliott Hughes2013-06-0510-20/+20
| |\| |
| | * | Rename unreasonable function name dmvCompilerTemplateEndYanchuan Nian2013-06-0510-20/+20
| | * | Fix JIT bug related to immediate doublesbuzbee2013-04-261-1/+2
| | |/
| | * Merge "Tiny optimization for complier templates for arm."Elliott Hughes2013-04-027-44/+44
| | |\
| | | * Tiny optimization for complier templates for arm.You Kim2013-04-037-44/+44
| | * | Fix a minor leaks caused by failed initializations.(typo)You Kim2013-04-031-1/+3
| | |/
| | * Merge "[x86] Fix errors with WITH_JIT_TUNING defined"Elliott Hughes2013-04-014-2/+37
| | |\
| | | * [x86] Fix errors with WITH_JIT_TUNING definedUdayan Banerji2013-03-294-2/+37
| | * | Merge "[x86] Terminate trace if SGET/SPUT have unresolved fields in codegen"Elliott Hughes2013-04-011-1/+11
| | |\ \
| | | * | [x86] Terminate trace if SGET/SPUT have unresolved fields in codegenUdayan Banerji2013-03-291-1/+11
| | | |/
| | * / [x86] FPU stack needs to be reset after double conversionUdayan Banerji2013-04-011-16/+34
| | |/
| | * [x86] Disable Method-JIT for x86 targetUdayan Banerji2013-03-291-0/+3
| * | JIT tuning; set cache size on command linebuzbee2013-05-238-7/+41
| * | Revert "Revert "Tiny optimization for complier templates for arm.""Elliott Hughes2013-05-037-44/+44
* | | Revert "Move verification of class access flags to libdex"Ricardo Cerqueira2013-11-016-317/+147
* | | JIT: Combine add with shift and offset for array load & store.Anders O Nilsson2013-07-244-143/+294
* | | JIT: Combine add with shift.Anders O Nilsson2013-07-242-0/+134
* | | JIT: Hoist loop load operations above loop.Henrik Smiding2013-07-243-1/+211
* | | JIT: Use rsb and shift in easy multiply.Anders O Nilsson2013-07-245-4/+23
* | | JIT: Combine shift & sub for monitor unlock.Anders O Nilsson2013-07-241-2/+1
* | | JIT: Allow use of cbz/cbnz for conditional branch gen.Anders O Nilsson2013-07-241-4/+2
* | | dalvik: update ARMv6 code to bring in line with ARMv5Lalit Maganti2013-07-249-113/+115