aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Headers
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[CUDA][HIP] Fix std::min in wrapper header (#93976)Yaxun (Sam) Liu1-0/+48
2024-05-29[Inline] Clone return range attribute on the callsite into inlined call (#92666)Andreas Jonson1-3/+3
2024-05-06[Arm64EC] Fix compilation of arm_acle.h (#91281)Eli Friedman1-0/+1
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2024-04-25[InstCombine] Swap out range metadata to range attribute for cttz/ctlz/ctpop ...Andreas Jonson1-1/+1
2024-04-16[InstCombine] Add canonicalization of `sitofp` -> `uitofp nneg`Noah Goldstein1-12/+12
2024-04-11[InstCombine] Infer nsw/nuw for trunc (#87910)Yingwei Zheng1-1/+1
2024-04-09[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber1-0/+8
2024-04-08Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88...Pete Steinfeld1-8/+0
2024-04-08[ARM64EC] Fix compilation of intrin.h in ARM64EC mode. (#87717)Eli Friedman1-2/+12
2024-04-08[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber1-0/+8
2024-03-20Revert "[InstCombine] Canonicalize `(sitofp x)` -> `(uitofp x)` if `x >= 0`"Noah Goldstein1-12/+12
2024-03-13[InstCombine] Canonicalize `(sitofp x)` -> `(uitofp x)` if `x >= 0`Noah Goldstein1-12/+12
2024-02-14InstCombine: Enable SimplifyDemandedUseFPClass and remove flag (#81108)Matt Arsenault1-12/+44
2024-02-12[test] Replace aarch64-*-{eabi,gnueabi} with aarch64Fangrui Song2-3/+3
2024-02-08clang/AMDGPU: Regenerate test checks in hip header testsMatt Arsenault2-456/+456
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov1-12/+12
2023-12-19[Clang] Use poison as base for vector literalsNikita Popov1-2/+2
2023-12-18[InstCombine] Replace non-demanded undef vector with poisonNikita Popov1-112/+112
2023-12-06[ValueTracking] Add dominating condition support in computeKnownBits() (#73662)Nikita Popov1-12/+12
2023-12-05[Driver,test] Remove invalid -arch for non-Darwin AArch64 OSesFangrui Song1-1/+1
2023-12-02[InstCombine] Infer disjoint flag on Or instructions. (#72912)Craig Topper1-2/+2
2023-11-28[Clang] Regenerate test checks (NFC)Nikita Popov1-30/+30
2023-11-10 [OpenMP] Rework handling of global ctor/dtors in OpenMP (#71739)Joseph Huber1-14/+34
2023-11-08[InstCombine] Infer zext nneg flag (#71534)Nikita Popov1-3/+3
2023-10-28Revert "Revert "Inlining: Run the legacy AlwaysInliner before the regular inl...Amara Emerson1-505/+505
2023-10-25Update stdckdint.h and make it available in pre-C23 modes. (#69649)ZijunZhaoCCK1-2/+4
2023-10-17[clang] Implement C23 <stdckdint.h>zijunzhao1-0/+53
2023-10-12Revert "Reapply "InstCombine: Introduce SimplifyDemandedUseFPClass""Leonard Chan1-50/+18
2023-10-05Reapply "InstCombine: Introduce SimplifyDemandedUseFPClass"Matt Arsenault1-18/+50
2023-10-03[Inliner] Also propagate `noundef` and `align` ret attributes during inliningNoah Goldstein15-652/+657
2023-10-03[Modules] Make clang modules for the C standard library headersIan Anderson4-110/+261
2023-09-20[RISCV] Install sifive_vector.h to riscv-resource-headers (#66330)Brandon Wu1-0/+6
2023-09-12HIP: Directly use f32 sqrt intrinsicMatt Arsenault1-460/+460
2023-08-30[Headers][Modules] Make separate headers for the stdarg.h and stddef.h pieces...Ian Anderson2-3/+3
2023-08-29clang: Update tests after is.fpclass combine changeMatt Arsenault1-22/+30
2023-08-24Reland "[HIP] Allow std::malloc in device function"Yaxun (Sam) Liu5-9/+39
2023-08-23[Headers] Replace __need_STDDEF_H_misc with specific __need_ macrosIan Anderson2-0/+215
2023-08-23[Headers] Add missing __need_ macros to stdarg.hIan Anderson2-0/+128
2023-08-19Revert "[clang][X86] Add __cpuidex function to cpuid.h"Aiden Grossman2-27/+0
2023-08-19[clang][X86] Add __cpuidex function to cpuid.hAiden Grossman2-0/+27
2023-08-10[C2x] Support -std=c23 and -std=gnu23Aaron Ballman2-30/+26
2023-08-07[OpenCL] Fix grammar in test error messages; NFCSven van Haastregt1-14/+14
2023-08-04Revert "[clang][X86] Add __cpuidex function to cpuid.h"Aiden Grossman2-20/+0
2023-07-31[clang] Improve hermeticity of clang header tests.Simi Pallipurath2-31/+31
2023-07-26HIP: Use __builtin_sqrt instead of routing through ocml sqrt for f64Matt Arsenault1-472/+472
2023-07-26[OpenCL] Add cl_ext_image_raw10_raw12 extensionSven van Haastregt1-0/+6
2023-07-25[CUDA][HIP] Rename and fix `-fcuda-approx-transcendentals`Yaxun (Sam) Liu3-7/+10
2023-07-25[HIP] Use native math functions for `-fcuda-approx-transcendentals`Yaxun (Sam) Liu1-28/+1278