aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/builtins/cpu_model.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19[builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs1-1504/+0
2023-12-19Revert "[builtins] Refactor cpu_model support to reduce #if nesting. NFCI"Jon Roelofs1-0/+1504
2023-12-19[builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs1-1504/+0
2023-12-15Revert "[builtins][arm64] Build __init_cpu_features_resolver on Apple platfor...David Spickett1-88/+6
2023-12-14fixup! [builtins][arm64] Build __init_cpu_features_resolver on Apple platform...Jon Roelofs1-1/+1
2023-12-14[builtins][arm64] Build __init_cpu_features_resolver on Apple platforms (#73685)Jon Roelofs1-6/+88
2023-11-23[compiler-rt] Fix the HWCAP2_EBF16 and HWCAP2_SVE_EBF16 macro value (#70905)joyhou-hw1-2/+2
2023-10-19[compiler-rt] Fix a warningKazu Hirata1-0/+1
2023-10-19[X86] Support -march=pantherlake,clearwaterforest (#69277)Freddy Ye1-0/+15
2023-10-03[AArch64][FMV] Add rcpc3 support, introduce bits for features extensi… (#68...Pavel Iliin1-2/+9
2023-09-29[AArch64] Fix FMV ifunc resolver usage on old Android APIs. Rename internal c...Pavel Iliin1-5/+21
2023-09-26[X86] Add detection for more Tremont models (#67150)libenc1-0/+3
2023-08-23[X86] Support arch=x86-64{,-v2,-v3,-v4} for target_clones attributeFangrui Song1-9/+59
2023-08-21[X86] Support -march=gracemontFreddy Ye1-0/+2
2023-08-03[X86] Workaround possible CPUID bug in Sandy Bridge.Craig Topper1-1/+4
2023-07-28[X86] Support -march=arrowlake,arrowlake-s,lunarlakeFreddy Ye1-0/+18
2023-07-26[X86] Update Model value for Raptor Lake.Freddy Ye1-0/+2
2023-07-25[X86] Support -march=graniterapids-d and update -march=graniterapidsFreddy Ye1-1/+8
2023-07-14[compiler-rt][AArch64] Correct how FMV use ifunc resolver abi.Pavel Iliin1-3/+26
2023-04-20[compiler-rt] Include system headers before optionally defining HWCAP macrosDimitry Andric1-19/+19
2023-03-08[compiler-rt][builtins] Define AT_HWCAP2 for AArch64Xi Ruoyao1-0/+3
2023-02-01[compiler-rt] initialize variables to silence warning. NFC.Tim Northover1-1/+1
2023-01-09[compiler-rt] Move up undefined macro checksAlex Brachet1-130/+131
2023-01-08[AArch64][compiler-rt] Option to build compiler-rt without FMV support.Pavel Iliin1-59/+62
2023-01-05[X86] Support -march=emeraldrapidsFreddy Ye1-1/+3
2023-01-05[X86] Modify model value of meteorlake.Freddy Ye1-1/+0
2022-12-27Reland "[AArch64] FMV support and necessary target features dependencies."Pavel Iliin1-15/+465
2022-12-20Revert "[AArch64] FMV support and necessary target features dependencies."Mitch Phillips1-462/+15
2022-12-20Revert "[AArch64][compiler-rt] Fix HWCAP_CPUID not defined in some cases."Mitch Phillips1-3/+0
2022-12-20[AArch64][compiler-rt] Fix HWCAP_CPUID not defined in some cases.Pavel Iliin1-0/+3
2022-12-20[AArch64] FMV support and necessary target features dependencies.Pavel Iliin1-15/+462
2022-12-17[X86] AMD Zen 4 Initial enablementGanesh Gopalasubramanian1-0/+8
2022-11-10[X86] Add missing Zen3 model subtypesSimon Pilgrim1-2/+7
2022-11-09[X86] Support -march=sierraforest, grandridge, graniterapids.Freddy Ye1-0/+32
2022-05-30compiler-rt/cpu_model: Ensure constructor priority is set and align with GCCKeno Fischer1-4/+11
2022-04-09Add some prototypes to these functions; NFCAaron Ballman1-1/+1
2022-03-28[compiler-rt][AArch64] Initialize __aarch64_have_lse_atomics for FuchsiaRoland McGrath1-0/+11
2022-03-21[compiler-rt] Expand comment about Exynos 9810 workaround.James Y Knight1-2/+9
2022-03-15[X86] Fix AMD Znver3 model checksRoman Lebedev1-2/+2
2022-01-11[compiler-rt] Silence warnings when building with MSVCAlexandre Ganea1-4/+4
2021-12-14[compiler-rt][AArch64] Add a workaround for Exynos 9810Stephen Hines1-2/+18
2021-11-20compiler-rt: Use FreeBSD's elf_aux_info to detect AArch64 HW featuresDimitry Andric1-0/+6
2021-08-02[X86] Support auto-detect for tigerlake and alderlakeFreddy Ye1-0/+16
2021-04-13[compiler-rt][X86] fix build fail after "[X86] Support -march=rocketlake"Freddy Ye1-0/+1
2021-04-13[X86] Support -march=rocketlakeFreddy Ye1-0/+7
2020-12-05[X86] Autodetect znver3Benjamin Kramer1-0/+10
2020-12-02[AArch64] Compiler-rt interface for out-of-line atomics.Pavel Iliin1-12/+32
2020-10-24[X86] Add a stub for Intel's alderlake.Benjamin Kramer1-0/+1
2020-08-25[X86] Support -march=sapphirerapidsFreddy Ye1-0/+8
2020-08-20[X86] Correct the implementation of the testFeature macro in getIntelProcesso...Craig Topper1-1/+1