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 a0be7a3671 Fix gdb.mi/mi-stack.exp when gcc generates a stack protector
new ec5fd53433 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-8.1-branch
in repository binutils-gdb.
from 19b4394220 Automatic date update in version.in
new afd0d74c1d 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_30-branch
in repository binutils-gdb.
from 49e290cf56 Automatic date update in version.in
new 5307870e30 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 a89ed7ac3b3 PR tree-optimization/80021 * tree.c (verify_type_variant) [...]
new 326e3d4eef3 2018-04-07 Thomas Koenig <tkoenig(a)gcc.gnu.org> Andrew Pi [...]
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 | 8 ++++++++
gcc/match.pd | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
.../{realloc_on_assign_16.f90 => realloc_on_assign_16a.f90} | 5 +++--
4 files changed, 17 insertions(+), 3 deletions(-)
copy gcc/testsuite/gfortran.dg/{realloc_on_assign_16.f90 => realloc_on_assign_16a. [...]
--
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 54c04412a70 Revert "Followup for r329293: Temporarily disable the break [...]
new 5c6d787053e [DAGCombiner] Fold (zext (and/or/xor (shl/shr (load x), cst [...]
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/DAGCombiner.cpp | 78 ++++++++++++++++
test/CodeGen/AArch64/zext-logic-shift-load.ll | 14 +++
test/CodeGen/ARM/zext-logic-shift-load.ll | 17 ++++
test/CodeGen/X86/zext-logicop-shift-load.ll | 122 ++++++++++++++++++++++++++
4 files changed, 231 insertions(+)
create mode 100644 test/CodeGen/AArch64/zext-logic-shift-load.ll
create mode 100644 test/CodeGen/ARM/zext-logic-shift-load.ll
create mode 100644 test/CodeGen/X86/zext-logicop-shift-load.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 clang.
from 06e7df12ca Generalize the swiftcall API since being passed indirectly i [...]
new 639427d5d3 [libclang] Add clang_File_tryGetRealPathName
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/clang-c/Index.h | 7 +++++++
tools/libclang/CIndex.cpp | 8 ++++++++
tools/libclang/libclang.exports | 1 +
unittests/libclang/LibclangTest.cpp | 15 +++++++++++++++
4 files changed, 31 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 6569c392c84 [X86] Regenerate atom pshufb test
new 54c04412a70 Revert "Followup for r329293: Temporarily disable the break [...]
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:
unittests/Passes/CMakeLists.txt | 3 +--
1 file changed, 1 insertion(+), 2 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 6f11d411da [Driver] Update GCC libraries detection logic for Gentoo.
new 06e7df12ca Generalize the swiftcall API since being passed indirectly i [...]
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/clang/CodeGen/SwiftCallingConv.h | 14 ++++++++++----
lib/CodeGen/SwiftCallingConv.cpp | 10 ++++------
2 files changed, 14 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 master
in repository clang.
from 04b6584405 Allow equality comparisons between block pointers and block- [...]
new 6f11d411da [Driver] Update GCC libraries detection logic for Gentoo.
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/Driver/ToolChains/Gnu.cpp | 98 +++++++++++++++++-----
lib/Driver/ToolChains/Gnu.h | 5 ++
.../etc/env.d/gcc/config-x86_64-pc-linux-gnu | 0
.../etc/env.d/gcc/x86_64-pc-linux-gnu-4.9.3 | 10 +++
.../etc/gentoo-release | 0
.../usr/include}/.keep | 0
.../gcc/x86_64-pc-linux-gnu/4.9.x/32}/crtbegin.o | 0
.../lib/gcc/x86_64-pc-linux-gnu/4.9.x}/crtbegin.o | 0
.../4.9.x/include/g++-v4.9.3}/.keep | 0
.../gcc/x86_64-pc-linux-gnu/4.9.x/x32}/crtbegin.o | 0
.../gcc/x86_64-pc-linux-gnu/5.4.0/32}/crtbegin.o | 0
.../lib/gcc/x86_64-pc-linux-gnu/5.4.0}/crtbegin.o | 0
.../5.4.0/include/g++-v5.4.0}/.keep | 0
.../gcc/x86_64-pc-linux-gnu/5.4.0/x32}/crtbegin.o | 0
.../usr/x86_64-pc-linux-gnu/lib}/.keep | 0
test/Driver/linux-header-search.cpp | 53 ++++++++++++
16 files changed, 143 insertions(+), 23 deletions(-)
copy test/Driver/Inputs/{gentoo_linux_gcc_multi_version_tree => gentoo_linux_gcc_4 [...]
create mode 100644 test/Driver/Inputs/gentoo_linux_gcc_4.9.x_tree/etc/env.d/gcc/x8 [...]
copy test/Driver/Inputs/{gentoo_linux_gcc_multi_version_tree => gentoo_linux_gcc_4 [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => gentoo_linux_gcc_4.9.x_ [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => gentoo_linux_gcc_4.9.x_ [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => gentoo_linux_gcc_4.9.x_ [...]
copy test/Driver/Inputs/{basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9 [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => gentoo_linux_gcc_4.9.x_ [...]
--
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 2ec9dcb2637 [X86] Combine vXi64 multiplies to MULDQ/MULUDQ during DAG c [...]
new 6569c392c84 [X86] Regenerate atom pshufb test
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/atom-shuf.ll | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.