summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | | ART: Allow scoped adjustments to log verbosityAndreas Gampe2015-01-151-0/+9
|/ /
* | Merge "Skip r1 on arm if first parameter is a long."Nicolas Geoffray2015-01-141-0/+7
|\ \
| * | Skip r1 on arm if first parameter is a long.Nicolas Geoffray2015-01-131-0/+7
* | | ART: Fix mips typoAndreas Gampe2015-01-131-1/+1
* | | ART: Introduce Mips32 R6Andreas Gampe2015-01-132-29/+75
* | | ART: Use jalr instead of jr for MipsAndreas Gampe2015-01-132-32/+34
| |/ |/|
* | Revert "ART: Implement hard float for X86"Vladimir Marko2015-01-125-361/+64
* | ART: Implement hard float for X86Mark Mendell2015-01-125-64/+361
|/
* ART: Reorder entrypoint argument orderAndreas Gampe2014-12-295-151/+84
* Fix typo bug for Mips32.Douglas Leung2014-12-161-1/+1
* [MIPSR6] Adjust assembly routines for MIPS R6 isaDuane Sand2014-12-162-61/+106
* Merge "Save all registers in native to Java stubs."Nicolas Geoffray2014-12-154-56/+125
|\
| * Save all registers in native to Java stubs.Nicolas Geoffray2014-12-124-56/+125
* | Remove portable.Elliott Hughes2014-12-1210-516/+6
|/
* Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE"Calin Juravle2014-12-084-4/+39
|\
| * [optimizing compiler] Add REM_FLOAT and REM_DOUBLECalin Juravle2014-12-084-4/+39
* | Fix arm unwind data for art code.Christopher Ferris2014-12-042-49/+17
|/
* Merge "Add JNI trampoline for mips32."Ian Rogers2014-11-223-204/+278
|\
| * Add JNI trampoline for mips32.Douglas Leung2014-10-313-204/+278
* | Fix the last users of TARGET_CPU_SMP.Elliott Hughes2014-11-194-22/+1
* | Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-189-9/+13
* | Add denver64 as a known ARM64 variant.Ian Rogers2014-11-173-33/+58
* | Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64"Sebastien Hertz2014-11-172-2/+2
|\ \
| * | Fix art_quick_instrumentation_entry stub for x86/x86_64Sebastien Hertz2014-11-172-2/+2
* | | ART: Fix last lpae occurrence, Arm64 genericAndreas Gampe2014-11-131-1/+1
* | | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-1322-3/+2612
* | | Fix x86 art_quick_set64_instance quick entrypointSerguei Katkov2014-11-111-1/+2
|/ /
* | ART: Fix warnings in memcmp16 for arm32Andreas Gampe2014-11-061-18/+27
* | Don't enable ARM_R4_SUSPEND_FLAG.Ian Rogers2014-11-051-1/+1
* | Merge "ART: Fix some redundant declarations"Andreas Gampe2014-11-055-421/+12
|\ \
| * | ART: Fix some redundant declarationsAndreas Gampe2014-11-045-421/+12
* | | Merge "Add ATTRIBUTE_UNUSED to unused parameters."Ian Rogers2014-11-053-17/+31
|\ \ \ | |/ / |/| |
| * | Add ATTRIBUTE_UNUSED to unused parameters.Chih-Hung Hsieh2014-11-043-17/+31
* | | Merge "ART: More warnings"Andreas Gampe2014-11-053-11/+14
|\ \ \ | |/ / |/| |
| * | ART: More warningsAndreas Gampe2014-11-043-11/+14
* | | Fix unused parameters for the Mac.Ian Rogers2014-11-041-0/+1
|/ /
* | Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-035-48/+42
* | ART: Remove unnecessary includesAndreas Gampe2014-11-035-13/+6
|/
* Add gp initialization to the art_quick_imt_conflict_trampoline() function.Douglas Leung2014-10-271-1/+1
* Merge "Do not use ld instruction for Mips32."Ian Rogers2014-10-251-6/+9
|\
| * Do not use ld instruction for Mips32.Douglas Leung2014-10-241-6/+9
* | ARM: Use hardfp calling convention between java to java call.Zheng Xu2014-10-247-127/+319
|/
* Add missing SHARED_LOCKS_REQUIRED attibute.Chih-Hung Hsieh2014-10-231-1/+1
* Merge "C++11 related clean-up of DISALLOW_.."Ian Rogers2014-10-231-1/+1
|\
| * C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-1/+1
* | Fix arm64 bug introduced by refactoring.Stephen Kyle2014-10-221-1/+1
|/
* Fix Mac build.Ian Rogers2014-10-211-4/+4
* Refactor quick entrypointsIan Rogers2014-10-2021-1677/+1063
* Rename arm64 `Register` to `XRegister`.Alexandre Rames2014-10-174-13/+13
* Rework arm64 register codes and fix Arm64ManagedRegister tests.Alexandre Rames2014-10-173-19/+22