summaryrefslogtreecommitdiffstats
path: root/vm/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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 "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
* | Fix a minor leaks caused by failed initializations.(typo)You Kim2013-04-021-1/+3
* | [x86] Fix errors with WITH_JIT_TUNING definedUdayan Banerji2013-04-014-2/+37
* | [x86] Terminate trace if SGET/SPUT have unresolved fields in codegenUdayan Banerji2013-04-011-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-04-011-0/+3
* | am 6e2d46fd: am 03a938bc: Merge "Fix -Xjitthreshold (for real this time)."Elliott Hughes2013-03-016-6/+6
|\|
| * Fix -Xjitthreshold (for real this time).Elliott Hughes2013-03-016-6/+6
* | am 7f77254e: Merge "Fix -Xjitthreshold."Elliott Hughes2013-02-266-6/+18
|\|
| * Fix -Xjitthreshold.Elliott Hughes2013-02-256-6/+18
* | Fix JIT bug related to immediate doublesbuzbee2013-02-111-1/+2
|/
* rTEMP gets clobbered in the JALR macro. Use t9 instead.Raghu Gandham2013-01-222-6/+6
* Remove dvmFindInterfaceMethodInCache2.Elliott Hughes2012-12-064-32/+8
* JIT: Performance fix for const doublesbuzbee2012-11-303-5/+65
* Merge "[MIPS] Fix several profiling issues caused by incorrect register saves"Elliott Hughes2012-11-275-28/+38
|\
| * [MIPS] Fix several profiling issues caused by incorrect register savesChris Dearman2012-11-215-28/+38
* | [MIPS] Fixing FP registers fs0 and fs1 corruption bug.Douglas Leung2012-11-261-0/+8
|/
* Fix x86 JIT log spam.Elliott Hughes2012-11-072-2/+9
* Don't disable inlining for ARM.Elliott Hughes2012-10-092-2/+11
* MIPS: Missing zero-checks in JIT compiler.Douglas Leung2012-10-051-1/+9
* Use 0xde as the poison value after JIT code cache reset.Ben Cheng2012-09-171-2/+6
* Optimize those StrictMath routines that are identical to Math routines.Elliott Hughes2012-09-142-12/+32
* hardening: eliminate all text relocations from lidbvmArd Biesheuvel2012-08-1110-16/+16
* Fix an array out-of-bound read in the JIT compiler.Douglas Leung2012-08-011-4/+10