summaryrefslogtreecommitdiff
path: root/runtime/arch/mips64
AgeCommit message (Expand)Author
2020-02-14Remove MIPS support from runtime/. Vladimir Marko
2019-12-04Helpers and refactorings to prepare for interpreter optimizations (x64) Nicolas Geoffray
2019-05-16ART: Optimize StringBuilder append pattern. Vladimir Marko
2019-01-30ART: Enable ISA features run-time detection for ARM64 xueliang.zhong
2019-01-09ART: Remove instruction_set.h from thread.h Andreas Gampe
2019-01-09ART: Introduce runtime_globals Andreas Gampe
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-08-03Rename type resolution entrypoints. Vladimir Marko
2018-07-10Don't use StringFactory.newEmptyString in compiled code Alex Light
2018-06-11ART: Adds an entrypoint for invoke-custom Orion Hodson
2018-06-08ART: Simplify invoke-polymorphic entrypoints Orion Hodson
2018-05-22Refactor runtime callee save frame info. Vladimir Marko
2018-05-11ART: Compiler support for const-method-handle Orion Hodson
2018-05-10ART: Compiler support for const-method-type Orion Hodson
2018-04-26Clean up include paths David Sehr
2018-03-27Revert^4 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-03-26Revert^3 "Compiler changes for bitstring based type checks." Andreas Gampe
2018-03-22Revert^2 "Compiler changes for bitstring based type checks." Vladimir Marko
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2018-02-02MIPS64: Fix art_quick_instrumentation_entry Goran Jakovljevic
2018-01-25Revert "Compiler changes for bitstring based type checks." Nicolas Geoffray
2018-01-23Merge "Compiler changes for bitstring based type checks." Vladimir Marko
2018-01-23Compiler changes for bitstring based type checks. Vladimir Marko
2018-01-22ART: Add entrypoint and intrinsic for Math.pow(). Vladimir Marko
2018-01-04Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE. Roland Levillain
2017-12-15MIPS: Support swaps between 128-bit locations Goran Jakovljevic
2017-12-07ART: Replace base/logging with android-base/logging Andreas Gampe
2017-11-30Revert^4 "JIT JNI stubs." Vladimir Marko
2017-11-30Revert "Revert "Revert "JIT JNI stubs.""" Nicolas Geoffray
2017-11-29Revert "Revert "JIT JNI stubs."" Vladimir Marko
2017-11-28Revert "JIT JNI stubs." Vladimir Marko
2017-11-28JIT JNI stubs. Vladimir Marko
2017-11-08cpplint: Cleanup errors Igor Murashkin
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-11-01ART: Intrinsify polymorphic signature methods Orion Hodson
2017-09-19ART: Remove suspend-check optimization Andreas Gampe
2017-09-19MIPS: Follow-up to "Allow deoptimization when returning from a runtime method" Alexey Frunze
2017-08-29ART: Remove ArtMethod::dex_cache_resolved_methods_. Vladimir Marko
2017-08-07MIPS: Follow-up to "Add two special runtime methods" Alexey Frunze
2017-08-07Add two special runtime methods. Mingyao Yang
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-24MIPS: Follow-up to hash-based DexCache methods array Alexey Frunze
2017-07-21Merge "Hash-based DexCache methods array." Vladimir Marko
2017-07-20Hash-based DexCache methods array. Vladimir Marko
2017-07-19MIPS: Reduce Baker read barrier code size overhead Alexey Frunze
2017-07-13MIPS: TLAB allocation entrypoints Goran Jakovljevic
2017-06-14MIPS: Fix art_quick_instrumentation_entry/exit Goran Jakovljevic
2017-06-12Fix mips64 build Goran Jakovljevic
2017-06-09Merge "ART: Refactor bit_utils and stl_util" Treehugger Robot