summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-25Make omp.target[_{enter,exit}]_data and omp.target_update host-only opsusers/skatrak/map-rework-04-target-codegenSergio Afonso
2025-08-25[MLIR][OpenMP] Simplify OpenMP device codegenSergio Afonso
2025-08-25Remove omp.target[_{enter,exit}]_data and omp.targt_update operations from ta...users/skatrak/map-rework-03-rm-host-opsSergio Afonso
2025-08-25[Flang][OpenMP] Minimize host ops remaining in device compilationSergio Afonso
2025-08-25[mlir][vector] Add alignment attribute to vector operations. (#152507)Erick Ochoa Lopez
2025-08-25[flang][openmp] Add parser and semantic support for workdistribute (#154377)Chaitanya
2025-08-25Revert "[clang][bytecode] Fix incorrect offset in elem() (#155157)"Timm Bäder
2025-08-25[mlir][Transforms] Tighten `replaceUsesOfBlockArgument` (#155227)Matthias Springer
2025-08-25[AMDGPU] Fix unittest sign-compare (#155235)Robert Imschweiler
2025-08-25[NFC][AMDGPU] Remove redundant code in `AMDGPUSubtarget::getWavesPerEU` (#155...Shilei Tian
2025-08-25[AggressiveInstCombine] Refactor `foldLoadsRecursive` to use `m_ShlOrSelf` (#...Yingwei Zheng
2025-08-25[clang][bytecode] Fix incorrect offset in elem() (#155157)Timm Baeder
2025-08-25[Clang][CodeGen] Preserve alignment information for pointer arithmetics (#152...Yingwei Zheng
2025-08-25RuntimeLibcalls: Fix building hash table with duplicate entries (#153801)Matt Arsenault
2025-08-25Revert "[MLIR] Fix duplicated attribute nodes in MLIR bytecode deserializatio...Christian Ulmann
2025-08-25[Clang]Throw frontend error for target feature mismatch when using flatten at...Abhishek Kaushik
2025-08-25[BOLT] Gadget scanner: account for BRK when searching for auth oracles (#137975)Anatoly Trosinenko
2025-08-25[InstCombine] Allow freezing multiple operands (#154336)Nikita Popov
2025-08-25[clang][bytecode] Fix OptionScope initializer (#155149)Timm Baeder
2025-08-25[clang][bytecode][NFC] Remove double initializer (#155150)Timm Baeder
2025-08-25[TableGen] Implement getOperandIdxName (#154944)Robert Imschweiler
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-25Revert "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.c...Chuanqi Xu
2025-08-25[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end ...Weibo He
2025-08-25[LoopPeel] Address followup comments on #121104 (#155221)Ryotaro Kasuga
2025-08-25[mlir][nvgpu] Fix nvgpu integration test (#154748)lonely eagle
2025-08-25[InstCombine] Regenerate test checks (NFC)Nikita Popov
2025-08-25[RISCV] Add missing check lines for vwmulu_v64i32 in fixed-vectors-vwmulu.ll....Jim Lin
2025-08-25AMDGPU: Fix not diagnosing unaligned VGPRs for vsrc operands (#155104)Matt Arsenault
2025-08-25[MLIR][NVVM] Add globaltimer_lo support in NVVM Dialect and NVPTX backend (#1...Dharuni R Acharya
2025-08-25[NFC][Clang][analyzer] Const-correct CheckerContext API (#154741)Arseniy Zaostrovnykh
2025-08-25[MLIR][Affine] Fix affine loop permute validity check for iter_args loops (#1...Prathamesh Tagore
2025-08-25[OpenMP] Add workdistribute construct in openMP dialect and in llvm frontend ...Chaitanya
2025-08-25[orc-rt] Fix typo in header file name in CMakeLists.txt.Lang Hames
2025-08-25[orc-rt] Add missing SimplePackedSerialization.h entry to CMakeLists.txt.Lang Hames
2025-08-25[orc-rt] Add SimplePackedSerialization. (#155212)Lang Hames
2025-08-25[orc-rt] Add bit.h -- substitute for not yet available STL <bit> APIs. (#155208)Lang Hames
2025-08-25[libc][math][c++23] Add {frexp,ilogb,ldexp,llogb,logb}bf16 math functions (#1...Krishna Pandey
2025-08-25[LoongArch] Support PreserveMost calling convention (#154898)hev
2025-08-25DAG: Avoid comparing Register to unsigned 0 (#155164)Matt Arsenault
2025-08-25[RISCV] Add more common check prefixes to reduce the lines in half-convert-st...Jim Lin
2025-08-25[orc-rt] #include <variant> for std::monostate. (Fixes unit test on Linux)Lang Hames
2025-08-25[orc-rt] Include <type_traits> in span.h. (Fixes unit test on Linux)Lang Hames
2025-08-25[orc-rt] Replace size_t with std::size_t in Math.h. (Fixes unit test on Linux)Lang Hames
2025-08-25[M68k] Fix encoding of CAS instructions (#154481)Sergei Barannikov
2025-08-25[LoongArch] Custom lower vecreduce_add. (#154304)tangaac
2025-08-24[libc][math] Do not use float16 basic operations in hypotf16. (#155177)lntue
2025-08-24[APFloat] Properly implement DoubleAPFloat::convertFromAPIntDavid Majnemer
2025-08-24[compiler-rt] Remove leftovers of FreeBSD md5/sha2 interceptors (#153351)Alex Rønne Petersen
2025-08-24[ADT] Use brace initialization in Set/Map (NFC) (#155182)Kazu Hirata