This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a7209581698 [AMDGPU][Waitcnt] Re-apply fix "comparison of integers of d [...]
new 393d0de3894 [x86/SLH] Extract another small helper function, add better [...]
new ea9f37558a4 [AccelTable] Provide DWARF5AccelTableStaticData for dsymutil.
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:
include/llvm/CodeGen/AccelTable.h | 36 +++++++-
lib/CodeGen/AsmPrinter/AccelTable.cpp | 120 +++++++++++++++++--------
lib/Target/X86/X86SpeculativeLoadHardening.cpp | 57 +++++++-----
3 files changed, 149 insertions(+), 64 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 0f2a60eba6d [MSan] factor userspace-specific declarations into createUs [...]
new a7209581698 [AMDGPU][Waitcnt] Re-apply fix "comparison of integers of d [...]
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/SIInsertWaitcnts.cpp | 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 fe02ea4329a [debug] Fix pre_dec handling in vartrack
new f158ddd48e2 [ARC] Add support for HS4x cpus.
new 90760b6c94d [ARC] Update ARCHS scheduling rules.
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:
gcc/ChangeLog | 24 +++++
gcc/config/arc/arc-arch.h | 5 +-
gcc/config/arc/arc-cpus.def | 2 +
gcc/config/arc/arc-tables.opt | 6 ++
gcc/config/arc/arc.c | 19 ++++
gcc/config/arc/arc.md | 24 ++++-
gcc/config/arc/arcHS.md | 27 ++++--
gcc/config/arc/arcHS4x.md | 221 ++++++++++++++++++++++++++++++++++++++++++
gcc/config/arc/fpu.md | 16 +--
9 files changed, 325 insertions(+), 19 deletions(-)
create mode 100644 gcc/config/arc/arcHS4x.md
--
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 353f7b5433c [MemorySSAUpdater] Remove deleted trivial Phis from active workset
new 356f9421a19 Revert "[AMDGPU][Waitcnt] fix "comparison of integers of di [...]
new 249b255c788 run post-RA hazard recognizer pass late
new 0f2a60eba6d [MSan] factor userspace-specific declarations into createUs [...]
The 3 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/AMDGPUTargetMachine.cpp | 10 ++-
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 2 +-
lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 2 +-
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 91 +++++++++++++---------
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll | 23 ++++--
test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll | 31 +++++++-
test/CodeGen/AMDGPU/memory_clause.ll | 6 +-
7 files changed, 113 insertions(+), 52 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 d7888b0fe4 [Analyzer] Mark `SymbolData` parts of iterator position as l [...]
new fd9658b9da [Sema] Reword warning for constant captures that are not required
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/Basic/DiagnosticSemaKinds.td | 4 ++--
test/SemaCXX/warn-unused-lambda-capture.cpp | 12 ++++++------
2 files changed, 8 insertions(+), 8 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 b813e9608d [Sema] Add fixit for unused lambda captures
new d7888b0fe4 [Analyzer] Mark `SymbolData` parts of iterator position as l [...]
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/IteratorChecker.cpp | 54 +++++++++++++++----------
1 file changed, 33 insertions(+), 21 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 2ccf47ac72c [Patch AArch64] Add early clobber for aarch64_store_exclusive.
new fe02ea4329a [debug] Fix pre_dec handling in vartrack
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 | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/vartrack-1.c | 28 ++++++++++++++++++++++++++++
gcc/var-tracking.c | 5 ++++-
4 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/vartrack-1.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 compiler-rt.
from 73c10fb13 [XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY` for XRay [...]
new 18d98c753 Add a test with __gcov_flush called before terminating the program.
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:
.../Inputs/instrprof-gcov-__gcov_flush-terminate.c | 13 +++++++++++++
.../instrprof-gcov-__gcov_flush-terminate.c.gcov | 18 ++++++++++++++++++
.../profile/instrprof-gcov-__gcov_flush-terminate.test | 12 ++++++++++++
3 files changed, 43 insertions(+)
create mode 100644 test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c
create mode 100644 test/profile/Inputs/instrprof-gcov-__gcov_flush-terminate.c.gcov
create mode 100644 test/profile/instrprof-gcov-__gcov_flush-terminate.test
--
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 c7aed3df31d PR tree-optimization/86514 * tree-ssa-reassoc.c (init_ran [...]
new 2ccf47ac72c [Patch AArch64] Add early clobber for aarch64_store_exclusive.
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 | 5 +++++
gcc/config/aarch64/atomics.md | 2 +-
2 files changed, 6 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 gcc.
from a7c7a77cb87 Adjust email addresses.
new c7aed3df31d PR tree-optimization/86514 * tree-ssa-reassoc.c (init_ran [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/opt73.adb | 34 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 9 +++++++--
4 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt73.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.