summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-26Remove ABI changesusers/ojhunt/pr/155492Oliver Hunt
2025-08-26[clang][PAC] Fix builtins that claim address discriminated types are bitwise ...Oliver Hunt
2025-08-26Bump version to 21.1.0llvmorg-21.1.0Tobias Hieta
2025-08-26[PowerPC] Indicate that PPC32PICGOT clobbers LR (#154654)Josh Stone
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] Fix crash when a derived type with private attribute is specified in ...Carlos Seo
2025-08-26[flang] Disable loop interchange by default (#155279)Nikita Popov
2025-08-26[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch
2025-08-26[lldb][test][NFC] Re-arrange ifdefs in compressed_pair.hMichael Buch
2025-08-26[llvm][release] Correct formatting field in release messageDavid Spickett
2025-08-26[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserialization (#151267)Hank
2025-08-26[MLIR] Introduce a OpWithState class to act as a stream modifier for Operatio...Mehdi Amini
2025-08-26[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-08-26[MLIR] Stop visiting unreachable blocks in the walkAndApplyPatterns driver (#...Mehdi Amini
2025-08-26[MLIR] Fix SCF verifier crash (#153974)Mehdi Amini
2025-08-26[MLIR] Refactor the walkAndApplyPatterns driver to remove the recursion (#154...Mehdi Amini
2025-08-26[MLIR] Erase unreachable blocks before applying patterns in the greedy rewrit...Mehdi Amini
2025-08-26[mlir][DialectUtils] Fix div by zero crash (#153380)Matthias Springer
2025-08-26[mlir][ExecutionEngine] fix default free function in `OwningMemRef`. (#153133)Baz
2025-08-26[MLIR][Python] MLIR Enum Python bindings infinite recursion (#151584) (#151588)Nick Smith
2025-08-26[NFC][mlir] Fully qualify namespace to avoid an MSVC bug (#152860)yronglin
2025-08-26[MLIR] Make `PassPipelineOptions` virtually inheriting from PassOptions to al...Sasa Vuckovic
2025-08-26[mlir][cmake] Fix MLIR shared library installation (#152195)Boyana Norris
2025-08-26[NFC][mlir] Update DataFlowFramework.h to be compatible with clang c++23 (#15...Philip Lassen
2025-08-26[mlir] Clone attrs of unregistered dialect ops (#151847)Boyana Norris
2025-08-26[mlir][OpenMP][NFC] Fix gcc 14 warning (#151941)Tom Eccles
2025-08-26[mlir][SCF] Do not access erased operation in `scf.while` lowering (#150741)Matthias Springer
2025-08-26Fix Bug in RemoveDeadValues Pass (#148437)ronigoldman22
2025-08-26[mlir] Fix missing import (#150330)Daniel Garvey
2025-08-26[mlir][mesh] Add null check for dyn_cast to prevent crash (#149266)Longsheng Mou
2025-08-26[MLIR] Fix use-after-frees when accessing DistinctAttr storage (#148666)Artemiy Bulavin
2025-08-26[MLIR][Vector] Fix bug in ExtractStrideSlicesOp canonicalization (#147591)Tomás Longeri
2025-08-26[clang] Remove hasValue() check in `RecordExprEvaluator::VisitCXXConstructExp...Timm Baeder
2025-08-25[libc++] Fix ABI break introduced by switching to _LIBCPP_COMPRESSED_PAIR (#1...Nikolas Klauser
2025-08-25[libc++] Add tests for the ABI break introduced by switching to _LIBCPP_COMPR...Nikolas Klauser
2025-08-25[LLD][COFF] Set isUsedInRegularObj for target symbols in resolveAlternateName...Jacek Caban
2025-08-25[Driver] DragonFly does not support C11 threads (#154886)Brad Smith
2025-08-25[Hexagon] Add missing operand when disassembling Y4_crswap10 (#153849)Sergei Barannikov
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-21[mlir] Make parser not rely on terminating null. (#151007)Jacques Pienaar
2025-08-21[X86] SimplifyDemandedVectorEltsForTargetNode - don't split X86ISD::CVTTP2UI ...Simon Pilgrim
2025-08-21Add PowerPC/AIX related release notes to LLVM 21.1.0Amy Kwan
2025-08-21On Windows, in the release build script, fix detecting if clang-cl is in PATH...Alexandre Ganea