index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
utils
/
arm64
/
assembler_arm64.h
Age
Commit message (
Expand
)
Author
2024-08-02
ART: Suppress -Wdeprecated-declarations for vixl includes.
Vladimir Marko
2023-06-21
Remove CodeAllocator and the extra copy of generated code.
Nicolas Geoffray
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-03-30
arm/arm64: Minor cleanup in assemblers.
Vladimir Marko
2022-11-09
Make compiler/utils/ symbols hidden.
Vladimir Marko
2021-02-05
ARM64: Support SVE VL other than 128-bit.
Artem Serov
2020-11-16
Revert^2 "ART: Fix breaking changes from recent VIXL update."
Artem Serov
2020-10-28
Revert "ART: Fix breaking changes from recent VIXL update."
Ulyana Trafimovich
2020-10-28
ART: Fix breaking changes from recent VIXL update.
Artem Serov
2020-06-09
arm/arm64: Clean up intrinsic slow paths.
Vladimir Marko
2019-10-31
ARM64: Move from FPRegister to VRegister based API
Evgeny Astigeevich
2019-07-18
ARM/ARM64: Improve frame entry/exit codegen.
Vladimir Marko
2019-03-29
Modernise code to use override specifier
Yi Kong
2018-12-03
ART: ARM64: Pass ISA features to VIXL macroassembler.
Artem Serov
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-10-09
Use ScopedArenaAllocator for register allocation.
Vladimir Marko
2017-08-10
Instrument ARM64 generated code to check the Marking Register.
Roland Levillain
2017-07-24
ART: Include cleanup
Andreas Gampe
2016-08-19
Add support for Baker read barriers in SystemArrayCopy intrinsics.
Roland Levillain
2016-08-12
ARM64: VIXL: Support a newer version of VIXL.
Artem Serov
2016-08-08
ART: Extract JNI macro assembler for arm64
Andreas Gampe
2016-08-05
ART: Extract macro assembler
Andreas Gampe
2016-08-02
ARM64: Make the VIXL macro assembler part of ART ARM64's assembler.
Alexandre Rames
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-07-15
Fixes to build against new VIXL interface.
Scott Wakeling
2016-05-19
Clean up JNI calling convention callee saves.
Vladimir Marko
2016-04-15
Fix: correctly destruct VIXL labels.
Alexandre Rames
2016-04-13
Move Assemblers to the Arena.
Vladimir Marko
2015-09-17
ART: Refactor intrinsics slow-paths
Andreas Gampe
2015-08-12
Remove unnecessary `explicit` qualifiers on constructors.
Roland Levillain
2015-07-01
Implement heap poisoning in ART's Optimizing compiler.
Roland Levillain
2015-06-22
Opt compiler: Add disassembly to the '.cfg' output.
Alexandre Rames
2015-06-17
Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""
Vladimir Marko
2015-06-16
Revert "ART: Implement literal pool for arm, fix branch fixup."
Vladimir Marko
2015-06-15
ART: Implement literal pool for arm, fix branch fixup.
Vladimir Marko
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-14
ARM64: Remove suspend register.
Zheng Xu
2015-04-06
ART: Enable more Clang warnings
Andreas Gampe
2015-03-31
ARM64: Update to VIXL 1.9.
Serban Constantinescu
2014-11-04
ART: More warnings
Andreas Gampe
2014-10-23
ART: optimizing compiler: initial support for ARM64.
Alexandre Rames
2014-10-17
Rename arm64 `Register` to `XRegister`.
Alexandre Rames
2014-10-17
Rework arm64 register codes and fix Arm64ManagedRegister tests.
Alexandre Rames
2014-10-09
stdint types all the way!
Ian Rogers
2014-10-09
ARM64: Update code after the VIXL 1.6 release.
Alexandre Rames
2014-09-29
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-08-22
ARM64: Avoid the duplication of condition codes.
Alexandre Rames
[next]