This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e84b43f TarWriter: Set "00" to Ustar version field.
new 4da3b92 MachineInstr: Print name for subreg index in SUBREG_TO_REG
new b4ff498 Drive by typo fix
new 33887e3 PeepholeOptimizer: Do not replace SubregToReg(bitcast like)
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/CodeGen/MachineInstr.cpp | 3 ++-
lib/CodeGen/PeepholeOptimizer.cpp | 11 +++++++++-
test/CodeGen/X86/peephole.mir | 40 +++++++++++++++++++++++++++++++++++
test/MC/ARM/directive-object_arch-2.s | 2 +-
test/MC/ARM/directive-object_arch.s | 2 +-
5 files changed, 54 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/peephole.mir
--
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 266cb72 [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin
new fb15aef Allow constexpr construction of subobjects unconditionally, n [...]
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/AST/ExprConstant.cpp | 13 +++++++++++--
test/CXX/basic/basic.start/basic.start.init/p2.cpp | 21 +++++++++++++++++++++
test/CodeGenCXX/global-array-destruction.cpp | 6 +++---
3 files changed, 35 insertions(+), 5 deletions(-)
create mode 100644 test/CXX/basic/basic.start/basic.start.init/p2.cpp
--
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 4c5b05a PR libgomp/60670 * Makefile.am: Make fincludedir multilib-a [...]
new a729e65 testsuite/ChangeLog:
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 | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr78904-2.c | 1 +
gcc/testsuite/gcc.target/i386/pr78904-4.c | 1 +
gcc/testsuite/gcc.target/i386/pr78904-6.c | 1 +
gcc/testsuite/gcc.target/i386/pr78967-2.c | 1 +
5 files changed, 12 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 llvm.
from dcfedc3 Revert r291092 because it introduces a crash.
new e84b43f TarWriter: Set "00" to Ustar version field.
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/Support/TarWriter.cpp | 15 ++++++++++-----
1 file changed, 10 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 b28d4b4 X86-specific path: Implemented the fusing of MUL+ADDSUB to FM [...]
new dcfedc3 Revert r291092 because it introduces a crash.
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/X86ISelLowering.cpp | 63 ----------------------
test/CodeGen/X86/avx512-trunc.ll | 107 -------------------------------------
2 files changed, 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 gcc-5-branch
in repository gcc.
from 5a462d6 Add missing dg-options to C++11 test.
new b27ef3a 2017-01-09 Andreas Tobler <andreast(a)gcc.gnu.org>
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 | 8 ++
configure | 3 +
configure.ac | 3 +
gcc/ChangeLog | 10 +++
gcc/config.gcc | 5 ++
gcc/config/aarch64/aarch64-freebsd.h | 94 ++++++++++++++++++++++
.../aarch64/{t-aarch64-linux => t-aarch64-freebsd} | 9 +--
libgcc/ChangeLog | 7 ++
libgcc/config.host | 5 ++
9 files changed, 136 insertions(+), 8 deletions(-)
create mode 100644 gcc/config/aarch64/aarch64-freebsd.h
copy gcc/config/aarch64/{t-aarch64-linux => t-aarch64-freebsd} (67%)
--
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 da676ad PCH: fix a regression that reports a module is defined in bot [...]
new 266cb72 [Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtin
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 | 10 ++++------
test/Sema/atomic-ops.c | 4 ----
2 files changed, 4 insertions(+), 10 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 gcc-6-branch
in repository gcc.
from fc08faa 2017-01-09 Bill Seurer <seurer(a)linux.vnet.ibm.com>
new f615913 2017-01-09 Andreas Tobler <andreast(a)gcc.gnu.org>
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 | 8 ++
configure | 3 +
configure.ac | 3 +
gcc/ChangeLog | 10 +++
gcc/config.gcc | 5 ++
gcc/config.host | 2 +-
gcc/config/aarch64/aarch64-freebsd.h | 94 ++++++++++++++++++++++
.../aarch64/{t-aarch64-linux => t-aarch64-freebsd} | 9 +--
libgcc/ChangeLog | 7 ++
libgcc/config.host | 5 ++
10 files changed, 137 insertions(+), 9 deletions(-)
create mode 100644 gcc/config/aarch64/aarch64-freebsd.h
copy gcc/config/aarch64/{t-aarch64-linux => t-aarch64-freebsd} (67%)
--
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 libcxx.
from ac7fc6c [Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAW
new 6b78198 Added XFAIL for the apple versions of clang as well
new 8fe92cc Move _PairT declaration out of __hash_combine to avoid warnin [...]
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/memory | 9 +++++----
.../strings/string.view/string_view.literals/literal.pass.cpp | 1 +
.../strings/string.view/string_view.literals/literal1.fail.cpp | 1 +
.../strings/string.view/string_view.literals/literal1.pass.cpp | 1 +
.../strings/string.view/string_view.literals/literal2.fail.cpp | 1 +
.../strings/string.view/string_view.literals/literal2.pass.cpp | 1 +
.../strings/string.view/string_view.literals/literal3.pass.cpp | 1 +
7 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.