aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Host.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-1867/+0
2022-12-20[Support] Move Target/CPU Printing out of CommandLineArchibald Elliott1-0/+10
2022-12-17[X86] AMD Zen 4 Initial enablementGanesh Gopalasubramanian1-1/+9
2022-12-06[LLVM][ARM] Correct llvm feature for vfpv3d16 host featureDavid Spickett1-1/+1
2022-11-29[Support] Move getHostNumPhysicalCores to Threading.hArchibald Elliott1-122/+0
2022-11-25Revert "[Support] Move getHostNumPhysicalCores to Threading.h"Florian Hahn1-0/+122
2022-11-25[Support] Move getHostNumPhysicalCores to Threading.hArchibald Elliott1-122/+0
2022-11-23Host: Internalize computeHostNumPhysicalCores/computeHostNumHardwareThreadsFangrui Song1-5/+7
2022-11-23Revert "Host: Internalize computeHostNumPhysicalCores/computeHostNumHardwareT...Fangrui Song1-8/+6
2022-11-23Host: Internalize computeHostNumPhysicalCores/computeHostNumHardwareThreadsFangrui Song1-6/+8
2022-11-23[AArch64] Add Host identifiers for cortex-a55, cortex-a510, cortex-a710 and c...David Green1-0/+4
2022-11-10[X86] Add missing Zen3 model subtypesSimon Pilgrim1-2/+7
2022-11-09[AArch64] Add support for the Cortex-X3 CPUVictor Campos1-0/+1
2022-11-09[X86] Support -march=sierraforest, grandridge, graniterapids.Freddy Ye1-0/+20
2022-11-06Canonicalize PowerPC detection macros to __powerpc__Fangrui Song1-2/+2
2022-11-04[X86] Support -march=raptorlake, meteorlakeFreddy Ye1-0/+6
2022-11-03[AArch64] Add support for the Cortex-A715 CPUSimi Pallipurath1-0/+1
2022-10-31[X86] Add AVX-NE-CONVERT instructions.Freddy Ye1-0/+1
2022-10-28[X86] Add AVX-VNNI-INT8 instructions.Freddy Ye1-0/+1
2022-10-28[X86] Add AVX-IFMA instructions.Freddy Ye1-0/+1
2022-10-27[X86][1/2] SUPPORT RAO-INTPhoebe Wang1-0/+1
2022-10-25[X86] Add CMPCCXADD instructions.Freddy Ye1-0/+1
2022-10-22[X86] Fix a missing `-` from AMX-FP16 feature stringPhoebe Wang1-1/+1
2022-10-22[X86] Add AMX-FP16 instructions.Xiang1 Zhang1-0/+1
2022-10-20[X86][1/2] Support PREFETCHI instructionsPhoebe Wang1-0/+1
2022-09-27[AArch64] Add Neoverse V2 CPU supportDavid Sherwood1-0/+1
2022-08-13[Support] computeHostNumPhysicalCores: use sched_getaffinity for all non-Andr...Fangrui Song1-3/+3
2022-08-11[X86] Add RDPRU instruction CPUID bit masksSimon Pilgrim1-0/+1
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-27[Support] Handle SPARC in sys::getHostCPUNameRainer Orth1-0/+108
2022-05-17[RISCV] Support getHostCpuName for sifive-u74luxufan1-0/+26
2022-05-03[AArch64] Add native CPU detection for Ampere1Philipp Tomsich1-0/+6
2022-04-21Support z16 processor nameUlrich Weigand1-1/+1
2022-03-23reland: [AArch64] Add support for -march=native for Apple M1 CPUKeith Smiley1-27/+39
2022-03-23Revert "[AArch64] Add support for -march=native for Apple M1 CPU"Keith Smiley1-38/+26
2022-03-23[AArch64] Add support for -march=native for Apple M1 CPUKeith Smiley1-26/+38
2022-03-16Missing include in Support/Host.cpp under __MVS__serge-sans-paille1-0/+3
2022-03-15[X86] Fix AMD Znver3 model checksRoman Lebedev1-2/+2
2022-03-11Cleanup include: TableGenserge-sans-paille1-5/+0
2022-03-03[Support][AArch64] Detect a few more host CPU features on AArch64Danila Malyutin1-0/+3
2022-01-31[ARM] Add Cortex-X1C Support for Clang and LLVMTies Stuij1-0/+1
2022-01-13[AArch64] Add native CPU detection for Neoverse-V1.Sander de Smalen1-0/+1
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata1-4/+4
2021-10-08[Support] Define sys::getHostCPUName for RISC-VAndreas Schwab1-0/+10
2021-09-06[X86] Add CRC32 feature.Tianqing Wang1-1/+4
2021-08-10[X86] AVX512FP16 instructions enabling 1/6Wang, Pengfei1-0/+1
2021-08-02[X86] Support auto-detect for tigerlake and alderlakeFreddy Ye1-0/+16
2021-07-26[SystemZ] Add support for new cpu architecture - arch14Ulrich Weigand1-1/+4
2021-07-20[SystemZ] Fix invalid assumption in getCPUNameFromS390ModelUlrich Weigand1-11/+28
2021-07-14[Support] Get correct number of physical cores on Apple SiliconSteven Wu1-1/+1