summaryrefslogtreecommitdiff
path: root/runtime/arch/instruction_set_features.cc
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-03-05Move most of runtime/base to libartbase/base David Sehr
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-07-24ART: Include cleanup Andreas Gampe
2017-05-30ART: Remove unique_ptr release warnings Andreas Gampe
2017-01-09Remove the unused SMP instruction set feature option. Serban Constantinescu
2016-12-13ART: Clean up utils.h Andreas Gampe
2016-10-26ART: Change InstructionSetFeatures to return unique_ptr Andreas Gampe
2015-04-03ART: Add support for "silvermont" variant Andreas Gampe
2015-03-20ART: Fix expectations for instruction-set-features string Goran Jakovljevic
2015-01-15ART: Allow to compile interpret-only mips64 files Andreas Gampe
2014-11-13Instruction set features for ARM64, MIPS and X86. Ian Rogers