This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5f1dfe0be93 2019-08-20 Richard Biener <rguenther(a)suse.de>
new 9b9ca713654 2019-08-19 Matthew Beliveau <mbelivea(a)redhat.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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
.../gcc.dg/tree-ssa/redundant-assign-zero-1.c | 13 +++++++++++++
.../gcc.dg/tree-ssa/redundant-assign-zero-2.c | 18 ++++++++++++++++++
gcc/tree-ssa-dse.c | 22 +++++++---------------
5 files changed, 49 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/redundant-assign-zero-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/redundant-assign-zero-2.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 llvm.
from fd572fefc7a [llvm-objdump] - Remove one of `report_error` functions and [...]
new 4603d6397c4 Regex: +regex string lifetime comment
new c97d8c24823 [X86][FMA] Add FMA 'negated expression' combine tests for D63141
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/Support/Regex.h | 3 ++
test/CodeGen/X86/fma-fneg-combine-2.ll | 89 ++++++++++++++++++++++++++++++++++
2 files changed, 92 insertions(+)
create mode 100644 test/CodeGen/X86/fma-fneg-combine-2.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 zack/y2038-preliminaries
in repository glibc.
discards e72bcbd793 Revise the documentation of ‘simple calendar time’.
discards 86c56abeb2 Linux/Alpha: don’t use timeval32 system calls.
discards 5fc9cbd920 Warn when gettimeofday is called with non-null tzp argument.
discards ee799168e8 Finish move of clock_* functions to libc.
discards 6ec060709a Use clock_gettime to implement gettimeofday.
discards 8e9ce235ee Use clock_gettime to implement ftime.
discards 069a421951 Use clock_gettime to implement time.
discards f66ff8e42d Use clock_settime to implement settimeofday.
discards 4e83f31768 Use clock_settime to implement stime.
discards c101e8b186 Don’t use the argument to time.
new 2b46d373df Don’t use the argument to time.
new da7859ec6f Use clock_settime to implement stime.
new 458e752a5d Use clock_settime to implement settimeofday.
new 90b7676ef5 Use clock_gettime to implement time.
new a98d0813fb Use clock_gettime to implement ftime.
new 557dceaba0 Use clock_gettime to implement gettimeofday.
new fce7a734b0 Finish move of clock_* functions to libc.
new b12e7a6f9d Warn when gettimeofday is called with non-null tzp argument.
new 7f0acebb6b Linux/Alpha: don’t use timeval32 system calls.
new ca15d90019 Revise the documentation of ‘simple calendar time’.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e72bcbd793)
\
N -- N -- N refs/heads/zack/y2038-preliminaries (ca15d90019)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 10 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:
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ec39653b 0: update: binutils-gcc-linux: all
new c27a8a7f 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ec39653b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 188 +-
02-prepare_abe/console.log | 290 +-
03-build_abe-binutils/console.log | 11453 +++++++------
04-build_abe-stage1/console.log | 19986 +++++++++++-----------
05-build_linux/console.log | 674 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 32626 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
10 files changed, 32613 insertions(+), 32640 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 llvm.
from 3afc5fe656c [DWARF] Fix reading 64-bit DWARF type units.
new fd572fefc7a [llvm-objdump] - Remove one of `report_error` functions and [...]
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/tools/llvm-objdump/malformed-archives.test | 6 +--
tools/llvm-objdump/MachODump.cpp | 49 ++++++++++++++++++-------
tools/llvm-objdump/llvm-objdump.cpp | 29 +++++++--------
tools/llvm-objdump/llvm-objdump.h | 6 +--
4 files changed, 56 insertions(+), 34 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 9f47c9880 Convert minidump unittests to use llvm::yaml::convertYAML
new 432e0eb1b Fix build for r369374
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/TestingSupport/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 0b4032a6bd1 2019-08-20 Richard Biener <rguenther(a)suse.de>
new 5f1dfe0be93 2019-08-20 Richard Biener <rguenther(a)suse.de>
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/ipa.c | 17 +++++++++++------
2 files changed, 18 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.