summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-10Revert "[NFC] Fix CodeQL violations in compiler-rt. (#157793)"revert-157793-fix-codeql-errorsAmit Kumar Pandey
2025-09-10[RISCV] Add helper method for checking for Zicond or XVentanaCondOps. NFC (#1...Craig Topper
2025-09-10[SLP]Recalculate deps if the original instruction scheduled after being copyableAlexey Bataev
2025-09-10[BOLT][AArch64][instr] Remove instructions on saving and restoring NZCV (#156...YongKang Zhu
2025-09-10[gn build] Port ed9dded83f5bArthur Eubanks
2025-09-10[gn build] Port c82d09c96a4cArthur Eubanks
2025-09-10[gn build] Port 106eb4623d0cArthur Eubanks
2025-09-10[Remarks] Remove redundant size from StringRefs (NFC) (#156357)Tobias Stadler
2025-09-10[flang] Add hlfir.index op to represent index intrinsic function (#157575)Valery Dmitriev
2025-09-10Reapply "[APINotes] Prefer diff -u over diff -b" (#157894)Aiden Grossman
2025-09-10[InstCombine] Preserve nneg in foldLogicCastConstant (#157865)Hongyu Chen
2025-09-10[lldb] Pass execution context to CompilerType::GetByteSize - in CommandObject...Dave Lee
2025-09-10[Libc++][NFC] Fix typos in tests (#157699)Corentin Jabot
2025-09-10[flang][runtime] Preserve some list-directed input state in child (#157571)Peter Klausler
2025-09-10[JumpThreading][DebugInfo] Propagate DebugLocs when simplifying loads (#157683)Stephen Tozer
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham
2025-09-10[lldb][test] Re-enable `TestRerunAndExprDylib.py` (#157872)Ebuka Ezike
2025-09-10[docs][OpenMP] Update loop transformation impementation statusMichael Kruse
2025-09-10[lldb][test] StepUntil disable test for unsupported linkers. (#157474)Ebuka Ezike
2025-09-10[LVI] Support no constant range of cast value in getEdgeValueLocal. (#157614)Andreas Jonson
2025-09-10[NFC] Fix CodeQL violations in compiler-rt. (#157793)Amit Kumar Pandey
2025-09-10[NFC][lldb] Cleanup the ArchDefinitionEntry definitons. (#152618)Greg Clayton
2025-09-10[LV] Add tests with multiple store groups re-using widened ops.Florian Hahn
2025-09-10[OpenMP] Add definitions of TASKGRAPH, GRAPH_ID and GRAPH_RESET (#157502)Krzysztof Parzyszek
2025-09-10[TableGen][DecoderEmitter] Report all decoding conflicts (#157847)Rahul Joshi
2025-09-10[llvm-lto2] Added llvm-lto2 -unified-lto descriptions (revised) (#155462)Faith Rivera
2025-09-10AMDGPU/UniformityAnalysis: fix G_ZEXTLOAD and G_SEXTLOAD (#157845)Petar Avramovic
2025-09-10[InstCombine] Added optimisation for trunc (Pow2 >> x) to i1 (#157030)kper
2025-09-10[RISCV] Fold (X & -(1 << C1) & 0xffffffff) == C2 << C1 to sraiw X, C1 == C2. ...Craig Topper
2025-09-10[ExpandVectorPredication] Expand vp_merge and vp_select in expandPredication....Craig Topper
2025-09-10[CIR] Upstream FPToFPBuiltin ASinOp (#157350)Amr Hesham
2025-09-10[PDB] Add public symbol lookup by address (#157361)nerix
2025-09-10[libc] Update some __builtin_* usage to be compatible with MSVC. (#157870)lntue
2025-09-10[llvm] Proofread Contributing.rst (#157792)Kazu Hirata
2025-09-10[Support] Use std::conditional_t in several type traits (NFC) (#157791)Kazu Hirata
2025-09-10[Support] Use CTLog2 from PointerLikeTypeTraits.h (NFC) (#157790)Kazu Hirata
2025-09-10[ADT] Fix comment typos in STLForwardCompat.h (#157789)Kazu Hirata
2025-09-10[AArch64] Use SignExtend64<N> (NFC) (#157788)Kazu Hirata
2025-09-10[Instrumentation] Fix formatting of MemorySanitizer.cppKazu Hirata
2025-09-10[lldb-dap] Add command line option `--connection-timeout` (#156803)Roy Shi
2025-09-10AMDGPU: Add uniformity analysis test for G_ZEXTLOAD and G_SEXTLOAD (#157844)Petar Avramovic
2025-09-10Mark variable as maybe unused (only used in debug mode) (#157875)Karlo Basioli
2025-09-10[flang][OpenMP] Fix crash on DECLARE REDUCTION in unparse-with-symbols (#157871)Krzysztof Parzyszek
2025-09-10[X86] Fix throughput typo in XMM/YMM PACK/PALIGNR schedule classes (#157867)Simon Pilgrim
2025-09-10[llvm-pdbutil] Create public symbols in yaml2pdb (#157362)nerix
2025-09-10[Clang] Fix __cpuidex conflict with other offloading targets (#157741)Nick Sarnie
2025-09-10[InstCombine] Split GEPs with multiple non-zero offsets (#151333)Nikita Popov
2025-09-10[AMDGPU] Propagate Constants for Wave Reduction Intrinsics (#150395)Aaditya
2025-09-10X86: Stop using MachineFunction in getPointerRegClass (#156880)Matt Arsenault
2025-09-10[offload] Fix finding libomptarget in runtimes build (#157856)Michał Górny