aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TargetParser/Host.cpp
AgeCommit message (Expand)AuthorFilesLines
12 days[X86] Fixes for AMD znver5 enablement (#159237)Umesh Kalvakuntla1-3/+9
2025-09-05[X86][AVX10] Remove EVEX512 and AVX10-256 implementations (#157034)Phoebe Wang1-8/+2
2025-08-14[Clang][NFC] Use Hex Encoding for Intel CPU CPUID family (#153004)Pawan Nirpal1-6/+6
2025-08-06Fix TargetParserTests for big-endian hosts (#152407)Daniel Paoliello1-15/+8
2025-08-06[win][aarch64] Add support for detecting the Host CPU on Arm64 Windows (#151596)Daniel Paoliello1-39/+161
2025-07-31[win][arm64ec] Fixes to unblock building LLVM and Clang as Arm64EC (#150068)Daniel Paoliello1-5/+8
2025-07-17[TargetParser] Remove const from a return type (NFC) (#149255)Kazu Hirata1-6/+6
2025-07-09[clang][AArch64] Parse more features in getHostCPUFeatures (#146323)Elvina Yakubova1-0/+5
2025-07-07[AArch64] Add support for -mcpu=gb10. (#146515)Ricardo Jesus1-3/+21
2025-07-06[TargetParser] Use StringRef::consume_front (NFC) (#147202)Kazu Hirata1-7/+7
2025-06-12[RISCV] Get host CPU name via hwprobe (#142745)Pengcheng Wang1-5/+25
2025-05-09[AARCH64] Add support for Cortex-A320 (#139055)Ties Stuij1-0/+1
2025-04-11Support z17 processor name and scheduler description (#135254)Ulrich Weigand1-1/+1
2025-03-25[AArch64] Add initial support for -mcpu=olympus. (#132368)Ricardo Jesus1-0/+2
2025-01-31[RISCV] Add ESWIN EIC770X (SiFive P550) to getHostCPUNameForRISCV. (#125277)Craig Topper1-0/+1
2025-01-23[LoongArch] Support sc.q instruction for 128bit cmpxchg operation (#116771)tangaac1-1/+1
2025-01-20[SystemZ] Add support for new cpu architecture - arch15Ulrich Weigand1-1/+4
2025-01-16Add Apple M4 host detection (#117530)Mads Marquart1-4/+59
2025-01-04[TargetParser] Use StringRef::split that takes a char separator instead of St...Craig Topper1-5/+5
2024-12-12TargetParser: AArch64: Add part numbers for Apple CPUs.pcc1-0/+23
2024-12-09[AArch64] Add initial support for FUJITSU-MONAKA (#118432)Kinoshita Kotaro1-2/+3
2024-12-03[X86] Fix typo of gracemont (#118486)Phoebe Wang1-1/+1
2024-12-02[X86][compiler-rt] Split CPU names even they have the same subtype (#118237)Phoebe Wang1-2/+27
2024-11-27[LoongArch] Support amcas[_db].{b/h/w/d} instructions. (#114189)tangaac1-1/+1
2024-11-26[LoongArch] Support LA V1.1 feature that div.w[u] and mod.w[u] instructions w...tangaac1-1/+1
2024-11-25[LoongArch] Remove the added in #116762Weining Lu1-1/+1
2024-11-22[LoongArch] Support LA V1.1 feature ld-seq-sa that don't generate dbar 0x700....tangaac1-2/+4
2024-11-18Reland "[X86] Support -march=diamondrapids (#113881)" (#116564)Freddy Ye1-0/+13
2024-11-18Revert "[X86] Support -march=diamondrapids (#113881)" (#116563)Freddy Ye1-13/+0
2024-11-18[X86] Support -march=diamondrapids (#113881)Freddy Ye1-0/+13
2024-11-14[LoongArch] add la v1.1 features for sys::getHostCPUFeatures (#115832)tangaac1-0/+9
2024-11-13Reland [clang][AArch64] Add getHostCPUFeatures to query for enabled f… (#11...Elvina Yakubova1-3/+7
2024-11-12[X86][AMX] Support AMX-MOVRS (#115151)Malay Sanghi1-0/+1
2024-11-11[X86][AMX] Support AMX-TF32 (#115625)Feng Zou1-0/+1
2024-11-09Reland "[X86][AMX] Support AMX-AVX512" (#115581)Phoebe Wang1-0/+1
2024-11-08Revert "[X86][AMX] Support AMX-AVX512" (#115570)Alan Zhao1-1/+0
2024-11-08[X86][AMX] Support AMX-AVX512 (#114070)Phoebe Wang1-0/+1
2024-11-01[X86][AMX] Support AMX-TRANSPOSE (#113532)Phoebe Wang1-0/+1
2024-10-31[X86][AMX] Support AMX-FP8 (#113850)Feng Zou1-0/+4
2024-10-29Revert "[clang][AArch64] Add getHostCPUFeatures to query for enabled … (#11...Elvina Yakubova1-7/+3
2024-10-29[clang][AArch64] Add getHostCPUFeatures to query for enabled features in cpu ...neildhickey1-3/+7
2024-10-25[X86] Support MOVRS and AVX10.2 instructions. (#113274)Freddy Ye1-0/+1
2024-10-23[X86] Update Model value for Arrow Lake. (#113273)Freddy Ye1-0/+2
2024-10-14[ARM] [AArch32] Add support for Arm China STAR-MC1 CPU (#110085)Albert Huang1-0/+6
2024-10-07[X86] Add AMD Llano family detection (#111312)RipleyTom1-0/+1
2024-10-05[RISCV] Bump hwprobe support to Linux 6.11 (#108578)Yingwei Zheng1-4/+22
2024-10-02[TargetParser][AArch64] Believe runtime feature detection (#95694)Jubilee1-10/+20
2024-09-25[RISCV] Mark Zacas as non-experimental (#109651)Alex Bradbury1-2/+1
2024-09-13[X86] AMD Zen 5 Initial enablement (#107964)Ganesh1-0/+19
2024-08-03Reland "[X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new i...Phoebe Wang1-3/+8