aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2021-01-12Address ABI issues introduced with CXCursor_CXXAddrspaceCastExprllvmorg-11.1.0-rc1Marco Antognini1-29/+29
2020-12-14Don't reject calls to MinGW's unusual _setjmp declaration.Richard Smith4-23/+52
2020-12-14Recognize setjmp and friends as builtins even if jmp_buf is not declared yet.Richard Smith6-32/+116
2020-12-14[Sema] Handle objc_super special lookup when checking builtin compatibilityRaul Tambre2-0/+9
2020-12-14[Sema] Introduce BuiltinAttr, per-declaration builtin-nessRaul Tambre19-216/+193
2020-12-14Stop ExtractTypeForDeductionGuide from recursing on TypeSourceInfoErich Keane2-2/+41
2020-12-14[KernelAddressSanitizer] Fix globals exclusion for indirect aliasesMarco Elver1-4/+29
2020-12-14[SemaTemplate] Stop passing insertion position around during VarTemplate inst...Bruno Cardoso Lopes2-8/+12
2020-12-09[CUDA] Another attempt to fix early inclusion of <new> from libstdc++Artem Belevich1-24/+22
2020-12-09[CUDA] Unbreak CUDA compilation with -std=c++20Artem Belevich1-14/+24
2020-12-09[Clang][CodeGen][RISCV] Fix hard float ABI for struct with empty struct and c...Luís Marques2-1/+16
2020-12-09[Clang][CodeGen][RISCV] Fix hard float ABI test cases with empty structLuís Marques2-11/+8
2020-12-09[Clang][CodeGen][RISCV] Add hard float ABI tests with empty structLuís Marques1-0/+37
2020-12-08Add fatal error for unnamed SVE variadic argumentsDavid Sherwood2-0/+26
2020-12-03[GNU ObjC] Fix a regression listing methods twice.David Chisnall2-13/+23
2020-12-01[HIP] Fix static-lib test CHECK bugAaron En Ye Shi1-2/+6
2020-12-01[HIP] Fix HIP test on windows due to lld suffixAaron En Ye Shi2-3/+3
2020-11-26Revert "[clang-format] Fix AlignConsecutive on PP blocks"Sylvestre Ledru5-59/+3
2020-11-26[OpenMP] Use __OPENMP_NVPTX__ instead of _OPENMP in complex wrapper headers.Joachim Meyer3-3/+7
2020-11-25Revert "[SemaTemplate] Stop passing insertion position around during VarTempl...Tom Stellard5-20/+16
2020-11-25[CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify wo...Raul Tambre1-0/+1
2020-11-24[SemaTemplate] Stop passing insertion position around during VarTemplate inst...Bruno Cardoso Lopes5-16/+20
2020-11-20[CUDA] Extract CUDA version from cuda.h if version.txt is not foundArtem Belevich11-37/+108
2020-11-20[CUDA] Improve clang's ability to detect recent CUDA versions.Artem Belevich7-4/+14
2020-11-11Allow init_priority values <= 100 and > 65535 within system headers.Aaron Ballman4-5/+47
2020-11-11[cmake] Fix build of attribute plugin example on WindowsKristina Bessonova1-1/+1
2020-11-03DeferredDiagnosticsEmitter crashesGeoff Levner1-4/+7
2020-11-02[clang][Sema] Fix PR47676: Handle dependent AltiVec C-style castHubert Tong2-1/+39
2020-10-07Add ability to turn off -fpch-instantiate-templates in clang-clShivanshu Goyal3-3/+20
2020-09-22[clang][docs] Fix documentation of -Ollvmorg-11.0.0-rc3Jessica Clarke1-1/+1
2020-09-16clang release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-72/+6
2020-09-15[OPENMP][NFC]Release notes for OpenMP in clang (11.x).Hans Wennborg1-1/+46
2020-09-15[Docs] Add/update release notes for D71913 (LTO WPD changes)Teresa Johnson1-1/+2
2020-09-15[release][docs] Add 11.0.0. release notes for the Clang Static AnalyzerKristóf Umann1-1/+68
2020-09-15[analyzer] Add documentation for alpha.fuchsia.Lock and alpha.core.C11LockKristóf Umann2-0/+39
2020-09-15Clang release notes: mention the max_tokens_here pragmaHans Wennborg1-1/+4
2020-09-11[clang][aarch64] Fix mangling of bfloat16 neon vectorsCullen Rhodes2-1/+15
2020-09-08[X86] SSE4_A should only imply SSE3 not SSSE3 in the frontend.Craig Topper1-0/+2
2020-09-08[clang-format] Handle shifts within conditionsmydeveloperday2-7/+28
2020-09-08[PowerPC] Allow const pointers for load builtins in altivec.hNemanja Ivanovic4-190/+230
2020-09-07[Sparc] Select the UltraSPARC instruction set with the external assemblerBrad Smith4-5/+12
2020-09-07Set InvalidDecl directly when deserializing a DeclAaron Puchert2-5/+7
2020-09-07[PowerPC] Provide vec_cmpne on pre-Power9 architectures in altivec.hNemanja Ivanovic2-24/+159
2020-09-05ReleaseNotes: Add RISC-V updatesAlex Bradbury1-0/+16
2020-08-31Remove OpenBSD/sparc supportBrad Smith4-20/+0
2020-08-28[analyzer] pr47037: CastValueChecker: Support for the new variadic isa<>.Adam Balogh4-44/+209
2020-08-28[analyzer] NFC: Store the pointee/referenced type for dynamic type tracking.Adam Balogh3-3/+16
2020-08-28[clang] Exclude invalid destructors from lookups.Adam Czachorowski3-0/+18
2020-08-28[AArch64][SVE] Add missing debug info for ACLE types.Sander de Smalen6-31/+303
2020-08-28[Clang][SVE] NFC: Move info about ACLE types into separate function.Sander de Smalen3-45/+135