summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-04Fix test; use workaround for type canonicalizationusers/hubert-reinterpretcast/ItaniumMangle-cpVersusClManglingAtBlockScopeHubert Tong
2024-11-04Try to adjust for using declarations v1Hubert Tong
2024-11-04Add test: `cl`/`cp` mangling w.r.t. block scope declarationsHubert Tong
2024-11-04WIP: Fix mangling of call on parenthesized name that finds in block-scopeHubert Tong
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
2024-11-04[CodeGen] Avoid repeated hash lookups (NFC) (#113414)Kazu Hirata
2024-11-04[mlir] Simplify code with MapVector::operator[] (NFC) (#113407)Kazu Hirata
2024-11-04[sancov] Use heterogeneous lookups with std::map (NFC) (#113406)Kazu Hirata
2024-11-04[HLSL][SPIRV] Add HLSL type translation for spirv. (#114273)Steven Perron
2024-11-04[flang] Fix warningsKazu Hirata
2024-11-04AMDGPU: Custom expand flat cmpxchg which may access private (#109410)Matt Arsenault
2024-11-04[DAG] SimplifyDemandedBits - ignore SRL node if we're just demanding known si...Simon Pilgrim
2024-11-04Add Shafik and hstk30 as maintainers for issue triage (#114781)Aaron Ballman
2024-11-04[llvm-exegesis] Use older instructions to load lower vregs (#114768)Aiden Grossman
2024-11-04[libc++] Simplify aligned_storage (#114665)Nikolas Klauser
2024-11-04[flang][OpenMP] Parsing support for iterator modifiers in FROM and TO (#114593)Krzysztof Parzyszek
2024-11-04Fixed test case error which caused the default cpu is changed from generic to...zhijian lin
2024-11-04[libclc] Move ceil/fabs/floor/rint/trunc to CLC library (#114774)Fraser Cormack
2024-11-04[LLVM] Change `LLVMIntrinsicCopyOverloadedName` API return type (#114334)Rahul Joshi
2024-11-05[demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257)c8ef