index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
arch
/
instruction_set_features.h
Age
Commit message (
Expand
)
Author
2024-01-08
Add visibility attributes in runtime/arch
Dmitrii Ishcheikin
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-02-10
riscv64: define instruction set features.
Lifang Xia
2022-08-06
For cortex-a75/a55 validate features with hwcaps.
Nicolas Geoffray
2022-02-07
Improve instruction set variants' logging
Santiago Aboy Solanes
2022-02-04
Add known instruction set variants to logging strings
Santiago Aboy Solanes
2020-09-29
Integrate cpu_features external library
Daniil Riazanovskiy
2020-02-14
Remove MIPS support from runtime/.
Vladimir Marko
2019-01-30
ART: Enable ISA features run-time detection for ARM64
xueliang.zhong
2019-01-09
ART: Use iosfwd more
Andreas Gampe
2018-05-11
Prepare to move ArtDexFileLoader to libdexfile
David Sehr
2017-01-13
ARM: Update `ArmInstructionSetFeatures` to track ARMv8-A.
Serban Constantinescu
2017-01-09
Remove the unused SMP instruction set feature option.
Serban Constantinescu
2016-10-26
ART: Change InstructionSetFeatures to return unique_ptr
Andreas Gampe
2015-04-03
ART: Add support for "silvermont" variant
Andreas Gampe
2015-01-15
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2014-11-13
Instruction set features for ARM64, MIPS and X86.
Ian Rogers