summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-13Fix formattingusers/ojhunt/abi-extensionOliver Hunt
2025-08-13[clang] Add an ABI_EXTENSION concept that is testable under -pedantic-errorsOliver Hunt
2025-08-13[flang][cuda] Fix buildbot failure after #153242 (#153500)Valentin Clement (バレンタイン クレメン)
2025-08-13[flang/flang-rt] Add -isysroot flag only to tests really requiring (#152914)parabola94
2025-08-13[flang][cuda] Add bind name for __ull2double_rX interfaces (#153465)Valentin Clement (バレンタイン クレメン)
2025-08-13[flang][runtime][NFC] Add a comment to intrinsic assignment (#153260)Peter Klausler
2025-08-13[flang][runtime] Handle NAN(...) in namelist input (#153101)Peter Klausler
2025-08-13[ADT] Add signed and unsigned mulExtended to APInt (#153399)Pedro Lobo
2025-08-13[flang][NFC] Document ALLOCATE/DEALLOCATE error semantics (#153027)Peter Klausler
2025-08-13[flang] Warn about inexact real literal implicit widening pitfall (#152799)Peter Klausler
2025-08-13[GlobalISel] Fix bitcast fewerElements with scalar narrow types. (#153364)David Green
2025-08-13[lldb][test] Make TestFindRangesInMemory.py more robust (#152817)Igor Kudrin
2025-08-13[flang][cuda] Add bind name for __float2half_rn and __half2float (#153298)Valentin Clement (バレンタイン クレメン)
2025-08-13Fix wrong function signature for #153102 (#153473)Jasmine Tang
2025-08-13[flang][OpenMP] Reassociate ATOMIC update expressions (#153488)Krzysztof Parzyszek
2025-08-13[MLIR][XeGPU] Add pattern for arith.constant for wg to sg distribution (#151977)Nishant Patel
2025-08-13[mlir][vector] Improve vector.gather description (#153278)James Newling
2025-08-13[PowerPC][NFC] Pre-commit test case: use millicode for strlen instead of libc...zhijian lin
2025-08-13[LV] Remove unused ILV state (NFC).Florian Hahn
2025-08-13[MLIR][GPU][XeVM] Add XeVM target and XeVM dialect integration tests. (#148286)Sang Ik Lee
2025-08-13[ARM] Protect against odd sized vectors in isVTRNMask and friends (#153413)David Green
2025-08-13Revert "[MLIR] Split ExecutionEngine Initialization out of ctor into an expli...Mehdi Amini
2025-08-13Work around documented Linux mmap bug. (#152595)Richard Smith
2025-08-13[CI][Github] Bump Github Runner Version to 2.328.0Aiden Grossman
2025-08-13[flang][cuda] Add interfaces for __usad and __sad (#153470)Valentin Clement (バレンタイン クレメン)
2025-08-13[LinkerWrapper] Remove special handling for archives (#114843)Joseph Huber
2025-08-13[flang][cuda] Add bind name for __double2uint_XX interfaces (#153285)Valentin Clement (バレンタイン クレメン)
2025-08-13[PowerPC][CodeGen] Expand ISD::AssertNoFPClass for ppc_fp128 (#152357)Amy Kwan
2025-08-13[clang] [test] Improve XFAIL patterns for aarch64 msvc (#153397)Martin Storsjö
2025-08-13[APFloat] Fix getExactInverse for DoubleAPFloatDavid Majnemer
2025-08-13[clang][bytecode][NFC] Remove redundant initialization (#153400)Victor Chernyakin
2025-08-13[flang][cuda] Add bind name for __dsqrt_rd and __dsqrt_ru interfaces (#153290)Valentin Clement (バレンタイン クレメン)
2025-08-13[RISCV] Fix typo in comment Interger->Integer. NFCCraig Topper
2025-08-13[SDPatternMatch] Fix typo in comment interger->integer. NFCCraig Topper
2025-08-13[flang][cuda] Add bind name for __double2int_XX interfaces (#153279)Valentin Clement (バレンタイン クレメン)
2025-08-13[CAS] Disable CAS unittests that requires threads (#153434)Steven Wu
2025-08-13[lldb] Disable JSONTransportTests on Windows. (#153453)John Harrison
2025-08-13[libc][math][c++23] Add bf16fma{,f,l,f128} math functions (#153231)Krishna Pandey
2025-08-13[flang][cuda] Support data transfer with conversion (#153242)Valentin Clement (バレンタイン クレメン)
2025-08-13[flang][cuda] Add bind name for __double2float_XX interfaces (#153275)Valentin Clement (バレンタイン クレメン)
2025-08-13[Vectorize] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#153359)Kazu Hirata
2025-08-13[llvm] Proofread LangRef.rst (#153358)Kazu Hirata
2025-08-13[ARM] Remove unnecessary casts (NFC) (#153357)Kazu Hirata
2025-08-13[ADT] Use llvm::bit_ceil in SmallPtrSet::reserve (NFC) (#153356)Kazu Hirata
2025-08-13Revert "[flang][OpenMP] Reassociate ATOMIC update expressions (#153450)"Krzysztof Parzyszek
2025-08-13[coro] [async] Make sure to reprocess non-split async functions (#153419)Arnold Schwaighofer
2025-08-13[flang][OpenMP] Reassociate ATOMIC update expressions (#153450)Krzysztof Parzyszek
2025-08-13[CAS] Fix MSVC warning after #114096 (#153430)Steven Wu
2025-08-13[SeparateConstOffsetFromGEP] Decompose constant xor operand if possible (#150...Sumanth Gundapaneni
2025-08-13[Headers][X86] Allow SSE/AVX/AVX512 unpck intrinsics to be used in constexpr ...Jasmine Tang