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