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 7bab1964378 PR middle-end/85496 * expr.c (store_field): In the bitfie [...]
new 5e2b3c1931d 2018-04-23 Aaron Sawdey <acsawdey(a)linux.ibm.com>
new 71dc1290829 Daily bump.
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 | 10 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-c.c | 9 +++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr83660.C | 14 ++++++++++++++
5 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr83660.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 19c6b95399d [X86] Remove unnecessary vector memory folded InstRW overrides.
new 043b23526d1 [AggressiveInstCombine] Add library initializer routine for [...]
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/InitializePasses.h | 3 +++
lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp | 5 +++++
tools/bugpoint/bugpoint.cpp | 1 +
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 1 +
tools/opt/opt.cpp | 2 +-
5 files changed, 11 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 binutils-gdb.
from a95c7daba4 Remove a cleanup from scm-frame.c
new 0f703942d7 Automatic date update in version.in
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/version.h | 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-8.1-branch
in repository binutils-gdb.
from 4d83a42db0 Automatic date update in version.in
new 56a510ec3a Automatic date update in version.in
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/version.h | 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 binutils-2_30-branch
in repository binutils-gdb.
from feca7863ab Automatic date update in version.in
new 0e6f43ae9c Automatic date update in version.in
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/version.h | 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 binutils-gdb.
from 458412c368 Regenerate gdb/configure and gdbserver/configure
new a95c7daba4 Remove a cleanup from scm-frame.c
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 | 5 +++++
gdb/guile/scm-frame.c | 54 ++++++++++++++++++++++++---------------------------
2 files changed, 30 insertions(+), 29 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 bffba319b28 [LLVM-C] DIBuilder Bindings For Variable Expressions
new 19c6b95399d [X86] Remove unnecessary vector memory folded InstRW overrides.
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/X86SchedBroadwell.td | 105 +-------------------------------
lib/Target/X86/X86SchedHaswell.td | 40 +-----------
lib/Target/X86/X86SchedSkylakeClient.td | 16 -----
lib/Target/X86/X86SchedSkylakeServer.td | 30 ---------
4 files changed, 4 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 llvm.
from b344f5ad32b [X86] Remove unnecessary BMI2 InstRW overrides.
new e55b052e033 [GlobalISel][Legalizer] Look thro copies while combining G_ [...]
new bffba319b28 [LLVM-C] DIBuilder Bindings For Variable Expressions
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:
bindings/go/llvm/DIBuilderBindings.cpp | 16 ----
bindings/go/llvm/DIBuilderBindings.h | 5 -
bindings/go/llvm/dibuilder.go | 2 +-
include/llvm-c/DebugInfo.h | 106 +++++++++++++++++++++
.../GlobalISel/LegalizationArtifactCombiner.h | 17 ++--
lib/IR/DebugInfo.cpp | 66 +++++++++++++
test/Bindings/llvm-c/debug_info.ll | 57 ++++++-----
.../AArch64/GlobalISel/legalize-combines.mir | 34 ++++++-
.../GlobalISel/legalize-nonpowerof2eltsvec.mir | 9 +-
tools/llvm-c-test/debuginfo.c | 33 ++++---
10 files changed, 269 insertions(+), 76 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 99abef011d5 [LoopInterchange] Do not change LI for BBs in child loops.
new b344f5ad32b [X86] Remove unnecessary BMI2 InstRW overrides.
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/X86SchedHaswell.td | 12 ++----------
lib/Target/X86/X86SchedSkylakeClient.td | 12 ++----------
lib/Target/X86/X86SchedSkylakeServer.td | 12 ++----------
3 files changed, 6 insertions(+), 30 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 clang.
from af413420cd [AST] strcmp/memcmp always compares unsigned chars.
new 82b3fe5d90 [X86] Move __builtin_ia32_movnti64 andd __builtin_ia32_rdran [...]
new b75e076f14 [X86] Move the 32-bit versions of rdfsbase/rdgsbase/wrfsbase [...]
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/clang/Basic/BuiltinsX86.def | 8 --------
include/clang/Basic/BuiltinsX86_64.def | 6 ++++++
2 files changed, 6 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.