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 8a286b6 Fix memory leaks in chew program.
new d8024a9 Fix seg-faults when running readelf on fuzzed binaries.
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:
binutils/ChangeLog | 9 +++++++++
binutils/dwarf.c | 31 +++++++++++++++++++++++++++----
binutils/readelf.c | 20 +++++++++++++++++---
3 files changed, 53 insertions(+), 7 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 8ca5189 gcc/fortran/ChangeLog:
new 8a0e29a [RS6000] TOC refs generated during reload
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/config/rs6000/rs6000.c | 20 ++++++++++++--------
2 files changed, 18 insertions(+), 8 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 openmp.
from a86e0ba Do not block on explicit task depending on proxy task
new b5f8854 Mark tests with task dependencies as unsupported with 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:
runtime/test/tasking/bug_nested_proxy_task.c | 3 +++
runtime/test/tasking/bug_proxy_task_dep_waiting.c | 3 +++
2 files changed, 6 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 master
in repository llvm.
from 4185a58 [X86][SSE] Assert if the shuffle mask indices are not -1 or w [...]
new b1fa576 Fix Wdocumentation unknown parameter warning
new 7dd6fd6 Re-commit r277988: [mips][ias] Fix all the hacks related to M [...]
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/Analysis/Loads.h | 2 -
include/llvm/MC/MCAsmInfo.h | 5 +
include/llvm/MC/MCParser/MCAsmLexer.h | 10 +-
include/llvm/MC/MCParser/MCTargetAsmParser.h | 6 +
lib/MC/MCParser/AsmLexer.cpp | 44 +++-
lib/MC/MCParser/AsmParser.cpp | 37 ++++
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 233 +++++++--------------
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 10 +-
.../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 4 +
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 4 +
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 1 +
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 5 +-
test/MC/Mips/expr1.s | 38 ++--
test/MC/Mips/relocation.s | 5 +-
tools/llvm-mc/llvm-mc.cpp | 72 +++++++
15 files changed, 289 insertions(+), 187 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 db9537d Fix seg-fault in DWARF dumper when given a corrupt binary con [...]
new 8a286b6 Fix memory leaks in chew program.
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/ChangeLog | 13 +++++++++++++
bfd/doc/chew.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 61 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 llvm.
from 0985f50 Revert r277988: [mips][ias] Fix all the hacks related to MIPS [...]
new 4185a58 [X86][SSE] Assert if the shuffle mask indices are not -1 or w [...]
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 | 13 +++++--------
1 file changed, 5 insertions(+), 8 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 openmp.
from 6c90de7 Fixed x2APIC discovery for 256-processor architectures.
new d9ae211 __kmp_free_task: Fix for serial explicit tasks producing proxy tasks
new a86e0ba Do not block on explicit task depending on proxy task
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:
runtime/src/kmp_taskdeps.cpp | 13 +--
runtime/src/kmp_tasking.c | 37 +++---
runtime/test/tasking/bug_nested_proxy_task.c | 128 +++++++++++++++++++++
runtime/test/tasking/bug_proxy_task_dep_waiting.c | 131 ++++++++++++++++++++++
4 files changed, 285 insertions(+), 24 deletions(-)
create mode 100644 runtime/test/tasking/bug_nested_proxy_task.c
create mode 100644 runtime/test/tasking/bug_proxy_task_dep_waiting.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 4cbbdab /cp 2016-08-08 Paolo Carlini <paolo.carlini(a)oracle.com>
new 03f080b Backport from 2016-07-29 trunk r238863. PR rtl-optimization [...]
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 | 8 ++++++++
gcc/combine.c | 6 ++++++
2 files changed, 14 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-5-branch
in repository gcc.
from 8a8c75f gcc/testsuite/ChangeLog:
new 2914bc4 Backport from 2016-07-29 trunk r238863. PR rtl-optimization [...]
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 | 8 ++++++++
gcc/combine.c | 6 ++++++
2 files changed, 14 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 master
in repository gcc.
from d1e9788 [RS6000] PR72802 part 2, reload ICE
new 1495e54 gcc/testsuite/ChangeLog:
new 8ca5189 gcc/fortran/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/fortran/ChangeLog | 12 +++++
gcc/fortran/trans-array.c | 9 +++-
gcc/fortran/trans-stmt.c | 21 ++++++---
gcc/testsuite/ChangeLog | 10 +++++
.../gfortran.dg/allocate_with_source_20.f03 | 21 +++++++++
.../gfortran.dg/allocate_with_source_21.f03 | 52 ++++++++++++++++++++++
6 files changed, 117 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_20.f03
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_21.f03
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.