aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Revert "Currently the control of the eval-method is mixed with fast-math."llvmorg-16.0.0-rc4Zahira Ammarguellat7-184/+10
2023-03-10Update release notes for revert in D145605Erich Keane1-6/+0
2023-03-09Revert two patches to fix GH58452 regressionErich Keane8-176/+158
2023-03-09[Lex] Fix a crash in updateConsecutiveMacroArgTokens.Haojian Wu2-2/+27
2023-03-09[analyzer] Explicit cast on customized offsetof should not be ignored when ev...danix8002-1/+23
2023-03-09[NVPTX] Fix NVPTX output name in the driver with -save-tempsJoseph Huber2-6/+3
2023-03-08[analyzer] Fix crash exposed by D140059einvbri1-0/+12
2023-03-08[clang-format] Don't annotate left brace of class as FunctionLBraceOwen Pan3-8/+12
2023-03-08[clang] Fix single-element array initialization in constexprMariya Podchishchaeva2-1/+20
2023-03-06[clang-format] Don't move qualifiers past pointers-to-memberEmilia Dreamer2-1/+24
2023-03-03Fix assertion failure "PathDiagnosticSpotPiece's must have a valid location."...Arseniy Zaostrovnykh2-0/+15
2023-03-03[Clang] Adjust triviality computation in QualType::isTrivialType to C++20 cases.Roy Jacobson2-5/+41
2023-03-03[analyzer] Fix assertion failure in SMT conversion for unary operator on floatsTomasz KamiƄski2-3/+27
2023-03-02[Driver][FreeBSD] Further simplify the Driver handling for older FreeBSD rele...Brad Smith2-22/+3
2023-03-02[PowerPC] Recognize long CPU name for -mtune in ClangNemanja Ivanovic4-48/+57
2023-03-02[Clang][CodeGen] Fix this argument type for certain destructorsJacob Young10-58/+96
2023-03-02[amdgpu-arch] Fix build of amdgpu-arch with CLANG_LINK_CLANG_DYLIBJoseph Huber1-1/+1
2023-02-28[ReleaseNotes]: Add PowerPC release notes for LLVM 16.0.0Amy Kwan1-0/+14
2023-02-24[Driver][FreeBSD] Fix DWARF test after 2a2c0fd96757871f4e8052624000c208cc574fdfBrad Smith1-1/+1
2023-02-24[Driver][FreeBSD] Correct driver behavior if a triple is provided without a v...Brad Smith6-50/+41
2023-02-24Revert "[Clang] Implement fix for DR2628"Tobias Hieta3-12/+11
2023-02-22[Clang] [Doc] Explicitly note noreturn bug as a miscompilationSam James1-1/+1
2023-02-21[PATCH] [PowerPC] Correctly use ELFv2 ABI on all OS's that use the ELFv2 ABIllvmorg-16.0.0-rc3Brad Smith3-3/+6
2023-02-21GH60642: Fix ICE when checking a lambda defined in a concept definitionErich Keane2-2/+26
2023-02-21[clang-format] Don't rewrite the input file if already formattedOwen Pan1-2/+5
2023-02-20[C++20] [Modules] Allow -fmodule-file=<module-name>=<BMI-Path> for implementa...Chuanqi Xu7-23/+90
2023-02-20[analyzer] Remove unjustified assert from EquivalenceClass::simplifyBalazs Benics2-1/+23
2023-02-20[docs] Update the ACLE URLKAWASHIMA Takahiro1-3/+3
2023-02-20[docs] Fix bullet list formattingKAWASHIMA Takahiro1-0/+1
2023-02-19[Clang][Doc][OpenCL] Release 16 notesAnastasia Stulova1-0/+12
2023-02-16[hexagon] add a -mcabac flagBrian Cain2-0/+12
2023-02-16[RISCV] Default to -fsanitize=shadow-call-stack for FuchsiaRoland McGrath2-1/+2
2023-02-16[RISCV] Default to -ffixed-x18 for FuchsiaRoland McGrath2-1/+8
2023-02-13[Clang][Doc] Edit the Clang release notesRoy Jacobson1-605/+681
2023-02-13[Support] Emulate SIGPIPE handling in raw_fd_ostream write for WindowsAndrew Ng1-3/+1
2023-02-13[CMake] Fix -DBUILD_SHARED_LIBS=on builds after D137534Kai Luo1-0/+2
2023-02-13[C++20] [Modules] [ClangScanDeps] Enable to print make-style dependency file ...Chuanqi Xu4-77/+154
2023-02-13[Modules][Test][NFC] Fix -Wsign-compare in clang/unittests/Lex/ModuleDeclStat...Jie Fu1-11/+11
2023-02-13[C++20] [Modules] [ClangScanDeps] Allow clang-scan-deps to without specified ...Chuanqi Xu2-8/+226
2023-02-13[C++20] [Modules] [ClangScanDeps] Add ClangScanDeps support for C++20 Named M...Chuanqi Xu9-16/+388
2023-02-13[C++20] [Modules] [NFC] Add Preprocessor methods for named modules - for Clan...Chuanqi Xu4-5/+555
2023-02-12[Doc][Release] Add link to compatible header for the RVV intrinsics into the ...eopXD1-0/+1
2023-02-10[clang-format] Insert a space between a numeric UDL and a dotOwen Pan2-0/+8
2023-02-07[SVE] Fix incorrect lowering of predicate permute builtins.llvmorg-16.0.0-rc2Paul Walker8-214/+115
2023-02-07[CUDA] Fix output from ptxas being removes as a temporary fileJoseph Huber1-4/+4
2023-02-07[randstruct] Don't allow implicit forward decl to stop struct randomizationBill Wendling2-3/+53
2023-02-06[LinkerWrapper] Fix memory issues due to unguarded accesses to global stateJoseph Huber1-1/+5
2023-02-05[clang] Change AMX macros to match names from GCCJoe Loser5-36/+36
2023-02-05[Clang][RISCV] Bump rvv intrinsics version to v0.11eopXD2-7/+7
2023-02-05[SystemZ] Fix handling of vectors and their exposure of the vector ABI.Jonas Paulsson6-29/+153