aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/TargetInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
9 days[clang] Set correct CXXABI for UEFI (#150115)Prabhu Rajasekaran1-1/+1
2025-07-09[Clang] Respect MS layout attributes during CUDA/HIP device compilation (#146...Yaxun (Sam) Liu1-1/+8
2025-06-15[clang] Use StringRef in range-based for loops (NFC) (#144242)Kazu Hirata1-2/+1
2025-06-04[HLSL][SPIR-V] Implement vk::ext_builtin_input attribute (#138530)Nathan Gauër1-0/+2
2025-06-02[AArch64] Add missing Neon Types (#126945)Tomas Matheson1-1/+1
2025-04-10[HLSL][SPIR-V] Add hlsl_private address space for SPIR-V (#133464)Nathan Gauër1-0/+2
2025-02-20[ARM,AArch64] Fix ABI bugs with over-sized bitfields (#126774)Oliver Stannard1-0/+1
2025-01-15[HLSL] Make bool in hlsl i32 (#122977)Sarah Spall1-0/+1
2024-12-02Revert "[SPIR-V] Fixup storage class for global private (#116636)" (#118312)Nathan Gauër1-1/+0
2024-12-02[SPIR-V] Fixup storage class for global private (#116636)Nathan Gauër1-0/+1
2024-10-28Remove support for RenderScript (#112916)Aaron Ballman1-1/+0
2024-10-21[clang][AVR] Fix basic type size/alignment values to match avr-gcc. (#111290)Alex Rønne Petersen1-0/+2
2024-09-26[clang][RISCV] Introduce command line options for RISC-V Zicfilp CFIMing-Yi Lai1-0/+16
2024-07-11Revert "[NFC][Clang] Move functions of BranchProtectionInfo out of line" (#98...Daniel Kiss1-22/+0
2024-07-11[NFC][Clang] Move functions of BranchProtectionInfo out of line (#98329)Daniel Kiss1-0/+22
2024-05-02[HLSL] Cleanup TargetInfo handling (#90694)Chris B1-0/+10
2024-03-29[clang] TargetInfo hook for unaligned bitfields (#65742)Nathan Sidwell1-0/+1
2024-03-15[AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996)Ahmed Bougacha1-0/+4
2024-02-16Revert "[AArch64] Add soft-float ABI (#74460)" (#82032)Prabhuk1-1/+0
2024-02-15[AArch64] Add soft-float ABI (#74460)ostannard1-0/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-5/+5
2023-06-16Fix diag for read-only target featuresYaxun (Sam) Liu1-2/+0
2023-06-14[HIP] emit macro `__HIP_NO_IMAGE_SUPPORT`Yaxun (Sam) Liu1-0/+2
2023-05-27[Clang][BFloat16] Upgrade __bf16 to arithmetic type, change mangling, and ext...M. Zeeshan Siddiqui1-0/+1
2023-04-24Fix file info comment; NFCAaron Ballman1-1/+1
2023-03-20[LLVM][OHOS] Clang toolchain and targetsPavel Kosov1-1/+2
2023-03-17[clang][WebAssembly] Initial support for reference type funcref in clangPaulo Matos1-0/+1
2023-03-14Revert "[LLVM][OHOS] Clang toolchain and targets"Daniel Thornburgh1-2/+1
2023-03-14[LLVM][OHOS] Clang toolchain and targetsPavel Kosov1-1/+2
2023-02-10Move SIMD alignment calculation to LLVM FrontendDominik Adamski1-1/+0
2023-02-07[NFC][TargetParser] Remove llvm/Support/TargetParser.hArchibald Elliott1-1/+1
2023-01-31Revert "[OpenMP][OMPIRBuilder]Move SIMD alignment calculation to LLVM Frontend"Argyrios Kyrtzidis1-0/+1
2023-01-26[OpenMP][OMPIRBuilder]Move SIMD alignment calculation to LLVM FrontendDominik Adamski1-1/+0
2023-01-13Revert "[OpenMP][OMPIRBuilder] Move SIMD alignment calculation to LLVM Frontend"Dominik Adamski1-0/+1
2023-01-13[OpenMP][OMPIRBuilder] Move SIMD alignment calculation to LLVM FrontendDominik Adamski1-1/+0
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer1-1/+1
2022-12-16[ASTContext] Avoid duplicating address space map. NFCIAlex Richardson1-0/+27
2022-12-01[clang] Avoid duplicating ProgramAddressSpace in TargetInfo. NFCIAlex Richardson1-2/+0
2022-10-26Extend the C++03 definition of POD to include defaulted functionsDavid Blaikie1-0/+4
2022-10-01[Clang] Move ParsedTargetAttr to TargetInfo.hDavid Green1-1/+0
2022-10-01[Clang][AArch64] Support AArch64 target(..) attribute formats.David Green1-0/+45
2022-09-29[Clang][Arm] Convert -fallow-half-arguments-and-returns to a target option. NFCDavid Green1-0/+1
2022-09-25[Clang] Improve diagnostics about the invalid target feature.wangliushuai1-2/+7
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-08-03[SystemZ] Make 128 bit integers be aligned to 8 bytes.Jonas Paulsson1-0/+1
2022-07-12[PS4/PS5] NFC: Use preferred predicate in a triple checkPaul Robinson1-1/+1
2022-06-17[Clang] Allow 'Complex float __attribute__((mode(HC)))'Jolanta Jensen1-1/+3
2022-06-09clang: Introduce -fexperimental-max-bitint-widthMatthias Gehre1-0/+6
2022-04-22[Clang] Fix the guaranteed alignment of memory returned by malloc/new on OpenBSDMark Kettenis1-3/+3
2022-02-14[X86][MS] Add 80bit long double support for WindowsPhoebe Wang1-0/+14