This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8303916 2016-11-17 Paolo Carlini <paolo.carlini(a)oracle.com>
new b6f4c9b 2016-11-17 Richard Biener <rguenther(a)suse.de>
new 6814836 2016-11-17 Richard Biener <rguenther(a)suse.de>
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 | 15 +++++++++++++++
gcc/common.opt | 4 ++--
gcc/doc/invoke.texi | 20 +-------------------
gcc/tree-cfgcleanup.c | 2 ++
gcc/tree-if-conv.c | 4 +---
5 files changed, 21 insertions(+), 24 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 c9799c0 [X86][SSE] Improve lowering of vXi64 multiply with known zero [...]
new ba41afe Wdocumentation fix
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 | 10 +++++-----
1 file changed, 5 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 ace4c03 Fix spelling in comment. NFC.
new c9799c0 [X86][SSE] Improve lowering of vXi64 multiply with known zero [...]
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 | 62 ++++++++++++++++++++++++++------------
test/CodeGen/X86/pmul.ll | 40 +++---------------------
2 files changed, 47 insertions(+), 55 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 b83576e [cmake] Move LLVM_BUILD_STATIC check to an earlier point
new ace4c03 Fix spelling in comment. NFC.
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/SelectionDAG/TargetLowering.cpp | 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 clang-tools-extra.
from c8166d4 [clang-tidy] Changes to modernize-use-default check
new c535328 [clang-tidy] Ignore template instantiations in modernize-use- [...]
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:
clang-tidy/modernize/UseEqualsDeleteCheck.cpp | 1 +
test/clang-tidy/modernize-use-equals-delete.cpp | 26 +++++++++++++++++++++++++
2 files changed, 27 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 189d990 [ARM] Relax restriction on variadic functions for tailcall op [...]
new b83576e [cmake] Move LLVM_BUILD_STATIC check to an earlier point
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:
CMakeLists.txt | 4 ++++
cmake/modules/HandleLLVMOptions.cmake | 4 ----
2 files changed, 4 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 master
in repository llvm.
from 92dbb17 [X86] RegCall - Handling v64i1 in 32/64 bit target
new 189d990 [ARM] Relax restriction on variadic functions for tailcall op [...]
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/ARM/ARMISelLowering.cpp | 5 ---
test/CodeGen/ARM/tail-call-float.ll | 49 +++++++++++++++++++++++++
test/CodeGen/ARM/tail-call.ll | 72 +++++++++++++++++++++++++++++++++++--
3 files changed, 119 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/ARM/tail-call-float.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 newlib.
from ff3d980 Add release note for commit 8a32c24
new 9bbc5a3 Use __inline in <sys/lock.h> for RTEMS
new ba49de4 Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>
new e655d3d Move pthread types to <sys/_pthreadtypes.h>
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:
newlib/libc/include/pthread.h | 8 +-
.../libc/include/sys/{types.h => _pthreadtypes.h} | 292 ++-------------------
newlib/libc/include/sys/types.h | 227 +---------------
newlib/libc/sys/rtems/include/sys/_pthreadtypes.h | 211 +++++++++++++++
newlib/libc/sys/rtems/include/sys/lock.h | 24 +-
winsup/cygwin/include/machine/types.h | 46 ----
.../{machine/types.h => sys/_pthreadtypes.h} | 77 +-----
7 files changed, 259 insertions(+), 626 deletions(-)
copy newlib/libc/include/sys/{types.h => _pthreadtypes.h} (50%)
create mode 100644 newlib/libc/sys/rtems/include/sys/_pthreadtypes.h
copy winsup/cygwin/include/{machine/types.h => sys/_pthreadtypes.h} (52%)
--
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 e05c4f2 [ELF] Convert SymbolTableSection to input section
new b2ee0a4 [ELF] Remove unneeded forward declarations. NFC.
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/OutputSections.h | 3 ---
1 file changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.