This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 52c21589999 [TableGen] Examine entire subreg compositions to detect ambiguity
new 3c0efb7a96d [InstSimplify] fold select with implied condition
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/Analysis/InstructionSimplify.cpp | 39 ++++++++++++++++++++++
lib/Transforms/InstCombine/InstCombineSelect.cpp | 18 ----------
.../unrecognized_three-way-comparison.ll | 16 ++-------
.../select-implied.ll | 10 +++---
4 files changed, 47 insertions(+), 36 deletions(-)
rename test/Transforms/{InstCombine => InstSimplify}/select-implied.ll (94%)
--
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 83ee3310ec7 PR c/88091 - c-c++-common/Wconversion-real.c etc. FAIL
new c1daaad5555 * config/i386/i386.c (inline_memory_move_cost): Check "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:
gcc/ChangeLog | 10 +++++++++-
gcc/config/i386/i386.c | 10 ++++------
gcc/config/i386/mmx.md | 4 ++--
3 files changed, 15 insertions(+), 9 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 fc5de306107 [llvm-objcopy] Delete redundant !Config.xx.empty() when fol [...]
new 1efb7b466e6 [GlobalISel] LegalizationArtifactCombiner: Combine aext([as [...]
new 52c21589999 [TableGen] Examine entire subreg compositions to detect ambiguity
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:
.../GlobalISel/LegalizationArtifactCombiner.h | 12 +++
test/CodeGen/AArch64/GlobalISel/legalize-ext.mir | 62 ++++++++++++++-
test/TableGen/ambiguous-composition.td | 92 ++++++++++++++++++++++
utils/TableGen/CodeGenRegisters.cpp | 64 +++++++++++++--
4 files changed, 221 insertions(+), 9 deletions(-)
create mode 100644 test/TableGen/ambiguous-composition.td
--
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 47d216a5c0 Add missing REQUIRES to new test
new 3eda68cb72 Simplify the __builtin_constant_p test that was used to catc [...]
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/SemaCXX/constant-expression-cxx1y.cpp | 7 ++-----
1 file changed, 2 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 85e8db4295e PR c/88172 - attribute aligned of zero silently accepted bu [...]
new 83ee3310ec7 PR c/88091 - c-c++-common/Wconversion-real.c etc. FAIL
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/c/ChangeLog | 7 ++
gcc/c/c-typeck.c | 327 +++++++++++++++++++++++++++++--------------------------
2 files changed, 178 insertions(+), 156 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 dd3fe0a218 [analyzer][PlistMacroExpansion] Part 4.: Support for __VA_ARGS__
new 47d216a5c0 Add missing REQUIRES to new 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/CodeGen/thinlto_backend_local_name_conflict.ll | 2 ++
1 file changed, 2 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 74a1cc74cc9 Fix thinko in transition to memop_ret type (PR middle-end/88246).
new 85e8db4295e PR c/88172 - attribute aligned of zero silently accepted bu [...]
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/c-family/ChangeLog | 11 +++
gcc/c-family/c-attribs.c | 98 ++++++++++++----------
gcc/c-family/c-common.c | 16 ++--
gcc/c/ChangeLog | 6 ++
gcc/c/c-decl.c | 7 +-
gcc/doc/extend.texi | 9 +-
gcc/testsuite/ChangeLog | 15 ++++
.../c-c++-common/builtin-has-attribute-2.c | 8 +-
.../c-c++-common/builtin-has-attribute-3.c | 20 +----
.../c-c++-common/builtin-has-attribute-4.c | 8 +-
.../c-c++-common/builtin-has-attribute-5.c | 48 +++++++++++
gcc/testsuite/gcc.dg/attr-aligned-2.c | 21 +++++
gcc/testsuite/gcc.dg/builtin-has-attribute.c | 17 ++--
gcc/testsuite/gcc.target/aarch64/attr-aligned.c | 65 ++++++++++++++
gcc/testsuite/gcc.target/i386/attr-aligned.c | 65 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/attr-aligned.c | 65 ++++++++++++++
gcc/testsuite/gcc.target/sparc/attr-aligned.c | 65 ++++++++++++++
18 files changed, 467 insertions(+), 83 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/builtin-has-attribute-5.c
create mode 100644 gcc/testsuite/gcc.dg/attr-aligned-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/attr-aligned.c
create mode 100644 gcc/testsuite/gcc.target/i386/attr-aligned.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/attr-aligned.c
create mode 100644 gcc/testsuite/gcc.target/sparc/attr-aligned.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 glibc.
from 4975f0c3d0 C-SKY: Add dynamic relocations to elf.h
new 3a67e81d75 argp: do not call _IO_fwide() if _LIBC is not defined
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:
ChangeLog | 7 +++++++
argp/argp-fmtstream.c | 4 ++++
argp/argp-help.c | 2 ++
3 files changed, 13 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 binutils-gdb.
from e368bf56d3 Document purpose of each ld statement lists
new d105de22fc Fix use-after-free in gdbserver
new 3d5500e958 Avoid buffer overflow in value_x_unop
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:
gdb/ChangeLog | 4 ++++
gdb/gdbserver/ChangeLog | 11 +++++++++++
gdb/gdbserver/linux-low.c | 4 ++--
gdb/gdbserver/lynx-low.c | 2 +-
gdb/gdbserver/server.c | 10 +++++++---
gdb/gdbserver/spu-low.c | 4 ++--
gdb/gdbserver/target.h | 8 ++++----
gdb/gdbserver/win32-low.c | 4 ++--
gdb/valarith.c | 2 --
9 files changed, 33 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.