summaryrefslogtreecommitdiffstats
path: root/runtime/arch
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "[optimizing] Implement x86/x86_64 math intrinsics"Andreas Gampe2015-04-021-0/+2
|\ \ | |/ |/|
| * [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-0/+2
* | Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-016-3/+20
* | Merge "Fixed layout for dex caches in boot image."Vladimir Marko2015-03-312-8/+22
|\ \ | |/ |/|
| * Fixed layout for dex caches in boot image.Vladimir Marko2015-03-312-8/+22
* | Fix 099-vmdebug and 802-deoptimization art tests for Mips.Douglas Leung2015-03-312-18/+17
|/
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-246-20/+3
* Deoptimization-based bce.Mingyao Yang2015-03-236-3/+20
* Fix the mac build.Hiroshi Yamauchi2015-03-201-1/+1
* Merge "Assembly TLAB allocation fast path for x86_64."Hiroshi Yamauchi2015-03-201-1/+38
|\
| * Assembly TLAB allocation fast path for x86_64.Hiroshi Yamauchi2015-03-201-1/+38
* | ART: Fix expectations for instruction-set-features stringGoran Jakovljevic2015-03-201-1/+5
* | ART: Change the isa defaults for MipsDouglas Leung2015-03-201-27/+54
|/
* Fix art_quick_instrumentation_exit stub for x86_64Sebastien Hertz2015-03-121-1/+3
* Merge "Compute the right catch location for the debugger."Nicolas Geoffray2015-03-091-2/+2
|\
| * Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-2/+2
* | Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-55/+650
|/
* Merge "Reserve bits in the lock word for read barriers."Hiroshi Yamauchi2015-03-044-70/+192
|\
| * Reserve bits in the lock word for read barriers.Hiroshi Yamauchi2015-03-034-70/+192
* | Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-036-78/+48
|/
* Opt Compiler: ARM64: Enable explicit memory barriers over acquire/releaseSerban Constantinescu2015-03-022-0/+11
* [MIPS] Fix mips32 trampoline problem.Nikola Veljkovic2015-02-252-0/+144
* ART: Add -WunusedAndreas Gampe2015-02-241-0/+15
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-2313-12/+21
* Merge "Fix art_quick_instrumentation_entry for x86"Sebastien Hertz2015-02-191-1/+1
|\
| * Fix art_quick_instrumentation_entry for x86Sebastien Hertz2015-02-191-1/+1
* | Default to 64-bit for tests of methods with varying ISAs for valgrind.Jeff Hao2015-02-171-0/+6
|/
* Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)"Nicolas Geoffray2015-02-041-3/+6
|\
| * ART: Change x86 long param ABI (Quick/JNI/Opt)Mark Mendell2015-01-301-3/+6
* | Add Mips64 art_quick_proxy_invoke_handler assembly.Douglas Leung2015-01-301-1/+23
* | ART: Add Mips64 resolution trampoline assemblyAndreas Gampe2015-01-301-1/+18
|/
* Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-277-69/+425
* Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-276-417/+69
* Merge "Refactor register access from StackVisitor"Sebastien Hertz2015-01-2713-224/+172
|\
| * Refactor register access from StackVisitorSebastien Hertz2015-01-2613-224/+172
* | ART: Fix assembler labels' usage in macros for Mac.Vladimir Marko2015-01-261-2/+2
* | Fix Mac build.Vladimir Marko2015-01-261-1/+1
* | ART: Fix asm literals for Mac builds.Vladimir Marko2015-01-261-5/+5
|/
* Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-266-67/+423
|\
| * ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-236-67/+423
* | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-233-0/+84
* | Fix valgrind error.Nicolas Geoffray2015-01-231-0/+1
|/
* ART: Refactor common ELF->InstructionSet codeAndreas Gampe2015-01-212-0/+27
* ART: Fix stub_testAndreas Gampe2015-01-211-2/+2
* [optimizing compiler] Implement inline x86 FP '%'Mark Mendell2015-01-214-39/+4
* Merge "Fix refs_and_args callee save order for Mips32."Andreas Gampe2015-01-161-9/+9
|\
| * Fix refs_and_args callee save order for Mips32.Douglas Leung2015-01-121-9/+9
* | ART: Mips64 runtime supportAndreas Gampe2015-01-1513-2/+1657
* | Merge "ART: Allow to compile interpret-only mips64 files"Andreas Gampe2015-01-1511-6/+512
|\ \
| * | ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-1511-6/+512