summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-24[SimplifyCFG] Don't perform "redirecting phis between unmergeable BBs and suc...users/amara/simplifycfg-jtAmara Emerson
2025-09-24[Clang] Support includes translated to module imports in -header-include-filt...Sina Mahdavi
2025-09-24[MLIR][Bazel] correctly fix bazel build after 59e74a0 (#160539)Maksim Levental
2025-09-24[LLVMContext] Add OB_align assume bundle op ID. (#158078)Florian Hahn
2025-09-24[CIR][OpenACC] Implement pointer/array recipe destructors (#160189)Erich Keane
2025-09-24[Verifier] Modify TBAAVerifier helpers signatures to accept a nullable (NFC)Antonio Frighetto
2025-09-24[Support] Use list-initialization for returning pairs (#160447)Kazu Hirata
2025-09-24[ADT] Make ilist_select_iterator_type a type alias (NFC) (#160446)Kazu Hirata
2025-09-24[ADT] Use "static inline" to initialize EmptyDivergenceDesc; (NFC) (#160445)Kazu Hirata
2025-09-24[Support] Use std::move in AllocatorHolder's move constructor (NFC) (#160444)Kazu Hirata
2025-09-24[AMDGPU][True16][CodeGen] true16 isel pattern for fma_mix_f16/bf16 (#159648)Brox Chen
2025-09-24[mlir] Fix bazel after 077a796 round 2. (#160542)Bart Chrzaszcz
2025-09-24[libc][math][c++23] Add log_bf16 math function (#157811)Krishna Pandey
2025-09-24[AMDGPU] Add the support for 45-bit buffer resource (#159702)Shilei Tian
2025-09-24[AST] Fix a warningKazu Hirata
2025-09-24[mlir][emitc] Adjust the emitc.class op description (NFC) (#152570)Andrey Timonin
2025-09-24[flang] Simplify the comparison of characters (#154593)Leandro Lupori
2025-09-24[clang][bytecode] Use existing Descriptor local in InitElem op (#160535)Timm Baeder
2025-09-24[Remarks] YAMLRemarkSerializer: StringRef-ize apis to avoid out-of-bounds rea...Jon Roelofs
2025-09-24[gn build] Port 6e6a3d83245eLLVM GN Syncbot
2025-09-24[PowerPC] Implement VSX Vector Integer Arithmetic Instructions (#158363)Lei Huang
2025-09-24[mlir] Fix bazel after 077a796. (#160533)Bart Chrzaszcz
2025-09-24[NFC][AMDGPU] Refactor common declarations (#160406)LU-JOHN
2025-09-24[LLDB][NativePDB] Create functions with mangled name (#149701)nerix
2025-09-24[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in ModuleImport.cpp (NFC)Mehdi Amini
2025-09-24[llvm-remarkutil] Introduce filter command (#159784)Tobias Stadler
2025-09-24[IR] Introduce `llvm.errno.tbaa` metadata for errno alias disambiguationAntonio Frighetto
2025-09-24[X86] Add missing _mm_broadcastsi128_si256 constexpr test coverage (#160523)Simon Pilgrim
2025-09-24[libc++] Fix __gnu_cxx::hash_multiset copy construction (#160466)Nikolas Klauser
2025-09-24[Clang] Add diagnostic for why std::is_abstract is false (#156199)Sebastian Proell
2025-09-24[Flang][OpenMP] Implicitly map nested allocatable components in derived types...Akash Banerjee
2025-09-24[RecursiveASTVisitor] Assert we skip implicit instantiations. (#110899)Harald van Dijk
2025-09-24[mlir] Implement a memory-space cast bubbling-down transform (#159454)Fabian Mora
2025-09-24[Headers][X86] VectorExprEvaluator::VisitCallExpr - allow SSE/AVX2/AVX512 pac...woruyu
2025-09-24[clang][bytecode] Don't crash on a null Descriptor (#160506)Timm Baeder
2025-09-24[mlir] Fix bazel after `59e74a0`. (#160508)Bart Chrzaszcz
2025-09-24[libc++] Make the benchmarking data pseudo-random (#159525)Nikolas Klauser
2025-09-24[LV] Fixup a test after 66fd420 (#160505)Ramkumar Ramachandra
2025-09-24[mlir][SCF] Add scf.index_switch support for populateSCFStructuralTypeConvers...Artemy Skrebkov
2025-09-24[cmake][lldb][test] Respect LIBCXX_LIBDIR_SUBDIR (#159106)Raul Tambre
2025-09-24[AMDGPU][AsmParser] Introduce MC representation for lit() and lit64(). (#160316)Ivan Kosarev
2025-09-24[AMDGPU] SIMemoryLegalizer: Factor out check if memory operations can affect ...Fabian Ritter
2025-09-24[AArch64] Add tests for partial reduction of shl.Florian Hahn
2025-09-24[LV] Don't create partial reductions if factor doesn't match accumulator (#15...Florian Hahn
2025-09-24[Offload] Add olGetMemInfo with platform-less API (#159581)Ross Brunton
2025-09-24[AArch64][SME] Allow SME peephole optimizations across SME pseudos (#157655)Benjamin Maxwell
2025-09-24[mlir][bufferization] Support custom types at function boundaries (#159766)Andrei Golubev
2025-09-24Reland "[MLIR][Python] add Python wheel build demo/test" (#160481) (#160488)Maksim Levental
2025-09-24[LoopPeel] Add test with branch that can be simplified with guards.Florian Hahn
2025-09-24[Headers][X86] _mm_cmpgt_epi64 is only available on SSE42 targets (#160491)Simon Pilgrim