This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 29f29337fb9 * libgnarl/a-intnam__rtems.ads: Update copyright date. * [...]
new 7aaadbe8df6 PR82228: Move ncopies calculation in vectorizable_live_operation
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/tree-vect-loop.c | 10 +++++-----
2 files changed, 11 insertions(+), 5 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 be4be2e2c46 [llvm-symbolizer] Fix coff-dwarf.test
new 79065258486 Try to fix some failing bots.
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:
utils/lit/lit/llvm/config.py | 14 ++++++++------
1 file changed, 8 insertions(+), 6 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 4af1a22e525 Resubmit "Add a shared llvm.lit module that all test suites [...]
new be4be2e2c46 [llvm-symbolizer] Fix coff-dwarf.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/tools/llvm-symbolizer/coff-dwarf.test | 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 af30292211c [X86] Remove some extra code that snuck into r313450.
new d0c8c6186c1 [lit] Fix some Python 3 compatibility issues.
new 4af1a22e525 Resubmit "Add a shared llvm.lit module that all test suites [...]
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:
cmake/modules/AddLLVM.cmake | 4 +
test/lit.cfg | 173 ++++-------------------------------------
test/lit.site.cfg.in | 2 +
utils/lit/lit/TestRunner.py | 19 +++--
utils/lit/lit/llvm/__init__.py | 9 +++
utils/lit/lit/llvm/config.py | 117 ++++++++++++++++++++++++++++
utils/lit/lit/util.py | 23 ++++++
7 files changed, 183 insertions(+), 164 deletions(-)
create mode 100644 utils/lit/lit/llvm/__init__.py
create mode 100644 utils/lit/lit/llvm/config.py
--
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 f36764f1faa Backported from mainline 2017-06-13 Jakub Jelinek <jaku [...]
new 9a96d6b5680 PR libquadmath/65757 * math/roundq.c: Cherry-pick upstrea [...]
new e35505611ed Backported from mainline 2017-08-08 Richard Biener <rgu [...]
new 140f0c35f18 Backported from mainline 2017-07-27 Jakub Jelinek <jaku [...]
new 3e294013a7c Backported from mainline 2017-08-03 Jakub Jelinek <jaku [...]
new ff91676b385 Backported from mainline 2017-08-03 Jakub Jelinek <jaku [...]
new abec4944b3e Backported from mainline 2017-08-09 Jakub Jelinek <jaku [...]
new 64a6c83e15c Backported from mainline 2017-09-12 Jakub Jelinek <jaku [...]
new 44e0e675c4e Backported from mainline 2017-09-12 Jakub Jelinek <jaku [...]
The 8 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 | 38 +++++++++++++++++++++++++++
gcc/bb-reorder.c | 6 +++--
gcc/c-family/ChangeLog | 19 ++++++++++++++
gcc/c-family/c-common.c | 12 ++++++---
gcc/c-family/c-omp.c | 21 +++++++++++++++
gcc/function.c | 17 +++++++++++++
gcc/omp-low.c | 6 +++--
gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++
gcc/testsuite/c-c++-common/pr81052.c | 28 ++++++++++++++++++++
gcc/testsuite/c-c++-common/pr82112.c | 13 ++++++++++
gcc/testsuite/g++.dg/ext/altivec-18.C | 14 ++++++++++
gcc/testsuite/gcc.dg/pr79499.c | 13 ++++++++++
gcc/testsuite/gcc.dg/pr81621.c | 5 ++++
gcc/testsuite/gcc.dg/pr82112.c | 21 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr81766.c | 5 ++++
gcc/testsuite/gcc.target/powerpc/pr82112.c | 16 ++++++++++++
gcc/tree-cfg.c | 25 +++++++++++++++++-
libgomp/ChangeLog | 15 +++++++++++
libgomp/testsuite/libgomp.c++/pr45784.C | 5 ++++
libgomp/testsuite/libgomp.c/pr45784.c | 41 ++++++++++++++++++++++++++++++
libgomp/testsuite/libgomp.c/pr81687-1.c | 23 +++++++++++++++++
libgomp/testsuite/libgomp.c/pr81687-2.c | 27 ++++++++++++++++++++
libquadmath/ChangeLog | 5 ++++
libquadmath/math/roundq.c | 4 +--
24 files changed, 396 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr81052.c
create mode 100644 gcc/testsuite/c-c++-common/pr82112.c
create mode 100644 gcc/testsuite/g++.dg/ext/altivec-18.C
create mode 100644 gcc/testsuite/gcc.dg/pr79499.c
create mode 100644 gcc/testsuite/gcc.dg/pr81621.c
create mode 100644 gcc/testsuite/gcc.dg/pr82112.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81766.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr82112.c
create mode 100644 libgomp/testsuite/libgomp.c++/pr45784.C
create mode 100644 libgomp/testsuite/libgomp.c/pr45784.c
create mode 100644 libgomp/testsuite/libgomp.c/pr81687-1.c
create mode 100644 libgomp/testsuite/libgomp.c/pr81687-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 gcc-5-branch
in repository gcc.
from 6dca1ec0941 Daily bump.
new daa9f234e5a Backported from mainline 2017-06-21 Jakub Jelinek <jaku [...]
new f36764f1faa Backported from mainline 2017-06-13 Jakub Jelinek <jaku [...]
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/cp/ChangeLog | 17 +++++++++++++
gcc/cp/cp-gimplify.c | 6 +++--
gcc/cp/semantics.c | 14 +++++-----
gcc/testsuite/ChangeLog | 13 ++++++++++
gcc/testsuite/g++.dg/gomp/pr81154.C | 51 +++++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/opt/nrv18.C | 12 +++++++++
6 files changed, 104 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr81154.C
create mode 100644 gcc/testsuite/g++.dg/opt/nrv18.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 d4e37535822 llvm-dwarfdump: support a --show-children option
new af30292211c [X86] Remove some extra code that snuck into r313450.
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/X86/X86ISelLowering.cpp | 4 ----
1 file changed, 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 glibc.
from 140647ea6f benchtests: New -g option to generate graphs in compare_strings.py
new 35a29136d6 Add missing space.
new c207f7ce73 Add missing space.
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:
ChangeLog | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 5fdb2a9aae8 Use -fsched-pressure and -fomit-frame-pointer in nds32_opti [...]
new 29f29337fb9 * libgnarl/a-intnam__rtems.ads: Update copyright date. * [...]
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/ada/ChangeLog | 8 ++++++++
gcc/ada/libgnarl/a-intnam__rtems.ads | 2 +-
gcc/ada/libgnarl/s-interr__hwint.adb | 2 +-
gcc/ada/libgnarl/s-osinte__kfreebsd-gnu.ads | 2 +-
gcc/ada/libgnarl/s-osinte__rtems.adb | 3 ++-
gcc/ada/libgnarl/s-osinte__rtems.ads | 2 +-
6 files changed, 14 insertions(+), 5 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 f6324abed0f llvm-dwarfdump: Add support for -debug-types=<offset>.
new d4e37535822 llvm-dwarfdump: support a --show-children option
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/DebugInfo/DIContext.h | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 6 ++++--
test/tools/llvm-dwarfdump/X86/debug_info_offset.test | 14 +++++++++++++-
test/tools/llvm-dwarfdump/X86/debug_type_offset.test | 9 +++++++++
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 7 +++++++
5 files changed, 34 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.