This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 5bbe2af12 [libFuzzer] Mutation tracking and logging implemented.
new 1a045aa98 [CMake] Use cxx-headers as a depedency for C++ headers
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/fuzzer/CMakeLists.txt | 4 ++--
lib/xray/CMakeLists.txt | 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 binutils-gdb.
from ec74dcd894 Fix compilation error in ia64-vms-tdep.c with libunwind-ia64
new b4792091ca Remove unused variables in ia64*tdep.c
new 8a67aaa818 Add missing ChangeLog entry
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:
gdb/ChangeLog | 12 ++++++++++++
gdb/ia64-libunwind-tdep.c | 11 ++++-------
gdb/ia64-tdep.c | 5 -----
gdb/ia64-vms-tdep.c | 2 --
4 files changed, 16 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 gcc.
from 6c1c2cf4c9c 2018-07-16 Fritz Reese <fritzoreese(a)gmail.com>
new d9c759d99d8 2018-07-16 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 8 ++++
gcc/fortran/decl.c | 63 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gfortran.dg/assumed_rank_14.f90 | 11 +++++
gcc/testsuite/gfortran.dg/assumed_rank_15.f90 | 11 +++++
gcc/testsuite/gfortran.dg/dec_structure_23.f90 | 6 +--
gcc/testsuite/gfortran.dg/dec_structure_8.f90 | 6 +--
7 files changed, 80 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_14.f90
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_15.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 bffcc487e3e [llvm] Change 2 instances of std::sort to llvm::sort
new ac8c393bd50 [AMDGPU] [AMDGPU] Support a fdot2 pattern.
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/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 79 +++++++++++
lib/Target/AMDGPU/SIISelLowering.h | 1 +
lib/Target/AMDGPU/VOP3PInstructions.td | 2 +-
test/CodeGen/AMDGPU/fdot2.ll | 232 +++++++++++++++++++++++++++++++
7 files changed, 320 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/fdot2.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 zorg.
from 925cb69 Updating clang ci dependency versions to match latest updates [...]
new e3a6329 Moved builder llvm-clang-lld-x86_64-scei-ps4-windows10pro-fas [...]
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:
buildbot/osuosl/master/config/builders.py | 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.
from 953bf58982 [OPENMP, NVPTX] Globalize only captured variables.
new 54d71f0ca9 [OPENMP] Fix syntactic errors in error messages.
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/CGOpenMPRuntime.cpp | 4 ++--
test/OpenMP/target_messages.cpp | 2 +-
2 files changed, 3 insertions(+), 3 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 a700e753e5 remote-sim.c: Remove unused variables
new ec74dcd894 Fix compilation error in ia64-vms-tdep.c with libunwind-ia64
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:
gdb/ChangeLog | 4 ++++
gdb/ia64-vms-tdep.c | 2 +-
2 files changed, 5 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 gcc.
from 10caa244fdd * scripts/create_testsuite_files: Fix typo in comment.
new 474e0e1fae0 gcc: 2018-07-16 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 6c1c2cf4c9c 2018-07-16 Fritz Reese <fritzoreese(a)gmail.com>
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 | 6 ++++++
gcc/builtins.c | 4 ++++
gcc/expr.c | 4 +++-
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/module.c | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.c-torture/execute/pr86528.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/Wrestrict-10.c | 3 +--
8 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr86528.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 lld.
from 9e2a05285 [ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.
new bd5fbef9c Support option -plugin-opt=dwo_dir=
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/LTO.cpp | 1 +
ELF/Options.td | 2 ++
test/ELF/lto/thinlto-debug-fission.ll | 21 +++++++++++++++++++++
5 files changed, 26 insertions(+)
create mode 100644 test/ELF/lto/thinlto-debug-fission.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.