summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-04[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.tsan-dont-use-enum-__tsan_memory_order-in-tsan-interfaceVitaly Buka
2024-11-04[nfc][tsan] Wrap `Atomic`/`NoTsanAtomic` int struct (#114909)Vitaly Buka
2024-11-04SafeStack: Respect alloca addrspace (#112536)Matt Arsenault
2024-11-04[CGData][llvm-cgdata] Support for stable function map (#112664)Kyungwoo Lee
2024-11-04[GISel][AArch64][AMDGPU][RISCV] Canonicalize (sub X, C) -> (add X, -C) (#114309)Craig Topper
2024-11-05[mlir:python] Change PyOperation::create to actually return a PyOperation. (#...Peter Hawkins
2024-11-05[mlir][bufferization] Add support for recursive function calls (#114003)Matthias Springer
2024-11-04[X86] Make POP imply pointer-size operands, as with PUSH for Intel syntax (#1...LIU Hao
2024-11-04[rtsan] Added mmap and shm interceptors (#114862)Chris Apple
2024-11-04[WebAssembly] Remove WASM_FEATURE_PREFIX_REQUIRED (NFC) (#113729)Heejin Ahn
2024-11-04[WebAssembly] Fix comments in CFGStackify (NFC) (#114362)Heejin Ahn
2024-11-04[WebAssembly] Add/Reorder legacy EH tests (#114363)Heejin Ahn
2024-11-04[ubsan] Suppression by type for `-fsanitize=enum` (#114754)Vitaly Buka
2024-11-04[test] Autogen a test to reflect a name changePhilip Reames
2024-11-04[bazel] Clean up unused exported files (#114620)Vincent Lee
2024-11-04[mlir] Extend SCF loopUnrollByFactor to return the result loops (#114573)Hongtao Yu
2024-11-04[cmake] Remove obsolete files, docs and CMake variables related to the standa...Louis Dionne
2024-11-04[SelectionDAG] Remove unneeded assert from SelectionDAG::getSignedConstant. N...Craig Topper
2024-11-04[RISCV] Another length changing shuffle lowering casePhilip Reames
2024-11-04NFC: Demangler README.txt: Fix LLVM unittests pathHubert Tong
2024-11-04[libclc] Move clcmacro.h to CLC library. NFC (#114845)Fraser Cormack
2024-11-04[RISCV] Combine some setOperationAction calls and update a FIXME. NFCCraig Topper
2024-11-04[bazel] Add missing dependency for 704808c275fa63d618c8d786313b3da815d4a75bBenjamin Kramer
2024-11-04[lldb] Create dependent modules in parallel (#114507)Jonas Devlieghere
2024-11-04[MLIR] Add canonicalizations to all eligible `index` binary ops (#114000)Nachi G
2024-11-04[flang][cuda] Update device descriptor on data transfer (#114838)Valentin Clement (バレンタイン クレメン)
2024-11-04[SampleProf] Templatize longestCommonSequence (NFC) (#114633)Kazu Hirata
2024-11-04[RISCV] Add tests for single source interleave shufflesPhilip Reames
2024-11-04[libc] Disable failing AMDGPU test temporarilyJoseph Huber
2024-11-04[mlir][affine] Add static basis support to affine.delinearize (#113846)Krzysztof Drewniak
2024-11-04[flang][cuda] Fix not declared terminator (#114866)Valentin Clement (バレンタイン クレメン)
2024-11-04[clang] Add preliminary lifetimebound support to APINotes (#114830)Gábor Horváth
2024-11-04[tsan] Clang format a few files (#114725)Vitaly Buka
2024-11-04[NVPTX][docs] Add isspacep.* to usage doc (#114839)Alex MacLean
2024-11-04StripSymbols: Query llvm.dbg.declare by intrinsic ID instead of name (#114836)Matt Arsenault
2024-11-04[RISCV] Allow undef elements in isDeinterleaveShuffle (#114585)Philip Reames
2024-11-04[DirectX] Update DXIL op codes for annotateHandle and createHandleFromBinding...Helena Kotas
2024-11-04[lldb] Improve locking in PathMappingLists (NFC) (#114576)Jonas Devlieghere
2024-11-04[flang][cuda] Crash if mode is not handled (#114842)Valentin Clement (バレンタイン クレメン)
2024-11-04[libc] Define away __restrict in C++ without GNU extensions (#114655)Roland McGrath
2024-11-04Revert "[HLSL] add IsTypedResourceElementCompatible type trait" (#114853)Joshua Batista
2024-11-04[VPlan] Share logic to connect predecessors in VPBB/VPIRBB execute (NFC)Florian Hahn
2024-11-04 [libcxx] Add testing configuration for GPU targets (#104515)Joseph Huber
2024-11-04AMDGPU: Fix broken frame index expansion for v_add_co_u32_e64 (#114634)Matt Arsenault
2024-11-04[HLSL] add IsTypedResourceElementCompatible type trait (#113730)Joshua Batista
2024-11-04[flang][OpenMP] Delete ununsed data member, NFCKrzysztof Parzyszek
2024-11-04[PS5][Driver] Supply default linker scripts (#114546)Edd Dawson
2024-11-04[libc++][NFC] Use more appropriate type traits for a few cases (#114025)Nikolas Klauser
2024-11-04[PowerPC] Utilize getReservedRegs to find asm clobberable registers. (#107863)zhijian lin
2024-11-04[OpenMP] Using `SimpleVLA` to handle vla usage in ompt-general.cpp. (#114583)Daniel Chen