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 2346a98c79 Fix assertion failure relaxing TLS for position-independent [...]
new d24da5a42c 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 7047a3206f2 * compare-elim.c (equivalent_reg_at_start): Return NULL_RT [...]
new 9686c18f012 2017-05-09 Nicolas Koenig <koenigni(a)student.ethz.ch>
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/fortran/ChangeLog | 11 +++++++
gcc/fortran/array.c | 9 ++++--
gcc/fortran/data.c | 40 ++++++++++++++++++++------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/impl_do_var_data.f90 | 12 ++++++++
5 files changed, 66 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/impl_do_var_data.f90
--
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 a844915ce02 Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
new 7b655bd47a8 Add missing files
new 72a3a14d8bb [SelectionDAG] Added support for EXTRACT_SUBVECTOR/CONCAT_V [...]
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:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 36 ++++++++++++++++++++++++------
lib/ToolDrivers/CMakeLists.txt | 1 +
lib/{Bitcode => ToolDrivers}/LLVMBuild.txt | 6 ++---
test/CodeGen/X86/known-signbits-vector.ll | 27 ++++------------------
4 files changed, 37 insertions(+), 33 deletions(-)
create mode 100644 lib/ToolDrivers/CMakeLists.txt
copy lib/{Bitcode => ToolDrivers}/LLVMBuild.txt (84%)
--
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 e7198dbba58 [X86][SSE] Test showing missing EXTRACT_SUBVECTOR/CONCAT_VE [...]
new a844915ce02 Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
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/{LibDriver => ToolDrivers/llvm-lib}/LibDriver.h | 6 +++---
lib/CMakeLists.txt | 2 +-
lib/LLVMBuild.txt | 2 +-
lib/{LibDriver => ToolDrivers/llvm-lib}/CMakeLists.txt | 0
lib/{LibDriver => ToolDrivers/llvm-lib}/LLVMBuild.txt | 0
lib/{LibDriver => ToolDrivers/llvm-lib}/LibDriver.cpp | 2 +-
lib/{LibDriver => ToolDrivers/llvm-lib}/Options.td | 0
tools/llvm-ar/llvm-ar.cpp | 2 +-
8 files changed, 7 insertions(+), 7 deletions(-)
rename include/llvm/{LibDriver => ToolDrivers/llvm-lib}/LibDriver.h (79%)
rename lib/{LibDriver => ToolDrivers/llvm-lib}/CMakeLists.txt (100%)
rename lib/{LibDriver => ToolDrivers/llvm-lib}/LLVMBuild.txt (100%)
rename lib/{LibDriver => ToolDrivers/llvm-lib}/LibDriver.cpp (99%)
rename lib/{LibDriver => ToolDrivers/llvm-lib}/Options.td (100%)
--
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 fa16627e9 [ELF] - Apply clang-format. NFC.
new 939af01fd Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
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:
COFF/Driver.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 llvm.
from bacfc66c2ea [SelectionDAG] Add VECTOR_SHUFFLE support to ComputeNumSignBits
new e7198dbba58 [X86][SSE] Test showing missing EXTRACT_SUBVECTOR/CONCAT_VE [...]
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/known-signbits-vector.ll | 55 +++++++++++++++++++++++++++++++
1 file changed, 55 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 gcc-7-branch
in repository gcc.
from 67e10190854 Daily bump.
new 77e5b07d214 [gcc]
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 | 11 ++++++++
gcc/config/rs6000/rs6000.c | 27 +++++++++++++++++++
gcc/testsuite/ChangeLog | 7 +++++
.../gcc.target/powerpc/versioned-copy-loop.c | 30 ++++++++++++++++++++++
4 files changed, 75 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/versioned-copy-loop.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 gcc-6-branch
in repository gcc.
from bd96979375a [gcc]
new fbba576cdb2 [gcc]
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 | 11 ++++++++
gcc/config/rs6000/rs6000.c | 28 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 7 +++++
.../gcc.target/powerpc/versioned-copy-loop.c | 30 ++++++++++++++++++++++
4 files changed, 76 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/versioned-copy-loop.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 gcc.
from 7e4023ddbd7 2017-05-13 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 7047a3206f2 * compare-elim.c (equivalent_reg_at_start): Return NULL_RT [...]
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 | 7 ++++++-
gcc/compare-elim.c | 4 ++++
2 files changed, 10 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 llvm.
from ba64adafb1e [X86][SSE] Test showing inability of ComputeNumSignBits to [...]
new bacfc66c2ea [SelectionDAG] Add VECTOR_SHUFFLE support to ComputeNumSignBits
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/SelectionDAG.cpp | 34 +++++++++++++++++++++
test/CodeGen/X86/known-signbits-vector.ll | 50 ++++---------------------------
2 files changed, 39 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.