summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-23[TableGen] Remove unnecessary use of MVT::SimpleTy. NFCHEADmainCraig Topper
2025-11-22[RISCV] Support zilsd-4byte-align for i64 load/store in SelectionDAG. (#169182)Craig Topper
2025-11-23Revert "[RegAlloc] Fix the terminal rule check for interfere with DstReg (#16...Aiden Grossman
2025-11-23Don't mark lambda non-dependent if nested in a generic lambda. (#149121)Daniel M. Katz
2025-11-23[RegAlloc] Fix the terminal rule check for interfere with DstReg (#168661)hstk30-hw
2025-11-22[TableGen] Use MVT instead of MVT::SimpleValueType. NFC (#169180)Craig Topper
2025-11-23[TableGen] Constify CodeGenInstruction where possible (NFC) (#169193)Sergei Barannikov
2025-11-22[flang] Add missing include, fix build break after c81a189c50 (#169192)Krzysztof Parzyszek
2025-11-22[StaticAnalyzer] Use a range-based for loop (NFC) (#169175)Kazu Hirata
2025-11-22[Lex] Use a range-based for loop (NFC) (#169174)Kazu Hirata
2025-11-22[llvm] Use llvm::equal (NFC) (#169173)Kazu Hirata
2025-11-22[clang] Use llvm::equal (NFC) (#169172)Kazu Hirata
2025-11-22[llvm] Remove unused local variables (NFC) (#169171)Kazu Hirata
2025-11-22[flang][OpenMP] Canonicalize loops with intervening OpenMP constructs (#169191)Krzysztof Parzyszek
2025-11-22[VPlan] Share PreservesUniformity logic between isSingleScalar and isUniformA...Florian Hahn
2025-11-22[AMDGPU] Enable serializing of allocated preload kernarg SGPRs info (#168374)tyb0807
2025-11-22[flang][OpenMP] Move some utilities from openmp-parsers to openmp-uti… (#16...Krzysztof Parzyszek
2025-11-22ELF: Use index 0 for unversioned undefined symbols (#168189)Fangrui Song
2025-11-22[VPlan] Create resume phis in scalar preheader early. (NFC) (#166099)Florian Hahn
2025-11-22[flang][OpenMP] Fix build with gcc 7.5.0 (#169184)Krzysztof Parzyszek
2025-11-22[DFAJumpThreading] Try harder to avoid cycles in paths. (#169151)Usman Nadeem
2025-11-22[flang][OpenMP] Implement loop nest parser (#168884)Krzysztof Parzyszek
2025-11-22[MLIR][Python] remove PyYAML as a dep (#169145)Maksim Levental
2025-11-22[X86] Move _mm512_mask_blend_pd/ps tests to avx512f-builtins.c (#169170)Simon Pilgrim
2025-11-22[Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow AVX512 ...NagaChaitanya Vellanki
2025-11-22[UBSan] Fix test-darwin-interface.c on X86 Darwin with Internal Shell (#169105)Aiden Grossman
2025-11-22[lldb] [disassembler] chore: update VariableAnnotator::Annotate to except onl...n2h9
2025-11-22[InstCombine] Generalize trunc-shift-icmp fold from (1 << Y) to (Pow2 << Y) (...Pedro Lobo
2025-11-22[clang][bytecode][NFC] Remove VariableScope::emitDestruction (#169148)Timm Baeder
2025-11-22 [Clang][X86] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow V...stomfaig
2025-11-22[libc++][any] Applied `[[nodiscard]]` (#168826)Hristo Hristov
2025-11-22[Flang] Add -ffast-real-mod back for further control of MOD optimizations (#1...Michael Klemm
2025-11-22[clang][X86] Allow VALIGND/Q element-shift intrinsics in constexpr evaluation...Muhammad Abdul
2025-11-22[CIR] Add support for non-compile-time memory order (#168892)Sirui Mu
2025-11-22[Clang][Driver] Allow -fsanitize-coverage with -fsanitize=alloc-token (#169128)Marco Elver
2025-11-22Add new llvm.dbg.declare_value intrinsic. (#168132)Shubham Sandeep Rastogi
2025-11-22[CallBrPrepare] Prefer Function &F over Function &FnAiden Grossman
2025-11-21[NFC] [test] [libcxx] Fix invalid escape sequences (#168636)Florian Mayer
2025-11-22[libc++][any][NFC] Reformat and refactor any_cast tests (#169057)Hristo Hristov
2025-11-22[clang][bytecode] Don't call getThis() on the bottom function frame (#169044)Timm Baeder
2025-11-21[NFC][lldb] Remove duplicated checks (#169093)Sergei Druzhkov
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata
2025-11-21Revert "[OpenMP] Fix firstprivate pointer handling in target regions" (#169143)dpalermo
2025-11-21[NFC][LLDB] Make it possible to detect if the compiler used in tests supports...Dan Liew
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-21[lld:MachO] Allow independent override of weak symbols aliased via .set (#167...Joshua Haberman
2025-11-21[CI] Make Premerge only Comment if Tests Failed (#169102)Aiden Grossman
2025-11-21[bazel] Remove old config option (#169133)Keith Smiley
2025-11-21[CIR] Upstream overflow builtins (#166643)adams381
2025-11-21[lldb] Remove Base::unique from NonNullSharedPtr (#169130)Keith Smiley