summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2025-09-22[RISCV] Refactor RVV builtin code generation for reduce compilation time [NFC...Kito Cheng
2025-09-22[RISCV] Reduce ManualCodeGen for RVV intrinsics with rounding mode. NFCCraig Topper
2025-09-22[RISCV] Reduce ManualCodeGen for segment load/store intrinsics. NFCCraig Topper
2025-09-22[Clang] Fix an error-recovery crash after d1a80dea (#159976)Younan Zhang
2025-09-22[clang-format] Handle C digit separators (#158418)owenca
2025-09-13[Clang][Cygwin] Use correct mangling rule (#158404)Tomohiro Kashiwada
2025-09-08[clang][docs] Fix implicit-int-conversion-on-negation typoscorrectmost
2025-09-08[DebugInfo] When referencing structured bindings use the reference's location...David Blaikie
2025-09-03[clang-format] Use proper flags for git diff-tree (#155247)Aiden Grossman
2025-09-03[clang][PAC] Fix builtins that claim address discriminated types are bitwise ...Oliver Hunt
2025-09-03[clang] Make sure EvalInfo pointer isn't null (#155563)Timm Baeder
2025-09-03Add pointer auth documentation to contents (#155763)Oliver Hunt
2025-09-03[Clang][CMake] Use IRPGO instead of FE PGO for Cmake Caches (#155957)Aiden Grossman
2025-09-03[Analyzer] No longer crash with VLA operands to unary type traits (#151719)Aaron Ballman
2025-08-26[analyzer][docs] CSA release notes for clang-21Balazs Benics
2025-08-26[PAC] Fix codegen for polymorphic class variables with consteval constructors...Akira Hatanaka
2025-08-26[analyzer] Add missing expected-warning after #151908Balazs Benics
2025-08-26[analyzer] Drop assertion enforcing that assume args are known constants (#15...Balazs Benics
2025-08-26Move rest of documentation problems that found their way to the SA sec.erichkeane
2025-08-26[WIP] [clang] Align cleanup structs to prevent SIGBUS on sparc32 (#152866)Koakuma
2025-08-26[flang] Disable loop interchange by default (#155279)Nikita Popov
2025-08-26[clang] Remove hasValue() check in `RecordExprEvaluator::VisitCXXConstructExp...Timm Baeder
2025-08-25[Driver] DragonFly does not support C11 threads (#154886)Brad Smith
2025-08-22[clang][Obj-C][PAC] Make block descriptor pointer signing configurable (#153700)Oliver Hunt
2025-08-22[clang][Obj-C][PAC] Add support for authenticating block metadata (#152978)Oliver Hunt
2025-08-21Move OpenACC Release Note-erichkeane
2025-08-21Add PowerPC/AIX related release notes to LLVM 21.1.0Amy Kwan
2025-08-21[C] Fix issue with -Wimplicit-void-ptr-cast (#154351)Aaron Ballman
2025-08-21[NFC][Clang][Docs] Update Pointer Authentication documentation (#152596)Oliver Hunt
2025-08-21[clang][ObjC] Fix incorrect return type inference for discarded blocks (#154109)Oliver Hunt
2025-08-21[clang][PAC] ptrauth_qualifier and ptrauth_intrinsic should only be available...Oliver Hunt
2025-08-21[clang] return type not correctly deduced for discarded lambdas (#153921)Oliver Hunt
2025-08-21[clang] Allow trivial pp-directives before C++ module directive (#153641)yronglin
2025-08-20[clang][PAC][darwin] Set correct default ptrauth features for arm64e-darwin (...Oliver Hunt
2025-08-18release/21.x: [clang-format] Don't annotate class property specifiers as Star...Owen Pan
2025-08-18[clang-format] Fix a bug in breaking before FunctionDeclarationName (#153924)owenca
2025-08-18[clang-format] Allow breaking before bit-field colons (#153529)owenca
2025-08-18[clang][LoongArch] Ensure `target("lasx")` implies LSX support (#153542)Ami-zhang
2025-08-18[NFC] Precommit test for issue #149512 (#153541)Ami-zhang
2025-08-12[clang][Driver] Prefer non-Linux emulations for baremetal Arm/AArch64 targets...Jonathon Penix
2025-08-08[clang][PAC] Fix PAC codegen for final class dynamic_cast optimization (#152227)Oliver Hunt
2025-08-08[Flang] Search flang_rt in clang_rt path (#151954)Michael Kruse
2025-08-08Remove reference to reverted PR #130742Hubert Tong
2025-08-08[C23] AST equivalence of attributes (#151196)Aaron Ballman
2025-08-05[C23] More improved type compatibility for enumerations (#150946)Aaron Ballman
2025-08-05[Clang] Don't allow implicit this access when checking function constraints (...Younan Zhang
2025-08-05[LifetimeSafety] Add language option for experimental lifetime safety (#149592)Utkarsh Saxena
2025-08-05[C] static_assert in a for loop is not an extension (#151955)Aaron Ballman
2025-08-05[Driver][MinGW] Always put libc argument last, even if non-standard (#149434)Keno Fischer
2025-08-05Thread safety analysis: Don't warn on acquiring reentrant capability (#150857)Aaron Puchert