aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2022-03-10Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...llvmorg-14.0.0-rc3Tom Stellard5-57/+1
2022-03-08Lambdas are not necessarily locals. This resolves DR48250.David Stone2-1/+13
2022-03-08[clang][driver] Fix float128 diagnostics with glibc >= 2.32Timm Bäder1-2/+4
2022-03-03[docs] clang/docs/ReleaseNotes.rst: Add blank lineHubert Tong1-0/+1
2022-03-03[docs] Tweak wording of note re: LTO on AIXHubert Tong1-1/+2
2022-03-03[docs] Add PowerPC release notes for LLVM 14Lei Huang1-1/+20
2022-03-02[clang][tests] Fix ve-toolchain tests with CLANG_DEFAULT_UNWINDLIBTimm Bäder2-1/+3
2022-03-02[Clang][docs] Add preprocessor changes to ReleaseNotes.Michael Kruse1-0/+11
2022-02-28[Driver][DragonFly] -r: imply -nostdlib like GCCBrad Smith2-4/+12
2022-02-28[Driver][NetBSD] -r: imply -nostdlib like GCCBrad Smith2-3/+14
2022-02-28[OpenMP] Use executable path when searching for lldJoseph Huber1-10/+12
2022-02-28[OpenMP] Add search path for llvm-stripKelvin Li1-1/+7
2022-02-28[Driver][OpenBSD] Enable unwind tables on all architecturesTodd Mortimer2-0/+11
2022-02-28[clang][ASTReader] Fix memory leak while reading FriendTemplateDeclsKadir Cetinkaya1-1/+1
2022-02-28[clang][SemaTemplate] Fix a stack use after scopeKadir Cetinkaya3-4/+20
2022-02-25[clang] [test] Skip hip-fpie-option.hip if default-pieMichał Górny1-0/+1
2022-02-25[Driver][test] Remove soon irrelevant pie testsFangrui Song1-22/+0
2022-02-25[Driver][test] Make hexagon-toolchain-elf.c work with CLANG_DEFAULT_PIE_ON_LI...Fangrui Song1-3/+3
2022-02-25[clang][test] Make mips-vector-return.c work with CLANG_DEFAULT_PIE_ON_LINUX=onFangrui Song1-8/+8
2022-02-25[MIPS] Add `-no-pie` option to the clang driver's tests depend on itSimon Atanasyan5-148/+150
2022-02-22[Driver] Use libatomic for 32-bit SPARC atomics supportRainer Orth4-1/+14
2022-02-16[OpenCL] Guard atomic_double with cl_khr_int64_*Sven van Haastregt1-0/+6
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash9-15/+25
2022-02-16[Docs][OpenCL] Update OpenCL 3.0 status in docs.Anastasia Stulova2-42/+41
2022-02-16[Docs][OpenCL] Release 14 notes.Anastasia Stulova1-4/+33
2022-02-16[Docs] Release 14 notes for SPIR-V in clang.Anastasia Stulova1-0/+13
2022-02-14[scan-build] Fix deadlock at failures in libears/ear.cBalazs Benics1-0/+4
2022-02-14[clang] [MinGW] Recognize -lcrtdll as a library replacing -lmsvcrtMartin Storsjö2-1/+6
2022-02-14[OpenCL] Adjust diagnostic for subgroup support.Anton Zabaznov2-5/+11
2022-02-14[OpenCL] Add support of language builtins for OpenCL C 3.0Anton Zabaznov9-72/+93
2022-02-14[OpenCL] Add OpenCL 3.0 atomics to -fdeclare-opencl-builtinsSven van Haastregt3-54/+118
2022-02-14[OpenCL] Refactor cl_ext_float_atomics declarations; NFCSven van Haastregt1-117/+55
2022-02-14[OpenCL] Fix atomic_fetch_add/sub with half typeSven van Haastregt1-3/+3
2022-02-14[OpenCL] Move OpenCL 2.0 atomics into multiclass; NFCSven van Haastregt1-18/+24
2022-02-14[OpenCL] Move most _explicit atomics into multiclass; NFCSven van Haastregt1-170/+46
2022-02-14[OpenCL] Test -fdeclare-opencl-builtins with CL3 and CLC++2021Sven van Haastregt1-0/+2
2022-02-14[clang-format] Honour "// clang-format off" when using QualifierOrder.Marek Kurdej2-0/+26
2022-02-14replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash10-11/+13
2022-02-14ReleaseNotes: add some clang notesFangrui Song1-0/+7
2022-02-11[clang-cl] Bump default -fms-compatibility-version to 19.20Muhammad Omair Javaid2-3/+3
2022-02-10Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTSLouis Dionne2-4/+4
2022-02-10[clang] [MinGW] Default to DWARF 4Martin Storsjö2-0/+7
2022-02-09[docs] Add release notes for things that I've been involved inMartin Storsjö1-0/+14
2022-02-08Revert "[Clang] Propagate guaranteed alignment for malloc and others"llvmorg-14.0.0-rc1James Y Knight3-55/+22
2022-02-08[clang][ARM] Re-word PACBTI warning.Amilendra Kodithuwakku3-4/+4
2022-02-08[clang][Sparc] Fix __builtin_extract_return_addr etc.Rainer Orth2-3/+56
2022-02-08[PowerPC] Fix SSE translation on FreeBSDPiotr Kubaj1-1/+1
2022-02-08[Hexagon] Alter meaning of versionless -mhvxKrzysztof Parzyszek2-42/+42
2022-02-08[OpenMP] Add Cuda path to linker wrapper toolJoseph Huber2-15/+43
2022-02-08[clang-format] Fix DefSeparator empty line issuesksyx2-17/+54