summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-29[LoopUnroll] Do not copy !llvm.loop from latch to non-latchusers/jdenny-ornl/unroll-dont-copy-latch-loop-idJoel E. Denny
2025-10-29[Instrumentation] Remove a redundant control flow statement (NFC) (#165510)Kazu Hirata
2025-10-29[X86] Remove a redundant cast (NFC) (#165509)Kazu Hirata
2025-10-29[OpenMP][Flang] Fix atomic operations on complex types (#165366)Krish Gupta
2025-10-29[X86] and-mask-variable.ll - remove unnecessary "+fast-bextr" attribute from ...Simon Pilgrim
2025-10-29[X86] atomic-load-store.ll - cleanup test check-prefix hierarchies to improve...Simon Pilgrim
2025-10-29[AArch64][NEON] Add eor3 patterns for V64 xors (#165376)Lukacma
2025-10-29[LLVM][IR] Emit diagnostic for invalid pointee type for constant GEP. (#165383)Paul Walker
2025-10-29[flang] Implement IGNORE_TKR(P) (#165469)Eugene Epshteyn
2025-10-29[mlir][linalg] Do not set insertion point inside padding function (#165420)Kunwar Grover
2025-10-29[llvm][Bitcode][ObjC] Fix order of setter/getter argument to DIObjCProperty c...Michael Buch
2025-10-29[lldb][DWARFASTParserClang] Added a check for the specialization existence (#...Timur Golubovich
2025-10-29[llvm][test] Skip object-property.ll debug-info test on AIXMichael Buch
2025-10-29[MLIR] Remove unused include. NFC.Benjamin Kramer
2025-10-29[PredicateInfo] Drop redundant PredicateInfo annotation (#165434)Kunqiu Chen
2025-10-29[clang-repl] Fix struct value printing for clang-repl in C mode (#165538)Anutosh Bhat
2025-10-29[flang][cmake] Set the usual linker flags for non-gtest unit tests (#165256)Nikita Popov
2025-10-29[mlir][tosa] Add support for mxint8 type in mxfp operations (#163642)Luke Hutton
2025-10-29[PAC][Driver] Support ptrauth flags only on ARM64 Darwin or with pauthtest AB...Daniil Kovalev
2025-10-29[ASan][Test-Only][Darwin] Mark asan-symbolize-templated-cxx.cpp unsupported (...Dan Blackwell
2025-10-29[TSan][Test-Only][Darwin] Fix typo in external.cpp test (#165534)Dan Blackwell
2025-10-29[LLD][COFF] Fix manifest UAC trustInfo namespace (#165285)Andrew Ng
2025-10-29[llvm][DebugInfo][ObjC] Fix argument order of setter/getter to DIObjCProperty...Michael Buch
2025-10-29[ASTMatchers][Docs] Regenerate MatchersReference via dump_ast_matchers.py (#1...Baranov Victor
2025-10-29[lldb] Fix StdUnorderedMapSynthProvider for GCC (#164251)Sergei Druzhkov
2025-10-29[llvm][DebugInfo][test] Add LLVM tests for Objective-C property debug-info (#...Michael Buch
2025-10-29[libunwind][PAuthLR] Remove PC offset when using FEAT_PAuthLR (#164224)Jack Styles
2025-10-29[AArch64][GlobalISel] Add a constant funnel shift post-legalizer combine. (#1...David Green
2025-10-29[BOLT][NFC] Drop unused profile staleness stats (#165489)Amir Ayupov
2025-10-29[clang-tidy] Emit warnings from user headers by default (#164165)Baranov Victor
2025-10-29[clang-tidy] Fix param-pack fix-its for 'performance-unnecessary-value-param'...Baranov Victor
2025-10-29[clang][bytecode] Check builtin carryops for non-block out pointers (#165512)Timm Baeder
2025-10-29[AMDGPU] make AMDGPUUniformIntrinsicCombine a function pass (#165265)Pankaj Dwivedi
2025-10-29[clang] Use a formatted_raw_ostream in TextDiagnostic (#164935)Timm Baeder
2025-10-29[LoongArch][NFC] Add tests for vector fminnum/fmaxnum (#162767)Zhaoxin Yang
2025-10-28[flang][cuda] Support gpu.launch_func with async token in target rewrite pass...Valentin Clement (バレンタイン クレメン)
2025-10-28[clang-format] Fix a bug in annotating class member names (#165351)owenca
2025-10-29[SimplifyCFG] Use range check in simplifyBranchOnICmpChain if possible (#165105)Yingwei Zheng
2025-10-29[AMDGPU] Support image atomic no return instructions (#150742)Harrison Hao
2025-10-28[Clang] Freeze padded vectors before storing. (#164821)Florian Hahn
2025-10-29[Clang] [NFC] Fix trailing whitespace in Parser.h (#165498)Sirraide
2025-10-28[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in SwapExtractSliceWith...Mehdi Amini
2025-10-28[CIR][NFC] Update TypeCache file to use MLIR-style camel case (#165060)Andres-Salamanca
2025-10-28[MLIR] Fix use-after-move in debug logging (#165208)Slava Gurevich
2025-10-28[docs][lldb] update the Windows tools instructions (#164491)Charles Zablit
2025-10-28[clang] Proofread ThreadSafetyAnalysis.rst (#165398)Kazu Hirata
2025-10-28[llvm] Use StringRef::contains (NFC) (#165397)Kazu Hirata
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-10-28[Analysis] Use "= default" in a constructor (NFC) (#165395)Kazu Hirata
2025-10-28[Analysis] Use std::clamp in getHeatColor (NFC) (#165394)Kazu Hirata