summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-13address commentsusers/joaosaffran/152229Joao Saffran
2025-08-13addressing commentsJoao Saffran
2025-08-13addressing comments from bognerJoao Saffran
2025-08-12adding testJoao Saffran
2025-08-12addressing comments from inbelicJoao Saffran
2025-08-12address comments 2Joao Saffran
2025-08-12address comment from inbelicJoao Saffran
2025-08-08updateJoao Saffran
2025-08-08Merge branch 'main' into validation/overlapping-rangesJoao Saffran
2025-08-08Merge branch 'main' into validation/overlapping-rangesJoao Saffran
2025-08-08[HIP][SPIRV] Implicit `new`/`delete` should be `cdecl` on host (#152023)Alex Voicu
2025-08-08[libc] Cache old slabs when allocating GPU memory (#151866)Joseph Huber
2025-08-08[X86] avx512vl-builtins.c - add C/C++ test coverage (#152765)Simon Pilgrim
2025-08-08[libc][math][c++23] Add bf16{add,sub}{,f,l,f128} math functions (#152774)Krishna Pandey
2025-08-08[Support] Add missing LLVM_ABI annotations in Atomic.h (#152768)Martin Storsjö
2025-08-08[analyzer] Detect use-after-free for field address (e.g., &ptr->field) (#152462)LoboQ1ng
2025-08-08Revert "[IR] Optimize stripAndAccumulateConstantOffsets() for common case (NFC)"Nikita Popov
2025-08-09[libc++] Fix uses of non-empty transparent comparator in `<map>` (#152624)A. Jiang
2025-08-08[bazel] Use copy_file rule for zlib-ng (#152752)Keith Smiley
2025-08-08[bazel] Port #150146: xegpu/sliceattr (#152772)Jordan Rupprecht
2025-08-08[lldb] Remove an unnecessary cast (NFC) (#152642)Kazu Hirata
2025-08-08[bazel] Port #152003: Support padding with poison (#152771)Jordan Rupprecht
2025-08-08[Coverage] Add gap region between binary operator '&& and ||' and RHS (#149085)int-zjt
2025-08-08fix testsJoao Saffran
2025-08-08[SLP]Initial FMAD support (#149102)Alexey Bataev
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch
2025-08-08[InstrProf] Fix trace reservoir sampling (#152563)Ellis Hoag
2025-08-08[mlir][spirv] Fix serialization of TensorARM with rank higher than one (#152391)Mohammadreza Ameri Mahabadian
2025-08-08[analyzer][NFCi] Pass if bind is to a Decl or not to checkBind (#152137)Endre Fülöp
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson
2025-08-08[InferAlignment] Propagate alignment between loads/stores of the same base po...Drew Kersnar
2025-08-08[HLSL][NFC] Fix range check in verifyRegisterSpace (#152615)Shafik Yaghmour
2025-08-08[bazel] Skip tests from #152562 (#152759)Jordan Rupprecht
2025-08-08[lldb] Only use PyConfig when LLDB_EMBED_PYTHON_HOME is enabled (#152588)Jonas Devlieghere
2025-08-08[CI] Enable Build Failure ReportingAiden Grossman
2025-08-08[CI] Setup generate_report to describe ninja failuresAiden Grossman
2025-08-08[InstrProf][NFC] Refactor profdata trace tests (#152550)Ellis Hoag
2025-08-08Fix improper alignment of static buffer for placement-new of BufferQueue (#15...Slava Gurevich
2025-08-08[mlir][xegpu] Add definition of SliceAttr (#150146)Chao Chen
2025-08-08[mlir][vector] Canonicalize broadcast of shape_cast (#150523)Min-Yih Hsu
2025-08-08Revert "[SLP]Initial FMAD support (#149102)"Alexey Bataev
2025-08-08[mlir][TD] Support padding with poison (#152003)James Newling
2025-08-08[Headers][X86] Allow _mm512_set1_epi8/16/pd/ps intrinsics to be used in const...Simon Pilgrim
2025-08-08[KeyInstr] Remove LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS CMake flag (#152735)Orlando Cazalet-Hyams
2025-08-08[Headers][X86] Enable constexpr handling for pmulhw/pmulhuw intrinsics (#152540)Simon Pilgrim
2025-08-08[CI][Github] Remove Outdated CommentsAiden Grossman
2025-08-08[CI] Add Support for Parsing Ninja Logs to generate_test_report_libAiden Grossman
2025-08-08[libc][hdrgen] Fix hdrgen when using macros as guards in stdlib.yaml. (#152732)Muhammad Bassiouni
2025-08-08[ValueTracking] Add missing check for two-value PN recurrence matching (#152700)Ivan R. Ivanov
2025-08-08[libc][math] Refactor cbrtf implementation to header-only in src/__support/ma...Muhammad Bassiouni