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