This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5e96e38d965 [AMDGPU] Avoid using divergent value in mubuf addr64 descriptor
new fe4807d1761 [X86] Add NEG and NOT test cases to atomic_mi.ll in prepara [...]
new 0c927928e41 [X86] Allow 'atomic_store (neg/not atomic_load)' to isel to [...]
new 79905333cdf [AMDGPU] Reworked SIFixWWMLiveness
new 25b58860e76 [AMDGPU] Minor change to d16 buffer load implementation
The 4 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/Target/AMDGPU/SIFixWWMLiveness.cpp | 385 ++++++++++++++++++++++++-------
lib/Target/AMDGPU/SIISelLowering.cpp | 24 +-
lib/Target/AMDGPU/SIISelLowering.h | 2 +-
lib/Target/X86/X86InstrCompiler.td | 21 +-
lib/Target/X86/X86MCInstLower.cpp | 8 +
test/CodeGen/AMDGPU/fix-wwm-liveness.mir | 116 +++++++++-
test/CodeGen/AMDGPU/wqm.ll | 39 +++-
test/CodeGen/X86/atomic_mi.ll | 274 +++++++++++++++++++++-
8 files changed, 740 insertions(+), 129 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 test-suite.
from e2b0b8f8 Prolangs-C/bison: don't rewind stdout
new a0d7d2ca archie test fails at compilation time
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:
MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 3e1d3d8c24 Allow "info address" of a template parameter
new 13755f406d RISC-V: Fix TLS and --gc-sections conflict.
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:
bfd/ChangeLog | 5 +++++
bfd/elfnn-riscv.c | 3 ++-
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 clang.
from 2ef152bbaf [analyzer] Obtain a ReturnStmt from a CFGAutomaticObjDtor.
new bdd41df411 [analyzer] Detect pointers escaped after ReturnStmt executio [...]
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/StaticAnalyzer/Checkers/MallocChecker.cpp | 28 ++++++++++++++++++++++++---
test/Analysis/inner-pointer.cpp | 21 ++++++++++++++++++++
test/Analysis/malloc-free-after-return.cpp | 21 ++++++++++++++++++++
3 files changed, 67 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/malloc-free-after-return.cpp
--
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 f1aa92e7028 [MS Demangler] Fix some tests that are no longer broken.
new 5e96e38d965 [AMDGPU] Avoid using divergent value in mubuf addr64 descriptor
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/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 123 ++++++++++++---------
test/CodeGen/AMDGPU/legalize-fp-load-invariant.ll | 2 +-
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 40 +++----
test/CodeGen/AMDGPU/llvm.log.f16.ll | 1 -
test/CodeGen/AMDGPU/llvm.log10.f16.ll | 1 -
test/CodeGen/AMDGPU/shader-addr64-nonuniform.ll | 104 +++++++++++++++++
test/CodeGen/AMDGPU/valu-i1.ll | 3 +-
7 files changed, 197 insertions(+), 77 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/shader-addr64-nonuniform.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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from bb166f78 Remove stale entries in sources.conf.
new 7af5d416 config/latest-rel: Upgrade to binutils-2.31, gcc-8.2, glibc-2.28
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:
config/latest-rel/binutils.conf | 2 +-
config/latest-rel/gcc.conf | 2 +-
config/latest-rel/glibc.conf | 2 +-
3 files changed, 3 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 gcc.
from cba058c7d59 Fix memory leak of pretty_printer prefixes
new c1031b5a348 * config/nds32/nds32.c (nds32_hard_regno_mode_ok): Replace [...]
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/nds32/nds32.c | 2 +-
gcc/df-problems.c | 2 +-
gcc/dwarf2out.c | 2 +-
gcc/lra-constraints.c | 2 +-
gcc/lra-remat.c | 2 +-
6 files changed, 13 insertions(+), 5 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 0b5d0cfa8e5 [Hexagon] Simplify CFG after atomic expansion
new f1aa92e7028 [MS Demangler] Fix some tests that are no longer broken.
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:
test/Demangle/ms-arg-qualifiers.test | 101 ++++++++++++++++++++++++++---------
1 file changed, 77 insertions(+), 24 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 clang.
from 7000f748bd [analyzer] Add a safety check to InnerPointerChecker.
new 2ef152bbaf [analyzer] Obtain a ReturnStmt from a CFGAutomaticObjDtor.
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:
.../Checkers/AnalysisOrderChecker.cpp | 19 ++++++++++++
lib/StaticAnalyzer/Core/CoreEngine.cpp | 6 +++-
test/Analysis/end-function-return-stmt.cpp | 34 ++++++++++++++++++++++
3 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/end-function-return-stmt.cpp
--
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 compiler-rt.
from e1ff3d641 Add header guard to asan_report.h
new 27f6922ba [libFuzzer] Initial implementation of weighted mutation lever [...]
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/fuzzer/FuzzerDriver.cpp | 1 +
lib/fuzzer/FuzzerFlags.def | 2 +
lib/fuzzer/FuzzerLoop.cpp | 4 ++
lib/fuzzer/FuzzerMutate.cpp | 76 +++++++++++++++++++++++------------
lib/fuzzer/FuzzerMutate.h | 19 ++++++++-
lib/fuzzer/FuzzerOptions.h | 1 +
test/fuzzer/fuzzer-mutationstats.test | 9 ++++-
7 files changed, 83 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.