This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2bd4479 [Hexagon] Linux linker does not support .gnu-hash
new dbbfaa6 [Sema] Fix PR28181 by avoiding calling BuildOverloadedBinOp i [...]
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/Sema/SemaExpr.cpp | 11 +++++------
test/Sema/PR28181.c | 13 +++++++++++++
2 files changed, 18 insertions(+), 6 deletions(-)
create mode 100644 test/Sema/PR28181.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 gcc.
from 0658956 [AArch64] Purge leftover occurrences of aarch64_nopcrelative_ [...]
new 512910b * config/x86/target.h (htm_available): Determine vendor from [...]
new 57b3db0 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type an [...]
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 | 11 +++++++++++
gcc/config/rs6000/power9.md | 30 +++++++++++++++++++++---------
libitm/ChangeLog | 5 +++++
libitm/config/x86/target.h | 35 ++++++++++++++++++-----------------
4 files changed, 55 insertions(+), 26 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 5307d54 [docs] Tell Doxygen to expand LLVM_ALIGNAS to nothing
new 2bd4479 [Hexagon] Linux linker does not support .gnu-hash
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/Driver/ToolChains.cpp | 4 +++-
test/Driver/linux-ld.c | 8 ++++++++
2 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 gcc.
from 118c14b PR78905 define _GLIBCXX_RELEASE macro
new 0658956 [AArch64] Purge leftover occurrences of aarch64_nopcrelative_ [...]
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 | 9 +++++++++
gcc/config/aarch64/aarch64-protos.h | 1 -
gcc/config/aarch64/aarch64.md | 4 ++--
3 files changed, 11 insertions(+), 3 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 49270f3 Add -Wall to all builds
new f8b1483 [release] Move to full validation
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:
release/run.sh | 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 gcc.
from 04877b8 MIPS: Make loongson3a use fused madd.d
new 118c14b PR78905 define _GLIBCXX_RELEASE macro
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:
libstdc++-v3/ChangeLog | 16 +-
libstdc++-v3/doc/html/manual/abi.html | 78 ++++++----
libstdc++-v3/doc/xml/manual/abi.xml | 165 ++++++++++++---------
libstdc++-v3/include/Makefile.am | 2 +
libstdc++-v3/include/Makefile.in | 2 +
libstdc++-v3/include/bits/c++config | 5 +-
.../testsuite/ext/profile/mutex_extensions_neg.cc | 2 +-
7 files changed, 171 insertions(+), 99 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 d942fa6 [InstCombine] icmp Pred (shl nsw X, C1), C0 --> icmp Pred X, [...]
new 2d628ee [X86][SSE] Attempt to pre-truncate arithmetic operations that [...]
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 | 22 ++-
test/CodeGen/X86/vector-trunc-math.ll | 310 +++++++++-------------------------
2 files changed, 97 insertions(+), 235 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 fccc4b5 MIPS: PR target/78176 add -mlxc1-sxc1.
new 04877b8 MIPS: Make loongson3a use fused madd.d
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/mips/mips.h | 6 ++++--
2 files changed, 10 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 llvm.
from b3f7c2e [X86][SSE] Added tests for pre-truncating arithmetic operatio [...]
new d942fa6 [InstCombine] icmp Pred (shl nsw X, C1), C0 --> icmp Pred 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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 67 ++++++++++++-------
test/Transforms/InstCombine/icmp-shl-nsw.ll | 75 ++++++++--------------
2 files changed, 68 insertions(+), 74 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 6d0c5d8 Array decomposition fix.
new fccc4b5 MIPS: PR target/78176 add -mlxc1-sxc1.
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 | 15 ++++++++
gcc/config.gcc | 19 ++++++++-
gcc/config/mips/mips.h | 8 +++-
gcc/config/mips/mips.opt | 4 ++
gcc/doc/install.texi | 19 +++++++++
gcc/doc/invoke.texi | 6 +++
gcc/testsuite/ChangeLog | 11 ++++++
gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c | 60 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c | 60 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/mips.exp | 12 +++++-
10 files changed, 209 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c
create mode 100644 gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.