13,211,418 commits found in 10 milliseconds
LLVM /project 9b49aba — llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.mfma.ll llvm.amdgcn.mfma.bf16.ll format
Created using spr 1.3.7
LLVM /project 8e7801e — llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.mfma.ll llvm.amdgcn.mfma.bf16.ll [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project b4c6479 — llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.mfma.ll llvm.amdgcn.mfma.bf16.ll format
Created using spr 1.3.7
LLVM /project 11b266c — llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.mfma.ll llvm.amdgcn.mfma.bf16.ll [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project fe88bd3 — llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.mfma.ll llvm.amdgcn.mfma.bf16.ll format
Created using spr 1.3.7
LLVM /project ce010ae — llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.mfma.ll llvm.amdgcn.mfma.bf16.ll [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project 5d1fe74 — llvm/lib/Target/WebAssembly WebAssemblyISelLowering.cpp, llvm/test/CodeGen/AMDGPU llvm.amdgcn.mfma.ll llvm.amdgcn.mfma.bf16.ll format
Created using spr 1.3.7
www/gitlab: security and patch update to 18.11.1
Changes: https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-11-1-released/
Security: 73b927a6 -3ecd-11f1-be20-2cf05da270f3
LLVM /project e3b3706 — compiler-rt/lib/asan asan_errors.cpp asan_report.cpp, compiler-rt/test/asan/TestCases assume_dereferenceable.cpp assume_dereferenceable_pass.cpp Revert "[compiler-rt][asan] Add asan checks for __builtin_assume_dereferencable" (#193655)
Reverts llvm/llvm-project#190871
Why: it breaks tests, no reaction when I pointed it out:
https://ci.swift.org/job/llvm.org/job/clang-stage1-RA-as/job/main/1412/#showFailuresLink
Its looks like you're adding new instrumentation/entry points to ASAN -
can you make it conditional so it doesn't affect the test?
Here's the original PR where the test was defined:
https://reviews.llvm.org/D143675 LLVM /project 4363fe9 — flang/lib/Semantics check-deallocate.cpp, flang/test/Semantics deallocate08.f90 rebase
Created using spr 1.3.7
LLVM /project 7bdb225 — flang/lib/Semantics check-deallocate.cpp, flang/test/Semantics deallocate08.f90 [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project 4f673b2 — flang/lib/Semantics check-deallocate.cpp, flang/test/Semantics deallocate08.f90 rebase
Created using spr 1.3.7
LLVM /project b77168f — flang/lib/Semantics check-deallocate.cpp, flang/test/Semantics deallocate08.f90 [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project 965023a — flang/lib/Semantics check-deallocate.cpp, flang/test/Semantics deallocate08.f90 rebase
Created using spr 1.3.7
LLVM /project cb7bd77 — flang/lib/Semantics check-deallocate.cpp, flang/test/Semantics deallocate08.f90 [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
[libc] Readd instructions on building kernel headers from sources
These existed in this page before
aa0e429576cfb496e66f6bbe76df8982aab6b083 . Readd them given I enjoyed
being able to copy and paste them and they're short/simple enough that I
don't think there's a good reason not to just include them.
Reviewers: kaladron, michaelrj-google, nickdesaulniers
Pull Request: https://github.com/llvm/llvm-project/pull/193657 LLVM /project c0ceead — libcxx/cmake/caches Generic-llvm-libc.cmake, libcxx/test/configs llvm-libc++-llvm-libc.cfg.in [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
FIXME
Created using spr 1.3.7
LLVM /project 85c13ce — flang/lib/Semantics check-deallocate.cpp, flang/test/Semantics deallocate08.f90 [Flang][Semantics] Allow EVENT_TYPE, LOCK_TYPE and NOTIFY TYPE to be deallocate (#192940)
It appears that variables of type `EVENT_TYPE`, `LOCK_TYPE`, and
`NOTIFY_TYPE` are not allowed in the DEALLOCATE statement (but allowed
in ALLOCATE).
The standard does not specify that this type of variable cannot be
ALLOCATABLE and/or cannot be called within a DEALLOCATE LLVM /project 2003b71 — llvm/lib/Transforms/IPO LowerTypeTests.cpp, llvm/test/Transforms/LowerTypeTests x86-jumptable-dbg.ll aarch64-jumptable-dbg.ll [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
update test
LLVM /project 1311d1d — llvm/test/CodeGen/AMDGPU wqm-propagate-for-execz-side-effect.mir wqm-propagate-for-execz-side-effect.ll Merge branch 'add-wqm-test' into wqm-prop-sideeffect
17903 loader: expose addresses of firmware tables in loader env
Reviewed by: Gordon Ross <gordon.w.ross at gmail.com>
Approved by: Dan McDonald <danmcd at edgecast.io>
Do the propagation only once
LLVM /project a3fb927 — clang/test/CodeGenCUDA atomic-options.hip, libc/src/__support/threads CndVar.h rebase
Created using spr 1.3.7
LLVM /project 605b8ea — clang/test/CodeGenCUDA atomic-options.hip, libc/src/__support/threads CndVar.h [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project f9b978b — clang/test/CodeGenCUDA atomic-options.hip, libc/src/__support/threads CndVar.h rebase
Created using spr 1.3.7
LLVM /project f883340 — clang/test/CodeGenCUDA atomic-options.hip, libc/src/__support/threads CndVar.h [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project 2565ac6 — clang/test/CodeGenCUDA atomic-options.hip, libc/src/__support/threads CndVar.h rebase
Created using spr 1.3.7
LLVM /project 7a1618f — clang/test/CodeGenCUDA atomic-options.hip, libc/src/__support/threads CndVar.h [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]