This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from a378015 Automatic date update in version.in
new e1f1f05 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from ca6305f Automatic date update in version.in
new abb0139 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from 14ecedf More accurate header inclusions. NFC.
new 22fddd8 [SDAG] Add AllowContract to SNodeFlags
new 672fd12 [SDAG] Handle VectorReduction in SDNodeFlags::intersectWith
new fdcdb2a [SDAG] Remove -enable-fmf-dag
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:
include/llvm/CodeGen/SelectionDAGNodes.h | 8 +++++++-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 18 +++++++-----------
test/CodeGen/X86/dag-fmf-cse.ll | 2 +-
3 files changed, 15 insertions(+), 13 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 b032c49 [AVX-512] Punt on fast-isel of truncates to i1 when AVX512 is [...]
new 24afa43 [AVX-512] Add test case that was supposed to go with r298957.
new 14ecedf More accurate header inclusions. NFC.
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/LTO/LTO.h | 2 +-
lib/LTO/LTO.cpp | 1 +
lib/LTO/LTOBackend.cpp | 1 +
test/CodeGen/X86/pr32451.ll | 69 +++++++++++++++++++++++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 2 ++
tools/llvm-lto2/llvm-lto2.cpp | 2 +-
6 files changed, 75 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/pr32451.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 522a572 [PPC] In PPCBoolRetToInt change the bool value to i64 if the [...]
new b032c49 [AVX-512] Punt on fast-isel of truncates to i1 when AVX512 is [...]
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/X86FastISel.cpp | 3 ++-
1 file changed, 2 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 lldb.
from 7b4952e Add support for tracing hello-world application on NetBSD
new 3aa5554 Print the error if dsymForUUID sometimes produces bad plists.
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:
examples/python/crashlog.py | 6 +++++-
1 file changed, 5 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 b7c7947 Implement LWG 2900, The copy and move constructors of optiona [...]
new 710839f * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 301 ++++++++++++++++++++++++-------------------------------
2 files changed, 135 insertions(+), 170 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 1a78b34 [analyzer] Fix symbolication for unknown unary increment/decr [...]
new d4fc66e Default enable the rtm feature only on skylake and later 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/Basic/Targets.cpp | 2 +-
test/Preprocessor/predefined-arch-macros.c | 4 ----
2 files changed, 1 insertion(+), 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 gcc.
from 884efee rs6000: Fix gcc.target/powerpc/gcse-1.c for PIC (PR43496)
new b7c7947 Implement LWG 2900, The copy and move constructors of optiona [...]
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:
libstdc++-v3/ChangeLog | 28 ++
libstdc++-v3/include/std/optional | 365 ++++++++++++---------
.../testsuite/20_util/optional/cons/value_neg.cc | 6 +-
.../20_util/optional/constexpr/cons/value.cc | 17 +
4 files changed, 256 insertions(+), 160 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 3a01753 [DAGCombiner] reduce code duplication with local variables; NFCI
new 522a572 [PPC] In PPCBoolRetToInt change the bool value to i64 if the [...]
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/PowerPC/PPC.h | 2 +-
lib/Target/PowerPC/PPCBoolRetToInt.cpp | 52 ++++++++++++++++++++----------
lib/Target/PowerPC/PPCTargetMachine.cpp | 2 +-
test/CodeGen/PowerPC/BoolRetToIntTest-2.ll | 20 ++++++++++++
test/CodeGen/PowerPC/BoolRetToIntTest.ll | 28 ++++++++--------
5 files changed, 71 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/PowerPC/BoolRetToIntTest-2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.