summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-18CodeGen: Move libcall lowering configuration to subtargetusers/arsenm/codegen/move-libcall-lowering-config-subtargetMatt Arsenault
2025-11-18CodeGen: Add subtarget to TargetLoweringBase constructorMatt Arsenault
2025-11-18[NVPTX] TableGen-erate SDNode descriptions (#168367)Sergei Barannikov
2025-11-18[libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)Jackson Stogel
2025-11-18[AMDGPU] Don't fold an i64 immediate value if it can't be replicated from its...Shilei Tian
2025-11-18[VPlan] VPIRFlags kind for FCmp with predicate + fast-math flags (NFCI).Florian Hahn
2025-11-18[runtimes] Remove pstl from the list of supported runtimes (#168414)Louis Dionne
2025-11-18[HLSL][DirectX] Use a padding type for HLSL buffers. (#167404)Justin Bogner
2025-11-18[clang-tidy] Fix bugs in misc-coroutine-hostile-raii check (#167947)higher-performance
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-11-18[VPlan] Fix OpType-mismatch in getFlagsFromIndDesc (#168560)Ramkumar Ramachandra
2025-11-18[lldb/aarch64] Add STR/LDR instructions for FP registers to Emulator (#168187)Igor Kudrin
2025-11-18[clang][deps] NFC: Use qualified names for function definitions (#168586)Jan Svoboda
2025-11-18[GISel] Use getScalarSizeInBits in LegalizerHelper::lowerBitCount (#168584)Craig Topper
2025-11-18[CIR] Mark globals as constants (#168463)Andy Kaylor
2025-11-18[bazel] fix #168212 (#168598)Pranav Kant
2025-11-18[AllocToken] Test compatibility with -fsanitize=kcfi,memtag (#168600)Marco Elver
2025-11-18Mips: Remove manual libcall name search and table (#168595)Matt Arsenault
2025-11-18[AArch64] - Improve costing for Identity shuffles for SVE targets. (#165375)Pawan Nirpal
2025-11-18[NFC][AMDGPU] IGLP: Fixes for unsigned int handling (#135090)Robert Imschweiler
2025-11-18[RISCV] Make XFAIL test UNSUPPORTED. (#168525)Mikhail Gudim
2025-11-18[DebugInfo][IR] Verifier checks for the extraData (#167971)Laxman Sole
2025-11-18Modify llvm-dwp to be able to emit string tables over 4GB without losing data...Greg Clayton
2025-11-18[X86] getRoundingModeX86 - add missing "clang-format on" toggle comment (#168...Simon Pilgrim
2025-11-18[dsymutil] Specify that -flat is for testing in the help output (#168590)Jonas Devlieghere
2025-11-18[bazel] Fix #164904 (#168593)Pranav Kant
2025-11-18Reland instr-ref-target-hooks-sp-clobber.mir (#168136)Shubham Sandeep Rastogi
2025-11-18[RISCV] Legalize misaligned unmasked vp.load/vp.store to vle8/vse8. (#167745)Craig Topper
2025-11-18[ConstantFolding] Generalize constant folding for vector_interleave2 to inter...Craig Topper
2025-11-18[NFC][TableGen] Remove `close` member from various CodeGenHelpers (#167904)Rahul Joshi
2025-11-18[clang][DependencyScanning] Add Test Coverage of `StabeDirs` during By-Name L...Qiongsi Wu
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew
2025-11-18[GISel][RISCV] Compute CTPOP of small odd-sized integer correctly (#168559)Hongyu Chen
2025-11-18[ARM] TableGen-erate node descriptions (#168212)Sergei Barannikov
2025-11-18[CI] Prefer Bash Tests over Empty String Comparisons (#168575)Aiden Grossman
2025-11-18[CI] Skip Running Premerge Advisor on AArch64 (#168404)Aiden Grossman
2025-11-18Revert "[MLIR][NVVM] Add tcgen05.mma MLIR Ops" (#168583)Mehdi Amini
2025-11-18[X86] Add test examples of build vectors of reversed scalar loads that could ...Simon Pilgrim
2025-11-18Revert "[Github] Update PR labeller to v6.0.1 (#167246)"Aiden Grossman
2025-11-18Reapply "[Github] Update PR labeller to v6.0.1 (#167246)"Aiden Grossman
2025-11-18[flang][OpenMP] Move two utilities from Semantics to Parser, NFC (#168549)Krzysztof Parzyszek
2025-11-18[AMDGPU] Consider FLAT instructions for VMEM hazard detection (#137170)Robert Imschweiler
2025-11-18[ARM] Pattern match Low Overhead Loops pseudos (NFC) (#168209)Sergei Barannikov
2025-11-18[AArch64] Reorder Comparison Trees to Facilitate CSE (#168064)Marius Kamp
2025-11-18[CI] Only run normal check targets if requested (#168412)Aiden Grossman
2025-11-19[InstCombine] Canonicalize signed saturated additions (#153053)AZero13
2025-11-18[AsmParser] Use a range-based for loop (NFC) (#168488)Kazu Hirata
2025-11-18[AMDGPU][GlobalISel] Add RegBankLegalize support for G_IS_FPCLASS (#167575)vangthao95
2025-11-18[APInt] Introduce carry-less multiply primitives (#168527)Ramkumar Ramachandra
2025-11-18Reland [Support][Jobserver][Tests] Simplify default executor init (#168165)Yaxun (Sam) Liu