This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 656eb5d6f0 [ObjC][ARC] Honor noescape attribute for -Warc-retain-cycles
new 2609dad5c8 Loosen -Wempty-body warning
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/Sema/Sema.h | 4 ++++
lib/Parse/ParseStmt.cpp | 1 +
lib/Sema/SemaChecking.cpp | 2 +-
lib/Sema/SemaStmt.cpp | 3 +--
test/SemaCXX/warn-empty-body.cpp | 11 +++++++++++
5 files changed, 18 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 b2a9aeb7cff Enable building libbacktrace with Intel CET
new 2446cb9b6fb Enable building libatomic with Intel CET
new 79e3a293c2b Enable building libgomp with Intel CET
new 7bde822dd34 Enable building libstdc++-v3 with Intel CET
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:
libatomic/ChangeLog | 8 +++
libatomic/Makefile.in | 3 +-
libatomic/acinclude.m4 | 2 +
libatomic/configure | 76 +++++++++++++++++++++++++-
libatomic/configure.ac | 4 ++
libatomic/testsuite/Makefile.in | 3 +-
libgomp/ChangeLog | 8 +++
libgomp/Makefile.in | 4 +-
libgomp/acinclude.m4 | 1 +
libgomp/configure | 77 ++++++++++++++++++++++++++-
libgomp/configure.ac | 5 ++
libgomp/testsuite/Makefile.in | 4 +-
libstdc++-v3/ChangeLog | 19 +++++++
libstdc++-v3/Makefile.in | 3 +-
libstdc++-v3/acinclude.m4 | 1 +
libstdc++-v3/configure | 94 +++++++++++++++++++++++++++++----
libstdc++-v3/configure.ac | 7 +++
libstdc++-v3/doc/Makefile.in | 3 +-
libstdc++-v3/include/Makefile.in | 3 +-
libstdc++-v3/libsupc++/Makefile.am | 4 +-
libstdc++-v3/libsupc++/Makefile.in | 7 +--
libstdc++-v3/po/Makefile.in | 3 +-
libstdc++-v3/python/Makefile.in | 3 +-
libstdc++-v3/src/Makefile.in | 3 +-
libstdc++-v3/src/c++11/Makefile.in | 3 +-
libstdc++-v3/src/c++98/Makefile.in | 3 +-
libstdc++-v3/src/filesystem/Makefile.in | 3 +-
libstdc++-v3/testsuite/Makefile.in | 3 +-
28 files changed, 323 insertions(+), 34 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 4f5d63bce05 llvm-demangle-fuzzer: Link in Support
new ddb44a6e699 [llvm-profdata] Don't treat non-fatal merge errors as fatal
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/counter-mismatch-1.proftext | 9 ++++
.../llvm-profdata/threaded-count-mismatch.test | 2 +-
tools/llvm-profdata/llvm-profdata.cpp | 50 +++++++++++++++++++---
3 files changed, 53 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 glibc.
from e7df6c5c79 Add AArch64 HWCAP_DCPOP from Linux 4.14.
new ce003e5d4c support_become_root: Enable file creation in user namespaces
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:
ChangeLog | 6 +++++
support/support_become_root.c | 57 ++++++++++++++++++++++++++++++++++++++++---
2 files changed, 60 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 92565bd752b Use rcrt1.o%s/grcrt1.o%s to relocate static PIE
new b2a9aeb7cff Enable building libbacktrace with Intel CET
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:
libbacktrace/ChangeLog | 7 +++++
libbacktrace/Makefile.in | 4 ++-
libbacktrace/aclocal.m4 | 2 ++
libbacktrace/configure | 78 +++++++++++++++++++++++++++++++++++++++++++++--
libbacktrace/configure.ac | 6 ++++
5 files changed, 94 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 lldb.
from 575913868 Fix LLDB build.
new 82101e9e3 [lldb] Ensure that dwo/dwp are not double-indexed
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:
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 4 ++++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 ++++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 11 ++++++++---
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 17 +++++++++++++++++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 9 +++++++++
5 files changed, 42 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 llvm.
from 974e5c8e9ce [LICM] Fix PR35342
new 4f5d63bce05 llvm-demangle-fuzzer: Link in Support
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:
tools/llvm-demangle-fuzzer/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 clang.
from 56e12b471f [CodeGen] Compute the objc EH vtable address point using inb [...]
new 656eb5d6f0 [ObjC][ARC] Honor noescape attribute for -Warc-retain-cycles
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/Sema/SemaChecking.cpp | 10 ++++++++--
test/SemaObjC/warn-retain-cycle.m | 12 ++++++++++++
2 files changed, 20 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 llvm.
from ec6f9b0b97f Use TempFile in the implementation of LockFileManager.
new 974e5c8e9ce [LICM] Fix PR35342
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/LICM.cpp | 2 +-
test/Transforms/LICM/pr35342.ll | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LICM/pr35342.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 hjl/pr82990/gcc-7-branch
in repository gcc.
at 090eb902139 i386: Add X86_TUNE_EMIT_VZEROUPPER
This branch includes the following new commits:
new b0ba1f70cad Fix PR82941 and PR82942 by adding proper vzeroupper generat [...]
new 090eb902139 i386: Add X86_TUNE_EMIT_VZEROUPPER
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.