This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5cf0f4679c3 [Verifier] Diagnose invalid DIType references instead of crashing.
new ac54edee6f9 [x86] Teach the backend to fold more read-modify-write memo [...]
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/X86/X86ISelDAGToDAG.cpp | 126 ++++---
test/CodeGen/X86/add.ll | 6 +-
test/CodeGen/X86/addcarry.ll | 3 +-
test/CodeGen/X86/fold-rmw-ops.ll | 420 ++++++++++++++++++++++
test/CodeGen/X86/peephole-na-phys-copy-folding.ll | 20 +-
test/CodeGen/X86/pr32659.ll | 6 +-
6 files changed, 507 insertions(+), 74 deletions(-)
create mode 100644 test/CodeGen/X86/fold-rmw-ops.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 master
in repository llvm.
from 8d5696051cf [SanitizeCoverage] Enable stack-depth coverage for -fsaniti [...]
new cd698b8c342 Revert "[SanitizeCoverage] Enable stack-depth coverage for [...]
new ce5cab1140e [Inliner] Only compute fully inline cost when remarks are enabled.
new 5cf0f4679c3 [Verifier] Diagnose invalid DIType references instead of crashing.
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/IR/Verifier.cpp | 1 +
lib/Transforms/IPO/InlineSimple.cpp | 12 ++++++++-
.../Instrumentation/SanitizerCoverage.cpp | 30 +++++++---------------
.../SanitizerCoverage/stack-depth.ll | 21 +++++++++------
test/{Linker/odr.ll => Verifier/pr34325.ll} | 14 ++++------
5 files changed, 39 insertions(+), 39 deletions(-)
copy test/{Linker/odr.ll => Verifier/pr34325.ll} (65%)
--
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 80454dd56a [SanitizeCoverage] Enable stack-depth coverage for -fsanitiz [...]
new d673c2fd21 Revert "[SanitizeCoverage] Enable stack-depth coverage for - [...]
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/Driver/SanitizerArgs.cpp | 5 ++---
1 file changed, 2 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 compiler-rt.
from 01e6fcc93 [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
new fe25f5a54 Revert "[SanitizeCoverage] Enable stack-depth coverage for -f [...]
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/fuzzer/deep-recursion.test | 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 hjl/pr53037/master
in repository gcc.
from aabf9fe9b63 Don't warn function alignment if warn_if_not_aligned_p is true
new 48805204cc7 Update expected alignment in pr53037-1.C/pr53037-1.c
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/testsuite/g++.dg/pr53037-1.C | 6 +++---
gcc/testsuite/gcc.dg/pr53037-1.c | 4 ++--
2 files changed, 5 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 34ce329ff4e [utils] add aarch64 target as an option
new 8d5696051cf [SanitizeCoverage] Enable stack-depth coverage for -fsaniti [...]
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:
.../Instrumentation/SanitizerCoverage.cpp | 30 +++++++++++++++-------
.../SanitizerCoverage/stack-depth.ll | 21 ++++++---------
2 files changed, 29 insertions(+), 22 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 release_50
in repository clang.
from 9fe12dfae3 ReleaseNotes: remove boiler-plate, and minor fixes
new b47c628b1c Merging r311695: ------------------------------------------- [...]
new 0bc78694a3 Merging r311792: ------------------------------------------- [...]
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/clang/AST/DeclCXX.h | 5 ++++-
lib/CodeGen/CodeGenFunction.cpp | 16 ++++++++++++--
lib/Format/WhitespaceManager.cpp | 16 +++++++-------
lib/Format/WhitespaceManager.h | 7 +++----
test/CodeGenCXX/catch-undef-behavior.cpp | 36 ++++++++++++++++++++++++++++++++
unittests/Format/FormatTest.cpp | 10 +++++++++
6 files changed, 75 insertions(+), 15 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 271a509106 [sanitizer-coverage] extend fsanitize-coverage=pc-table with [...]
new 80454dd56a [SanitizeCoverage] Enable stack-depth coverage for -fsanitiz [...]
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/Driver/SanitizerArgs.cpp | 5 +++--
1 file changed, 3 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 compiler-rt.
from 61a32bfc5 [libFuzzer] prepare tests for switching from -fsanitize-cover [...]
new 01e6fcc93 [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
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/fuzzer/deep-recursion.test | 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 compiler-rt.
from 70c68ad58 [libFuzzer] add -print_funcs=1 (on bey default): print newly [...]
new 61a32bfc5 [libFuzzer] prepare tests for switching from -fsanitize-cover [...]
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/FuzzerFlags.def | 3 ++-
test/fuzzer/dump_coverage.test | 8 ++++----
test/fuzzer/fuzzer.test | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.