This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 69fcaae PR tree-optimization/79284 * tree-vectorizer.h (VECT_SCALAR [...]
new 87417bb sched: Do not move expensive insns speculatively (PR68664)
new 3a366e7 * omp-expand.c (oxpand_omp_atomic_fetch_op, expand_omp_atom [...]
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 | 16 ++++++++++++++++
gcc/config/rs6000/rs6000.c | 20 ++++++++++++++++++++
gcc/doc/tm.texi | 8 ++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/omp-expand.c | 5 +++--
gcc/sched-rgn.c | 19 +++++++++++++------
gcc/target.def | 9 +++++++++
7 files changed, 71 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 gcc.
from ea8125c 2017-02-06 Paolo Carlini <paolo.carlini(a)oracle.com>
new 69fcaae PR tree-optimization/79284 * tree-vectorizer.h (VECT_SCALAR [...]
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/ChangeLog | 21 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 25 +++++++++++++++----------
gcc/testsuite/gcc.c-torture/compile/pr79284.c | 13 +++++++++++++
gcc/tree-vect-loop.c | 16 ++++++++--------
gcc/tree-vect-patterns.c | 16 +++++-----------
gcc/tree-vect-slp.c | 2 +-
gcc/tree-vect-stmts.c | 12 ++++++------
gcc/tree-vectorizer.h | 12 ++++++++++++
8 files changed, 81 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr79284.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 llvm.
from 91a32fe Fix a bug in llvm-obdump(1) with the -macho and -disassemble [...]
new bc80991 [X86][SSE] Add tests showing missed opportunities to simplify [...]
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/X86/combine-abs.ll | 79 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
create mode 100644 test/CodeGen/X86/combine-abs.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 openmp.
from cf09abb [OpenMP] Redefined macro warning in libomptarget
new 273c4bf Fix a race in shutdown when tasking is used.
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:
runtime/src/kmp.h | 5 +++++
runtime/src/kmp_runtime.cpp | 27 ++++++++++++++++++++++++++-
runtime/src/kmp_tasking.cpp | 1 +
runtime/src/kmp_wait_release.h | 9 +++++++++
4 files changed, 41 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 c79741b Fix missing include in NativeProcessLinux
new 3a1e36a Try to fix build on non-Windows platforms.
new a8e5607 Really fix build on non-windows platforms :)
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:
source/Host/common/Host.cpp | 13 +++++++------
1 file changed, 7 insertions(+), 6 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 058101e [Support] Add support for runtime endian values.
new 91a32fe Fix a bug in llvm-obdump(1) with the -macho and -disassemble [...]
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:
.../X86/Inputs/nofirst-symbol.macho-x86_64 | Bin 0 -> 336 bytes
.../X86/macho-nofirst-symbol-disassembly.test | 8 ++++++
tools/llvm-objdump/MachODump.cpp | 29 ++++++++++++++++++++-
3 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-objdump/X86/Inputs/nofirst-symbol.macho-x86_64
create mode 100644 test/tools/llvm-objdump/X86/macho-nofirst-symbol-disassembly.test
--
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 f6e615c [ValueTracking] emit a remark when we detect a conflicting as [...]
new 058101e [Support] Add support for runtime endian values.
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/Support/Endian.h | 87 ++++++++++++++++++++++++++++++++++---------
include/llvm/Support/Host.h | 4 +-
2 files changed, 71 insertions(+), 20 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 5971f88 Fix Xcode project.
new 178411f Get rid of Error::PutToLog().
new c79741b Fix missing include in NativeProcessLinux
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/lldb/Utility/Error.h | 50 +------------
source/Core/Communication.cpp | 14 ++--
source/Host/common/Host.cpp | 86 +++++++++++-----------
.../OperatingSystem/Go/OperatingSystemGo.cpp | 2 +-
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 11 +--
source/Utility/Error.cpp | 73 ++----------------
6 files changed, 61 insertions(+), 175 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.