This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c6cc829 [X86] Add __extension__ to f16c macro intrinsics to suppress [...]
new fbc9144 [AVX-512] Fix some intrinsic macros that use the wrong macro [...]
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/Headers/avx512fintrin.h | 8 ++++----
1 file 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 lldb.
from c245e8a DisassembleRange can return an empty DisassemblerSP check for it.
new 53d3bf5 Back out temporary masking of EXC_SYSCALL mach exceptions. <r [...]
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:
tools/debugserver/source/MacOSX/MachException.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 gcc.
from 603164e 2017-04-02 Andrew Pinski <apinski(a)cavium.com>
new e81c8fc Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from fbe80b8 Daily bump.
new 0a5e1e5 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from b161e4f Daily bump.
new b6c107a Daily bump.
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/DATESTAMP | 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 c94363e [APInt] Make use of whichWord and maskBit to simplify some code. NFC
new 995bf6a Reformat.
new 23a948a Trailing whitespace.
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/ADT/DepthFirstIterator.h | 2 +-
include/llvm/ADT/PointerUnion.h | 2 +-
include/llvm/ADT/SetVector.h | 2 +-
include/llvm/ADT/SmallPtrSet.h | 6 +++---
include/llvm/Support/Compiler.h | 4 ++--
include/llvm/Support/TargetParser.h | 2 +-
include/llvm/TableGen/StringMatcher.h | 2 +-
include/llvm/TableGen/StringToOffsetTable.h | 8 ++++----
8 files changed, 14 insertions(+), 14 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 binutils-gdb.
from 450b68d Automatic date update in version.in
new 12bfb8f 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 gdb-7.12-branch
in repository binutils-gdb.
from ad1f428 Automatic date update in version.in
new 15a04a9 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 1106a02 Automatic date update in version.in
new b2272cc 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 gcc.
from b02e65a * config/i386/sse.md (movdi_to_sse): Add missing DONE.
new 603164e 2017-04-02 Andrew Pinski <apinski(a)cavium.com>
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 | 6 ++++++
gcc/testsuite/gcc.c-torture/compile/nested-3.c | 18 ++++++++++++++++++
.../gcc.c-torture/execute/{pr45070.c => 20170401-1.c} | 11 ++++++-----
.../execute/{20000726-1.c => 20170401-2.c} | 8 +++-----
4 files changed, 33 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/nested-3.c
copy gcc/testsuite/gcc.c-torture/execute/{pr45070.c => 20170401-1.c} (90%)
copy gcc/testsuite/gcc.c-torture/execute/{20000726-1.c => 20170401-2.c} (61%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.