This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c3ef357b86d * config/alpha/alpha.c (alpha_print_operand) <case 'S'>: Remove.
new 269ea4e0466 2017-09-08 Yannick Moy <moy(a)adacore.com>
new a89e2ef3afc Minor doc edit.
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/ada/ChangeLog | 20 +++++++++
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 11 +++--
gcc/ada/sem_aux.adb | 26 ++++++++++++
gcc/ada/sem_aux.ads | 7 +++-
gcc/ada/sem_ch12.adb | 37 +++++++++++++++-
gcc/ada/sem_util.adb | 49 ++++++++--------------
gcc/ada/sem_util.ads | 6 +++
7 files changed, 119 insertions(+), 37 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 4fcc7e8528d [SLP] Support for horizontal min/max reduction.
new c95cfa7758f [SLP] Fix the warning about paths not returning the value, NFC.
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/Transforms/Vectorize/SLPVectorizer.cpp | 6 ++++--
1 file changed, 4 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 gcc.
from 520b78be6e5 2017-09-08 Eric Botcazou <ebotcazou(a)adacore.com>
new c3ef357b86d * config/alpha/alpha.c (alpha_print_operand) <case 'S'>: Remove.
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 | 4 ++++
gcc/config/alpha/alpha.c | 11 -----------
2 files changed, 4 insertions(+), 11 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 977c908e78c [X86] Added PR31045 test case
new 4fcc7e8528d [SLP] Support for horizontal min/max reduction.
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/Analysis/TargetTransformInfo.h | 8 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
include/llvm/CodeGen/BasicTTIImpl.h | 60 +
lib/Analysis/CostModel.cpp | 155 ++-
lib/Analysis/TargetTransformInfo.cpp | 9 +
lib/Target/X86/X86TargetTransformInfo.cpp | 146 +++
lib/Target/X86/X86TargetTransformInfo.h | 3 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 292 ++++-
.../SLPVectorizer/X86/horizontal-list.ll | 198 +--
.../SLPVectorizer/X86/horizontal-minmax.ll | 1373 ++++----------------
10 files changed, 967 insertions(+), 1279 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 9fd63e1a9b Updated two annotations for Store.h and CodeGenFunction.h.
new 8236567f98 [Sema] Put tautological comparison of unsigned and zero into [...]
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/clang/Basic/DiagnosticGroups.td | 4 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 4 +--
test/Sema/tautological-unsigned-zero-compare.c | 47 ++++++++++++++++++++++++++
3 files changed, 52 insertions(+), 3 deletions(-)
create mode 100644 test/Sema/tautological-unsigned-zero-compare.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 users/hjl/x86
in repository binutils-gdb.
discards eaaeac29bb x86: Remove _bfd_{i386,x86_64}_elf_convert_load
adds 639257e981 Automatic date update in version.in
adds 6999821f8b x86: Remove _bfd_{i386,x86_64}_elf_convert_load
adds 63c99141de remove QStartupWithShell entry from NEWS::Changes in GDB 7.11
adds e50142270b Document the GDB 8.0.1 release in gdb/ChangeLog
adds b1308d2c37 RISC-V: Support PCREL_* relocations agaist weak undefined symbols
adds 9eb7b0acb5 RISC-V: Print an error when unable to align a section
adds ed0816bd93 RISC-V: Avoid emitting invalid instructions in mixed RVC/no- [...]
adds bd757a5bf2 Automatic date update in version.in
adds 7a382c1c50 x86; Don't add elf64-x86-64.lo nor elf64.lo together with el [...]
adds 1de031c80b x86: Replace elf_x86_plt_layout_table with elf_x86_init_table
new 87580a7cdc Update _bfd_x86_elf_link_symbol_references_local
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 (eaaeac29bb)
\
N -- N -- N refs/heads/users/hjl/x86 (87580a7cdc)
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:
bfd/ChangeLog | 81 +++++++++++++++++++++++++++++++++++++++++++++++++
bfd/configure | 7 -----
bfd/configure.ac | 7 -----
bfd/elf32-i386.c | 54 ++++++++++++++++-----------------
bfd/elf64-x86-64.c | 58 +++++++++++++++++++++--------------
bfd/elfnn-riscv.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++-----
bfd/elfxx-x86.c | 49 +++++++++++++++++-------------
bfd/elfxx-x86.h | 7 +++--
bfd/version.h | 2 +-
gas/ChangeLog | 5 +++
gas/config/tc-riscv.c | 25 +++++----------
gdb/ChangeLog | 8 +++++
gdb/NEWS | 3 --
13 files changed, 275 insertions(+), 115 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 2334d27 Merge "Merge branch 'llvmstaging' into llvmprod"
new 13d08b1 start-container-docker.sh: Make usable with calling via "bash -x"
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:
start-container-docker.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.