summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-24[AMDGPU] Add initial cost function framework for balanced schedulingusers/kerbowa/sched-cost-functionAustin Kerbow
2025-09-23[SupportTests] Waive failures in ProgramEnvTest.TestExecuteEmptyEnvironment o...Martin Storsjö
2025-09-23[bazel] Add llvm-remarkutil cc_binary (#160379)Pranav Kant
2025-09-23[bazel] buildifier reformat (#160382)Pranav Kant
2025-09-23[os_log] Fix a CodeGen crash that occurs when arguments of struct, class, or ...Akira Hatanaka
2025-09-23[BOLT] Improve unmarked-data.test (#160263)Gergely Bálint
2025-09-23[CIR] Upstream support Agg init with lvalue ComplexType (#159974)Amr Hesham
2025-09-23[flang][cuda] Do not add contiguity check with ignore_tkr(c) is present (#160...Valentin Clement (バレンタイン クレメン)
2025-09-23[mlir][AMDGPU] Use LDS-only MMRA fences for lds_barrier (#157919)Krzysztof Drewniak
2025-09-23[CodeGen] Rename isReallyTriviallyReMaterializable [nfc]Philip Reames
2025-09-23Update callers of isTriviallyReMaterializable to check trivialness (#160319)Philip Reames
2025-09-23[libc++] Disable std::shared_mutex benchmarks outside of dry-runLouis Dionne
2025-09-23[bazel] Fix for c31d50378bdba3aab936dfc30b78911431641906 (#160357)Pranav Kant
2025-09-23[SimplifyCFG] Avoid using isNonIntegralPointerType()Alexander Richardson
2025-09-23[DataLayout][LangRef] Split non-integral and unstable pointer propertiesAlexander Richardson
2025-09-23[libc] Cleanup mman functions and tests (#159657)Michael Jones
2025-09-23[z.OS] fix strnlen() usage in Context.cpp available on z/OS (#160339)Zibi Sarbinowski
2025-09-23[flang][OpenMP] Avoid extra newline when unparsing OmpReductionCombiner (#160...Krzysztof Parzyszek
2025-09-23[MLIR][Python] use nb::typed for return signatures (#160221)Maksim Levental
2025-09-23[flang] Disable -gdwarf-5 tests on AIX. (#159533)Abid Qadeer
2025-09-23Revert "[DebugInfo][DwarfDebug] Separate creation and population of abstract ...Vladislav Dzhidzhoev
2025-09-23[scudo] Skip special quarantine blocks in iterateOverChunks (#159892)Christopher Ferris
2025-09-23[Linalg] Fix linalg.pack canonicalization priority issue (#160340)Nirvedh Meshram
2025-09-23[LLVM] Remove `prepare-check-lit` from lit testsuite dependencies (#159922)Rahul Joshi
2025-09-23[CIR] Implement Complex real & imag for non scalar GLValue (#159931)Amr Hesham
2025-09-23[clang-doc] concatenate SymbolIDs to truncated mangled names (#159490)Erick Velez
2025-09-23[CIR] Upstream LValue Unary Inc & Dec for ComplexType (#160201)Amr Hesham
2025-09-23[Offload][NFC] Avoid temporary string copies in InfoTreeNode (#159372)Alexey Sachkov
2025-09-23[SLPVectorizer] Move size checks (NFC) (#159361)Mikhail Gudim
2025-09-23[libc++] Fix bug with appending and overwriting in benchmark-historicalLouis Dionne
2025-09-23[flang][OpenMP] Use OmpDirectiveSpecification in DECLARE_REDUCTION (#160192)Krzysztof Parzyszek
2025-09-23[HLSL] Add support for the HLSL matrix type (#159446)Farzon Lotfi
2025-09-23[LLDB] Fix 64 bit support for CIE and FDE handling in DWARFCallFrameInfo (#15...Andrew Gontarek
2025-09-23[AMDGPU] Fix high vgpr printing with true16 (#160209)Stanislav Mekhanoshin
2025-09-23[MCA][RISCV]Enable latency instrument on RISCV (#160063)Roman Belenov
2025-09-23[AMDGPU][AsmParser][NFC] Combine the Lit and Lit64 modifier flags. (#160315)Ivan Kosarev
2025-09-23[clang][x86][bytecode] Replace interp__builtin_knot with static bool interp__...fennecJ
2025-09-23[AMDGPU] Fix sub-dword atomic flat saddr store with no D16. NFCI (#160253)Stanislav Mekhanoshin
2025-09-23Revert "[AMDGPU] Elide bitcast fold i64 imm to build_vector" (#160325)Janek van Oirschot
2025-09-23[HLSL] avoid unnamed bit fields when dealing with InitLists in HLSL (#159212)Sarah Spall
2025-09-23[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in Utils.cpp (NFC)Mehdi Amini
2025-09-23[NFC] [FlowSensitive] add comment (#160223)Florian Mayer
2025-09-23[NFC] [FlowSensitive] `LatticeJoinEffect` -> `LatticeEffect` (#160222)Florian Mayer
2025-09-23[UpdateTestChecks] Don't fail silently when conflicting CHECK lines means no ...Alex Bradbury
2025-09-23[NFC][MC][CodeEmitterGen] Extract error reporting into a helper function (#15...Rahul Joshi
2025-09-23[gn build] Port c1720822b634LLVM GN Syncbot
2025-09-23[Hexagon] Generate signed mask for vshuff/vdeal (#159800)Alexey Karyakin
2025-09-23[CIR] Implement static lambda invoker (#160137)Andy Kaylor
2025-09-23[Flang] NFC: Require lld for an lld test (#160320)Kiran Chandramohan
2025-09-23[libc++][atomic_ref] Use __atomic_fetch_{add,sub} builtins on floating-points...Damien L-G