summaryrefslogtreecommitdiffstats
path: root/vm/compiler
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-05253-88308/+0
* Remove inconsistent usage of macros that broke Thread.sleep/wait on hostPaul Duffin2014-04-241-10/+2
* dalvik: let 32-bit dalvik build on multilib targetsColin Cross2014-03-211-0/+1
* Remove usage of pthread_cond_timedwait_monotonic_np.Narayan Kamath2014-03-041-0/+8
* Move dalvik off cacheflush so we can deprecate it.Elliott Hughes2014-02-128-30/+17
* Merge "Revert "Protect JIT Code cache modifications with version check""Jeff Hao2014-01-271-32/+18
|\
| * Revert "Protect JIT Code cache modifications with version check"Jeff Hao2014-01-271-32/+18
* | Merge "Protect JIT Code cache modifications with version check"Bill Buzbee2014-01-101-18/+32
|\|
| * Protect JIT Code cache modifications with version checkArdi Dhrimaj2013-12-101-18/+32
* | Merge "Initialize callTgt variable"Ian Rogers2013-12-311-1/+1
|\ \
| * | Initialize callTgt variableBernhard Rosenkränzer2013-12-311-1/+1
* | | Don't implicitly cast NULL to a boolBernhard Rosenkränzer2013-12-311-1/+1
|/ /
* | Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JITSerban Constantinescu2013-12-193-0/+43
* | Dalvik: Add sdiv support in the JITSerban Constantinescu2013-12-194-2/+88
|/
* Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEADThe Android Open Source Project2013-11-228-7/+41
|\
| * am 730ba5ca: Merge "Fix the protection of code cache for x86 JIT"Elliott Hughes2013-08-092-17/+17
| |\
| * \ resolved conflicts for merge of ae77d6b6 to masterBrian Carlstrom2013-08-021-1/+1
| |\ \
| * \ \ am 73a09433: Merge "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
| |\ \ \ \
| * \ \ \ \ am 15139109: am 6529809b: Merge "JIT: Allow use of cbz/cbnz for conditional b...Elliott Hughes2013-06-131-4/+2
| |\ \ \ \ \
| * \ \ \ \ \ am de241376: am 91027c67: Merge "Remove unused compiler templates for armv7-a*"Elliott Hughes2013-06-0510-1004/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am b91f922c: am f3079bda: Merge "Rename unreasonable function name dmvCompile...Elliott Hughes2013-06-0510-20/+20
| |\ \ \ \ \ \ \
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 7f77254e: Merge "Fix -Xjitthreshold."Elliott Hughes2013-02-266-6/+18
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix JIT bug related to immediate doublesbuzbee2013-02-111-1/+2
* | | | | | | | | | | Merge "Dalvik: DMB Optimisations for TracingJIT"Elliott Hughes2013-11-142-9/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Dalvik: DMB Optimisations for TracingJITDavid Butcher2013-11-122-9/+9
* | | | | | | | | | | | Move dalvik's MIPS code off old kernel headers.Elliott Hughes2013-11-132-4/+0
|/ / / / / / / / / / /
* | | | | | | | | | | [MIPS] Use sync instruction in dvmCompilerGenMemBarrierChris Dearman2013-10-255-8/+62
* | | | | | | | | | | [MIPS] Fixing FP registers fs0 and fs1 corruption bug.Douglas Leung2013-10-253-30/+30
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix the protection of code cache for x86 JITJun Tian2013-08-092-17/+17
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Remove dependency on frameworks/nativeBrian Carlstrom2013-08-011-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Minor code cleanup to address warnings found by Clang.Ben Cheng2013-07-291-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | JIT: Use rsb and shift in easy multiply.Anders O Nilsson2013-06-145-4/+23
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
* | | | | | 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
| |/ / / /
* | | | | Rename unreasonable function name dmvCompilerTemplateEndYanchuan Nian2013-06-0510-20/+20
* | | | | Fix JIT bug related to immediate doublesbuzbee2013-04-261-1/+2
|/ / / /