This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 19925fc New OptimizationRemarkEmitter pass for MIR
new 943b33c [NewGVN] Simplify folding a lambda used only once. 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/Scalar/NewGVN.cpp | 8 +++-----
1 file changed, 3 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 clang.
from dd148cc Remove the return type from the check string in test case.
new ae7d8f9 Fix test case committed in r293106 so that it passes on targe [...]
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/CodeGen/lifetime2.c | 5 ++++-
1 file changed, 4 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 60c9e9f Fix for r293104, which renamed a directory.
new 2355a8b [OptDiag] Split code region out of DiagnosticInfoOptimizationBase
new 19925fc New OptimizationRemarkEmitter pass for MIR
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/Analysis/OptimizationDiagnosticInfo.h | 14 +-
include/llvm/CodeGen/MachineLoopInfo.h | 7 +
.../CodeGen/MachineOptimizationRemarkEmitter.h | 188 +++++++++++++++++++++
include/llvm/IR/DiagnosticInfo.h | 179 ++++++++++++--------
include/llvm/InitializePasses.h | 1 +
lib/Analysis/OptimizationDiagnosticInfo.cpp | 83 ++++-----
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/MachineLoopInfo.cpp | 16 ++
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 90 ++++++++++
lib/CodeGen/RegAllocGreedy.cpp | 84 +++++++++
lib/IR/DiagnosticInfo.cpp | 52 +++---
test/CodeGen/AArch64/arm64-spill-remarks.ll | 65 +++++++
tools/llc/llc.cpp | 4 +
13 files changed, 643 insertions(+), 141 deletions(-)
create mode 100644 include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h
create mode 100644 lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
create mode 100644 test/CodeGen/AArch64/arm64-spill-remarks.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 gcc.
from 50a16e3 PR c++/71290 - Flexible array member is not diagnosed with -pedantic
new cbbf971 ChangeLog only update missed in r244910.
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/ChangeLog | 17 +++++++++++++++++
1 file changed, 17 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.
from f7afaaa [CodeGen] Suppress emission of lifetime markers if a label ha [...]
new dd148cc Remove the return type from the check string in test case.
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/CodeGen/lifetime2.c | 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 lld.
from 2caf1ba NFC: Rename (PDB) RawSession to NativeSession
new 7abe5b9 COFF: add test for /INCLUDE directives specified in bitcode
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/COFF/include-lto.ll | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 test/COFF/include-lto.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 dj/malloc-tcache
in repository glibc.
from b13e136 Support new tunables system
new 1c98920 Make user vs chunk size more explicit, tunables are bytes
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:
malloc/malloc.c | 42 ++++++++++++++++++++++++++----------------
1 file changed, 26 insertions(+), 16 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 ecdf751 PR c++/78896 * decl.c (cp_finish_decomp): Disallow memberwi [...]
new 50a16e3 PR c++/71290 - Flexible array member is not diagnosed with -pedantic
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/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 11 +++++++++++
.../g++.dg/cpp1z/has-unique-obj-representations1.C | 5 ++++-
gcc/testsuite/g++.dg/ext/flexarray-mangle-2.C | 3 ++-
gcc/testsuite/g++.dg/ext/flexarray-mangle.C | 3 ++-
gcc/testsuite/g++.dg/ext/flexarray-subst.C | 6 +++++-
gcc/testsuite/g++.dg/ext/flexary10.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary11.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary14.C | 4 +++-
gcc/testsuite/g++.dg/ext/flexary16.C | 5 +++--
gcc/testsuite/g++.dg/ext/flexary18.C | 2 ++
gcc/testsuite/g++.dg/ext/flexary19.C | 1 +
gcc/testsuite/g++.dg/ext/flexary7.C | 8 ++++----
gcc/testsuite/g++.dg/ext/pr71290.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/ubsan/object-size-1.C | 5 ++++-
gcc/testsuite/obj-c++.dg/property/at-property-23.mm | 2 ++
16 files changed, 67 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr71290.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 771d6cd [CodeGen] [CUDA] Add the ability set default attrs on functio [...]
new f7afaaa [CodeGen] Suppress emission of lifetime markers if a label ha [...]
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/CGDecl.cpp | 20 +++++++++++++++-----
lib/CodeGen/CodeGenFunction.h | 11 +++++++++++
test/CodeGen/lifetime2.c | 31 +++++++++++++++++++++++++------
3 files changed, 51 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.