This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ef3b531c 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 45b4ec5 2016-09-06 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 7d48204 Fix dates on changelog
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/fmt_f0_2.f90 | 4 ----
gcc/testsuite/gfortran.dg/fmt_f0_3.f90 | 23 +++++++++++++++++++++++
libgfortran/ChangeLog | 7 +++++++
libgfortran/io/write_float.def | 7 +++++++
5 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_f0_3.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 423e0ff [llvm-cov] Use colors consistently in the summary
new 8d0ebe9 [DAGCombine] More fixups to SETCC legality checking (visitAND [...]
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 | 74 +++++++++++++++++++------------
test/CodeGen/PowerPC/setcclike-or-comb.ll | 31 +++++++++++++
2 files changed, 77 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/PowerPC/setcclike-or-comb.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 llvm.
from 5431231 Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
new ff7a0df [llvm-cov] Clean up the summary class, delete dead code (NFC)
new 423e0ff [llvm-cov] Use colors consistently in the summary
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:
tools/llvm-cov/CodeCoverage.cpp | 2 +-
tools/llvm-cov/CoverageReport.cpp | 171 +++++++++++++++++++-------------------
tools/llvm-cov/CoverageReport.h | 9 +-
3 files changed, 91 insertions(+), 91 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 lld.
from ccb2710 Fix shared library build.
new 7b08b56 Simplify a boolean expression by using the De Morgan's law.
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/LinkerScript.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 gdb-7.12-branch
in repository binutils-gdb.
from ddacf2e Automatic date update in version.in
new 751b0f7 Introduce make_cleanup_restore_current_ui
new f9a7ee1 new-ui command: gdb internal errors if input is already pending
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 | 17 +++
gdb/event-top.c | 14 ++-
gdb/infcall.c | 2 +-
gdb/infrun.c | 2 +-
gdb/testsuite/ChangeLog | 9 ++
.../new-ui-pending-input.c} | 7 +-
gdb/testsuite/gdb.base/new-ui-pending-input.exp | 123 +++++++++++++++++++++
gdb/testsuite/lib/gdb.exp | 22 +++-
gdb/top.c | 13 ++-
gdb/top.h | 4 +-
10 files changed, 199 insertions(+), 14 deletions(-)
copy gdb/testsuite/{gdb.mi/new-ui-mi-sync.c => gdb.base/new-ui-pending-input.c} (92%)
create mode 100644 gdb/testsuite/gdb.base/new-ui-pending-input.exp
--
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 9e39b86 Fix tests on Windows.
new 7eb99c4 Revert "Fix tests on Windows."
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:
packages/Python/lldbsuite/test/make/Makefile.rules | 4 ++--
1 file changed, 2 insertions(+), 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 test-suite.
from d671bed [test-suite] Simplify test executable name generation.
new e9d024c [test-suite] Added CMake files for external CUDA tests.
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:
External/CMakeLists.txt | 1 +
External/CUDA/CMakeLists.txt | 275 +++++++++++++++++++++
External/CUDA/README | 55 +++++
External/CUDA/axpy.cu | 37 +++
External/CUDA/axpy.reference_output | 5 +
External/CUDA/empty.cu | 1 +
.../empty.reference_output} | 0
cmake/modules/TestFile.cmake | 2 +
8 files changed, 376 insertions(+)
create mode 100644 External/CUDA/CMakeLists.txt
create mode 100644 External/CUDA/README
create mode 100644 External/CUDA/axpy.cu
create mode 100644 External/CUDA/axpy.reference_output
create mode 100644 External/CUDA/empty.cu
copy External/{skidmarks10/skidmarks.reference_output => CUDA/empty.reference_outp [...]
--
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 39370ea PR target/69255 * config/i386/i386.c (ix86_expand_builtin): [...]
new ef3b531c 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 9 +++++++++
gcc/testsuite/g++.dg/debug/dwarf2/imported-decl-2.C | 2 +-
gcc/testsuite/g++.dg/debug/dwarf2/template-params-12g.C | 2 +-
3 files changed, 11 insertions(+), 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 gcc-6-branch
in repository gcc.
from 6c7e5e3 Backport from mainline 2016-09-05 Uros Bizjak <ubizjak@gm [...]
new d0f4f95 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 5 +++++
gcc/testsuite/g++.dg/debug/dwarf2/imported-decl-2.C | 2 +-
2 files changed, 6 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 gcc-5-branch
in repository gcc.
from 1e29c36 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
new bb19617 2016-09-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 5 +++++
gcc/testsuite/g++.dg/debug/dwarf2/imported-decl-2.C | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.