History log of /llvm-project/clang/test/CodeGen/AArch64/cpu-supports-target.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# 474f5d2a 24-Jan-2025 Alexandros Lamprineas <alexandros.lamprineas@arm.com>

[FMV][AArch64] Remove features predres and ls64. (#124266)

These cannot be detected by reading the ID_AA64ISAR1_EL1 register since
their corresponding bitfields are hidden. Additionally the instruc

[FMV][AArch64] Remove features predres and ls64. (#124266)

These cannot be detected by reading the ID_AA64ISAR1_EL1 register since
their corresponding bitfields are hidden. Additionally the instructions
that these features enable are unusable from EL0.

ACLE: https://github.com/ARM-software/acle/pull/382

show more ...


# 5a7d92f7 23-Jan-2025 Alexandros Lamprineas <alexandros.lamprineas@arm.com>

[NFC] Remove invalid features from test and autogenerate checks. (#124130)


Revision tags: llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4
# 207e5ccc 12-Nov-2024 Fangrui Song <i@maskray.me>

[test] Move CodeGen/aarch64-* into the AArch64 subfolder

Similar to other targets (AMDGPU, Mips, PowerPC, RISCV, X86, ...)

`ninja check-clang-codegen-aarch64` can be used to test this subfolder.

P

[test] Move CodeGen/aarch64-* into the AArch64 subfolder

Similar to other targets (AMDGPU, Mips, PowerPC, RISCV, X86, ...)

`ninja check-clang-codegen-aarch64` can be used to test this subfolder.

Pull Request: https://github.com/llvm/llvm-project/pull/115818

show more ...