summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen
Commit message (Expand)AuthorAgeFilesLines
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-05100-64981/+0
* dalvik: let 32-bit dalvik build on multilib targetsColin Cross2014-03-211-0/+1
* Move dalvik off cacheflush so we can deprecate it.Elliott Hughes2014-02-125-26/+10
* Initialize callTgt variableBernhard 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-227-6/+40
|\
| * am 730ba5ca: Merge "Fix the protection of code cache for x86 JIT"Elliott Hughes2013-08-091-9/+9
| |\
| * \ resolved conflicts for merge of ae77d6b6 to masterBrian Carlstrom2013-08-021-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-054-6/+6
| |\ \ \ \ \
| * | | | | | JIT tuning; set cache size on command linebuzbee2013-05-237-6/+40
| * | | | | | am bf452d48: Merge "[x86] Fix errors with WITH_JIT_TUNING defined"Elliott Hughes2013-04-014-2/+37
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am d335cba5: Merge "[x86] Terminate trace if SGET/SPUT have unresolved fields...Elliott Hughes2013-04-011-1/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am 953e6b83: Merge "[x86] FPU stack needs to be reset after double conversion"Elliott Hughes2013-04-011-16/+34
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am ddff71d4: Merge "[x86] Disable Method-JIT for x86 target"Elliott Hughes2013-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
* | | | | | | | | | | | | Dalvik: DMB Optimisations for TracingJITDavid Butcher2013-11-122-9/+9
* | | | | | | | | | | | | [MIPS] Use sync instruction in dvmCompilerGenMemBarrierChris Dearman2013-10-255-8/+62
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix the protection of code cache for x86 JITJun Tian2013-08-091-9/+9
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Remove dependency on frameworks/nativeBrian Carlstrom2013-08-011-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-054-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unused compiler templates for armv7-a*You Kim2013-05-174-6/+6
| |/ / / / / / /
* / / / / / / / Fix JIT bug related to immediate doublesbuzbee2013-04-261-1/+2
|/ / / / / / /
* | | | | | | 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
| |_|/ |/| |
* | | Fix -Xjitthreshold (for real this time).Elliott Hughes2013-03-016-6/+6
| |/ |/|
* | Fix -Xjitthreshold.Elliott Hughes2013-02-256-6/+18
|/
* Remove dvmFindInterfaceMethodInCache2.Elliott Hughes2012-12-064-32/+8
* JIT: Performance fix for const doublesbuzbee2012-11-303-5/+65
* [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
* Fix an array out-of-bound read in the JIT compiler.Douglas Leung2012-08-011-4/+10
* Fix the MIPS build:Raghu Gandham2012-07-319-230/+142
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-2049-970/+34314