This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 183bb77aa88 [NFC] Added a comment to avoid possible confusion
new 11afb24a897 Fix uninitialized variable warning in cppcheck. NFCI.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 410de792334 [PR 91468] Small fixes in ipa-cp.c and ipa-prop.c
new 0ccf1b9d72e * config/i386/i386-features.c (general_scalar_chain::comp [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/config/i386/i386.c | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from ee03160 [libomptarget] Refactor syncthreads macro to inline function
new 1fe4d62 Use target_impl functions to replace more inline asm
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libomptarget/deviceRTLs/nvptx/src/loop.cu | 6 +++---
libomptarget/deviceRTLs/nvptx/src/parallel.cu | 22 ++++++++++------------
libomptarget/deviceRTLs/nvptx/src/reduction.cu | 23 ++++++++++-------------
libomptarget/deviceRTLs/nvptx/src/supporti.h | 10 ++++------
libomptarget/deviceRTLs/nvptx/src/target_impl.h | 16 +++++++++++-----
5 files changed, 38 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f7cb8ff4b21 [AMDGPU] Adjust number of SGPRs available in Calling Convention
new 183bb77aa88 [NFC] Added a comment to avoid possible confusion
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 19829897 [clangd] Cleans up the semantic highlighting resources if cla [...]
new cc66be8a [clangd][vscode] Don't leak the resources
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
clangd/clients/clangd-vscode/src/extension.ts | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 8ae0786c30 Fix Gnulib glob.c resource leaks found by Coverity
new a78fca7b57 Segfault in ld building SPEC CPU2017 527.cam4_r with -flto
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ld/ChangeLog | 6 ++++++
ld/plugin.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 420b4250959 Remove duplicate 'BitWidth' variable. NFCI.
new f7cb8ff4b21 [AMDGPU] Adjust number of SGPRs available in Calling Convention
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/CallingConvLower.cpp | 18 +-
lib/Target/AMDGPU/AMDGPUCallingConv.td | 20 +--
test/CodeGen/AMDGPU/cc-sgpr-limit.ll | 138 ++++++++++++++++
test/CodeGen/AMDGPU/cc-sgpr-over-limit.ll | 101 ++++++++++++
test/CodeGen/AMDGPU/sgpr-limit.ll | 265 ------------------------------
5 files changed, 245 insertions(+), 297 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/cc-sgpr-limit.ll
create mode 100644 test/CodeGen/AMDGPU/cc-sgpr-over-limit.ll
delete mode 100644 test/CodeGen/AMDGPU/sgpr-limit.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_90
in repository clang.
from ed322ad6d7 [analyzer] Add 9.0.0. release notes.
new 8bd61483bf Merging r370073: ------------------------------------------- [...]
new bf5c673cec Merging r370035: ------------------------------------------- [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/MemorySanitizer.rst | 3 ++
lib/Basic/Targets/RISCV.h | 14 +++++++
test/CodeGen/riscv-atomics.c | 68 +++++++++++++++++++++++++++++++
test/Driver/riscv32-toolchain.c | 89 +++++++++++++++++++++++++++++++++++++++++
test/Driver/riscv64-toolchain.c | 89 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 263 insertions(+)
create mode 100644 test/CodeGen/riscv-atomics.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 07ec8da1ca Delete minimize_source_to_dependency_directives_invalid_error.c
new 0a86656de6 [OPENMP][Analysis] Add analysis of the map clauses.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/AST/OpenMPClause.h | 7 +-
test/Analysis/cfg-openmp.cpp | 104 +++++++++++----------
test/OpenMP/target_data_messages.c | 7 ++
test/OpenMP/target_enter_data_map_messages.c | 7 ++
test/OpenMP/target_map_messages.cpp | 8 ++
test/OpenMP/target_parallel_for_map_messages.cpp | 7 ++
.../target_parallel_for_simd_map_messages.cpp | 7 ++
test/OpenMP/target_parallel_map_messages.cpp | 7 ++
test/OpenMP/target_simd_map_messages.cpp | 7 ++
.../target_teams_distribute_map_messages.cpp | 7 ++
..._teams_distribute_parallel_for_map_messages.cpp | 7 ++
...s_distribute_parallel_for_simd_map_messages.cpp | 7 ++
.../target_teams_distribute_simd_map_messages.cpp | 7 ++
test/OpenMP/target_teams_map_messages.cpp | 8 ++
14 files changed, 147 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
from d61d26ac23c Daily bump.
adds ccbafcafdf5 [Darwin, PPC] Fix fail of cpp/assert4.c
adds 674e45b94c2 [Darwin, PPC, libgcc] Ensure unwinder is built with altivec [...]
adds a3b306ab0f3 [Darwin, PPC] Do not use longcall for 64b code.
adds c72bf8abcf1 [Darwin] Don't jam symbol stubs on for kernel code.
adds 91808d80d7d [Darwin] Make a final check on PIC options.
adds f46bd696a7b Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/darwin.c | 10 ++++++----
gcc/config/rs6000/darwin.h | 18 ++++++++++++++++--
gcc/config/rs6000/rs6000.c | 9 +++++++++
libgcc/ChangeLog | 8 ++++++++
libgcc/config/rs6000/t-darwin | 3 +++
7 files changed, 79 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.