summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-06Bump picolibc commit to v1.8.9users/vhscampos/bump-picolibc-v1.8.9Victor Campos
2025-02-06[AArch64][SelectionDAG] Generate clastb for extract.last.active (#112738)Graham Hunter
2025-02-06Revert "[mlir][math]Update `convertPowfOp` `ExpandPatterns.cpp`" (#126063)Han-Chung Wang
2025-02-06[flang] Use clang_target_link_libraries() for clang dependency (#126037)Nikita Popov
2025-02-06[libc++] Remove basic_string::__clear_and_shrink (#126050)Nikolas Klauser
2025-02-06[GlobalISel] Prefix MatchTable Lines with their Index (#125845)Pierre van Houtryve
2025-02-06[LLVM][Support] Add new CreateFileError functions (#125906)Amr Hesham
2025-02-06SimplifyIndVar: teach widenLoopCompare about samesign (#125851)Ramkumar Ramachandra
2025-02-06[mlir][tensor] Fix bazel build after 80fd902573f860001af08d75f15d8f92005bae90.Alexander Belyaev
2025-02-06[OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private...Kareem Ergawy
2025-02-06[flang][OpenMP][Semantics] Don't allow reduction of derived type components (...Tom Eccles
2025-02-06[bazel] Port for eb8901bda11fd55deeecd067fc4c9dcc0fb89984Haojian Wu
2025-02-06[VectorCombine] Allow shuffling between vectors the same type but different e...hanbeom
2025-02-06[flang][Lower][OpenMP][NFC] tidy up PrivateReductionUtils (#125867)Tom Eccles
2025-02-06[analyzer] Use getFileName and do not use realpath names (#126039)Utkarsh Saxena
2025-02-06[mlir][LLVM][NFC] Fix description of `LLVMFixedVectorType` (#126031)Matthias Springer
2025-02-06[flang][Driver] When linking with the Fortran runtime also link with libexeci...Brad Smith
2025-02-06[mlir][Vector] Update VectorEmulateNarrowType.cpp (2/N) (#123527)Andrzej Warzyński
2025-02-06[clang] Parse warning-suppression-mapping after setting up diagengine (#125714)kadir çetinkaya
2025-02-06[mlir][tensor] Introduce `TensorRelayoutOpInterface` (#125823)Andrzej Warzyński
2025-02-06[clang-format] Add BreakBeforeTemplateCloser option (#118046)leijurv
2025-02-06[libc] Fix recently introduced integer-type warnings (#125864)Simon Tatham
2025-02-06[libclc][NFC] Clang-format two filesFraser Cormack
2025-02-06[clang] Stop parsing warning suppression mappings in driver (#125722)kadir çetinkaya
2025-02-06[Docs] Remove outdated reference to "future work" in convergence.Sameer Sahasrabuddhe
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch
2025-02-06[TableGen] Use std::copy instead of a manual copy loop. NFCCraig Topper
2025-02-06[Clang] fix diagnostic to correctly handle singular and plural cases for redu...Oleksandr T.
2025-02-06Reapply "[libc++] Simplify the implementation of reserve() and shrink_to_fit(...Nikolas Klauser
2025-02-06[X86] Fold (f16 bitcast extract_vectorelt(v,0)) to (extract_vectorelt (v8f16 ...Simon Pilgrim
2025-02-06[BOLT] Fixup for commit 137c378/#125961Maksim Panchenko
2025-02-06[lldb] s/GetAddressRange().GetBaseAddress()/GetAddress() (#125847)Pavel Labath
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath
2025-02-06[libc++] Support `constexpr` for `std::stable_sort` in radix sort branch (#12...Дмитрий Изволов
2025-02-06[Driver] Enable IBT by default on OpenBSD/amd64 (#125395)Brad Smith
2025-02-06CFGPrinter: fix accidentally quadratic behavior (#125396)Nicolai Hähnle
2025-02-06[PAC][Driver] Enable BTI and PAC by default on OpenBSD/aarch64 (#125392)Brad Smith
2025-02-06[MLIR][LLVM] Fold extract of extract (#125980)William Moses
2025-02-05[BOLT][AArch64] Include constant islands in disassembly (#125961)Maksim Panchenko
2025-02-06[ORC-RT] Use templates to express deeply nested function calls in testcase.Lang Hames
2025-02-05[HLSL][NFC] Fix typo in comment in SemaHLSL.cpp (#125992)Alex Sepkowski
2025-02-06[JITLink] Add missing testcase for compact-unwind-needs-dwarf.Lang Hames
2025-02-05[ELF] Refine isExported/isPreemptible conditionFangrui Song
2025-02-06[JITLink] Handle compact-unwind records that depend on DWARF FDEs.Lang Hames
2025-02-05[msan] Handle Arm NEON floating-point min/max (vector) (#125778)Thurston Dang
2025-02-05[NVPTX] Remove `sm_1x` / non-ABI compilation support (#125977)Justin Fargnoli
2025-02-05[libc++] Slightly simplify max_size and add new tests for vector (#119990)Peng Liu
2025-02-06[JITLink] Add a jitlink::Symbol::getSection() convenience method.Lang Hames
2025-02-05[libc++] Replace __is_trivially_relocatable by is_trivially_copyable (#124970)Louis Dionne
2025-02-06[X86] Silence an unused-variable warning (NFC)Jie Fu