This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f283da529ce PR c++/81671 - nullptr_t template parameter
new f4b56643a35 Fix ifunc and resolver (PR ipa/81213).
new 07b8a4124a8 Introduce TARGET_SUPPORTS_ALIASES
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 | 17 ++++++++++
gcc/asan.c | 4 +--
gcc/c-family/ChangeLog | 5 +++
gcc/c-family/c-opts.c | 22 +++++++------
gcc/cgraph.c | 7 ++--
gcc/config/i386/i386.c | 37 +++++++++++-----------
gcc/cp/ChangeLog | 9 ++++++
gcc/cp/decl2.c | 25 +++++++--------
gcc/cp/optimize.c | 6 ++--
gcc/defaults.h | 9 ++++++
gcc/ipa-visibility.c | 15 +++------
gcc/symtab.c | 6 ++--
gcc/testsuite/ChangeLog | 5 +++
.../gcc.target/i386/{pr81214.c => pr81213.c} | 11 +++++--
gcc/varpool.c | 6 ++--
15 files changed, 113 insertions(+), 71 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr81214.c => pr81213.c} (54%)
--
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 6a95db8f12 Implement latest feature test macro recommendations, P0096R4.
new 1e278ae647 Revert "Thread Safety Analysis: warn on nonsensical attributes."
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 | 10 -----
lib/Sema/SemaDeclAttr.cpp | 57 ++++++-----------------------
test/Sema/attr-capabilities.c | 14 +------
test/SemaCXX/warn-thread-safety-parsing.cpp | 55 +++++++++++-----------------
4 files changed, 34 insertions(+), 102 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 925733a913 manual: Rewrite the section on widths of integer types.
new 61c982910d benchtests: Remove verification runs from benchmark tests
new 86c6519ee7 benchtests: Print json in memmove benchmark
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:
ChangeLog | 16 +++++++
benchtests/bench-memccpy.c | 16 -------
benchtests/bench-memchr.c | 16 +------
benchtests/bench-memcpy-large.c | 20 --------
benchtests/bench-memcpy.c | 20 --------
benchtests/bench-memmove-large.c | 74 +++++++++++++++--------------
benchtests/bench-memmove.c | 100 +++++++++++++++++++--------------------
benchtests/bench-memset-large.c | 19 --------
benchtests/bench-memset.c | 16 -------
benchtests/bench-string.h | 3 --
10 files changed, 105 insertions(+), 195 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 83bfb55f3b8 [PM] Switch the CGSCC debug messages to use the standard LL [...]
new 954fd5590ec [IfConversion] Maintain the CFG when predicating/merging bl [...]
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/IfConversion.cpp | 59 +++++++++-----------------
test/CodeGen/ARM/ifcvt-branch-weight.ll | 2 +-
test/CodeGen/ARM/indirectbr-3.ll | 6 ++-
test/CodeGen/ARM/struct-byval-frame-index.ll | 16 +++++--
test/CodeGen/PowerPC/logic-ops-on-compares.ll | 3 --
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 4 +-
test/CodeGen/SystemZ/atomicrmw-minmax-03.ll | 61 +++++++++++++++------------
test/CodeGen/SystemZ/atomicrmw-minmax-04.ll | 40 +++++++++++-------
8 files changed, 102 insertions(+), 89 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 lld.
from 05ee288bf Remove ResolvedReloc.
new 7c191fc93 Delete what looks like dead code.
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:
ELF/Writer.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 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 llvm.
from 999f7b7049c Merging r310552: ------------------------------------------ [...]
new d10901a8deb Merging r309614: ------------------------------------------ [...]
new 05ef777d840 Merging r310604: ------------------------------------------ [...]
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/SelectionDAG.h | 5 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 +--
lib/Target/X86/X86ISelLowering.cpp | 23 +++++-
test/CodeGen/X86/pr34088.ll | 46 ++++++++++++
test/CodeGen/X86/select-mmx.ll | 120 ++++++++++++++++++++++++++++++
5 files changed, 194 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/X86/pr34088.ll
create mode 100644 test/CodeGen/X86/select-mmx.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 9306f4af13e [MachineOutliner] Add RegState::Define to LDRXpost in inser [...]
new 83bfb55f3b8 [PM] Switch the CGSCC debug messages to use the standard LL [...]
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/llvm/Analysis/CGSCCPassManager.h | 102 +++++++++++++---------------
lib/Analysis/CGSCCPassManager.cpp | 51 ++++++--------
lib/Passes/PassBuilder.cpp | 12 ++--
test/Other/new-pass-manager.ll | 2 -
unittests/Analysis/CGSCCPassManagerTest.cpp | 8 +--
5 files changed, 77 insertions(+), 98 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 8d9f9279223 Daily bump.
new f283da529ce PR c++/81671 - nullptr_t template parameter
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/pt.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/nullptr39.C | 15 +++++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr39.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 5fd56ae466 Update cxx_status to mention the upcoming Clang 5 release.
new 6a95db8f12 Implement latest feature test macro recommendations, P0096R4.
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/Frontend/InitPreprocessor.cpp | 5 +++--
test/Lexer/cxx-features.cpp | 18 +++++++++++-------
www/cxx_status.html | 11 ++++++++---
3 files changed, 22 insertions(+), 12 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 4fcdfbfcf9 manual: Update @standards for [__]va_copy.
new 925733a913 manual: Rewrite the section on widths of integer types.
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 | 9 +++++++
manual/lang.texi | 79 ++++++++++++++++++++++++++++----------------------------
2 files changed, 48 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.