This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 77ed1cd8 Fix
new 00a59116 [clang-tidy] fix PR37913, templated exception factory diagnos [...]
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:
clang-tidy/hicpp/ExceptionBaseclassCheck.cpp | 34 +++--
test/clang-tidy/hicpp-exception-baseclass.cpp | 172 ++++++++++++++++++++------
2 files changed, 163 insertions(+), 43 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 6fa52824c3 x86: Replace VexW=3 with VexWIG
new 8c9604b6a2 Adjust some strip testcases to silence h8300 warnings
new 0b1352e04c A few hppa testcase tidies
new a4b9568c7e Remove bogus notarget in gas teststuite
The 3 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 | 21 +++++++++++++++++++++
binutils/testsuite/binutils-all/strip-13mips64.s | 2 +-
binutils/testsuite/binutils-all/strip-13rel.s | 2 +-
binutils/testsuite/binutils-all/strip-13rela.s | 2 +-
binutils/testsuite/binutils-all/strip-14mips64.s | 2 +-
binutils/testsuite/binutils-all/strip-14rel.s | 2 +-
binutils/testsuite/binutils-all/strip-14rela.s | 2 +-
binutils/testsuite/binutils-all/strip-15mips64.s | 2 +-
binutils/testsuite/binutils-all/strip-15rel.s | 2 +-
binutils/testsuite/binutils-all/strip-15rela.s | 2 +-
binutils/testsuite/lib/binutils-common.exp | 22 ++++++++++++++++++----
binutils/testsuite/lib/utils-lib.exp | 4 +++-
gas/ChangeLog | 24 ++++++++++++++++++++++++
gas/testsuite/gas/all/gas.exp | 14 +-------------
gas/testsuite/gas/arm/arch7.d | 1 -
gas/testsuite/gas/arm/arch7a-mp.d | 1 -
gas/testsuite/gas/arm/arch7em.d | 1 -
gas/testsuite/gas/arm/archv8m-main-dsp-5.d | 1 -
gas/testsuite/gas/arm/barrier.d | 2 --
gas/testsuite/gas/arm/bignum1.d | 2 --
gas/testsuite/gas/arm/mapshort-elf.d | 2 +-
gas/testsuite/gas/arm/thumb32.d | 2 --
gas/testsuite/gas/elf/dwarf2-1.d | 1 -
gas/testsuite/gas/elf/dwarf2-2.d | 1 -
gas/testsuite/gas/elf/dwarf2-3.d | 2 +-
gas/testsuite/gas/elf/dwarf2-4.d | 1 -
gas/testsuite/gas/elf/dwarf2-6.d | 2 +-
gas/testsuite/gas/elf/elf.exp | 5 +++--
gas/testsuite/gas/elf/group2.d | 2 --
gas/testsuite/gas/elf/symver.d | 1 -
ld/ChangeLog | 5 +++++
ld/testsuite/ld-elf/comm-data5.d | 1 -
ld/testsuite/ld-scripts/defined6.d | 2 --
33 files changed, 87 insertions(+), 51 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 7fa1548f75c Fix vectorization of canonicalize
new d377332d772 [ARM] Disallow icmp with negative imm and overflow
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/ARM/ARMCodeGenPrepare.cpp | 11 +++++++++++
test/CodeGen/ARM/arm-cgp-icmps.ll | 22 ++++++++++++++++++++++
2 files changed, 33 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 compiler-rt.
from 0177850a1 [sanitizer_common] Fuchsia now supports .preinit_array
new 3f946cd76 [UBSan] Partially fix `test/ubsan/TestCases/Misc/log-path_tes [...]
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/lit.common.cfg | 13 +++++++++++++
test/sanitizer_common/ios_commands/iossim_run.py | 22 ++++++++++++++++++++--
test/ubsan/TestCases/Misc/log-path_test.cc | 2 ++
3 files changed, 35 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 f178ded797a Add -Wabsolute-value
new dd7ed3c2c64 2018-09-17 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr87328.c | 25 +++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 8 +-------
4 files changed, 39 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87328.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 edd72b28065 [GVNHoist] Re-enable GVNHoist by default
new 7fa1548f75c Fix vectorization of canonicalize
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/CodeGen/BasicTTIImpl.h | 3 +++
lib/Analysis/VectorUtils.cpp | 1 +
test/Transforms/SLPVectorizer/AMDGPU/packed-math.ll | 17 +++++++++++++++++
3 files changed, 21 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 users/hjl/wig
in repository binutils-gdb.
discards 6d602e1c22 x86: Set EVex=2 on EVEX.128 only vmovd and vmovq
discards 7cb3956ed6 x86: Set Vex=1 on VEX.128 only vmovd and vmovq
discards 7dfc9c126c x86: Update -mvexwig=1 tests
discards 9309618b2f x86: Fix vunpcklpX/vunpckhpX/vucomisX
discards 5ad94c8584 x86: Fix vsqrtpX/vsqrtsX/vrsqrtps/vrsqrtss/vrcpps/vrcpss
discards 88b488585c x86: Fix vptest
discards db5854bfab x86: Fix vpsrlX/vpsraX/vpsllX/vpsrldq
discards 93aef14dbb x86: Fix vsubpX/vsubsX/vpunpcklqdq/vpunpckhqdq/vpshufX
discards 2c11b39458 x86: Fix vpmovzxbw
discards 673c534675 x86: Fix vpmovzxXY
discards de6a6c5782 x86: Fix vpsrlX/vpmullw/vpmovmskb/vpmaddubsw/vphsubX/vphsubs [...]
discards a3448034a2 x86: Fix vpmulld/vphminposuw
discards 2b72a813c5 x86: Fix vpxor/vpsllX/vpmuludq/vpmaddwd/vpsadbw/vpsubX/vphad [...]
discards 9f7ded6246 x86: Fix vpcmpistrm/vpcmpistri
discards 90953d6af5 x86: Fix vpcmpgtq/vpminsX/vpminuX/vpmaxsX/vpmaxuX
discards 099420a9c3 x86: Fix vpunpcklbw/vpunpcklwd/vpunpckldq/vpcmpgtX/vpunpckhb [...]
discards 0be5eadc6c x86: Fix vpcmpeqX/vpmovsXY/vpmuldq
discards 65d06855b7 x86: Fix vroundpX/vroundsX/vpblendw
discards 200eb442e4 x86: Fix vpsraw/vpsrad/vpavgw/vpmulhuw/vpmulhw/vpsubsb/vpsub [...]
discards 0cbb74054c x86: Fix vpsubusb/vpsubusw/vpminub/vpand/vpmaxub/vpandn/vpavgb
discards c102606aa7 x86: Fix vpalignr
discards 5318880aaa x86: Fix vpaddusb/vpaddusw
discards 1ac766bd4d x86: Fix vpaddsb/vpaddsw
discards b71ad868a6 x86: Fix vpaddq
discards 0aabd9504a x86: Fix vpaddb/vpaddw/vpaddd
discards 1d9607d916 x86: Fix vpackuswb/vpackusdw
discards 4f9add4d6e x86: Fix vpacksswb
discards 857dd0c88d x86: Fix vpackssdw
discards b5fe1e500d x86: Fix vpabsb/vpabsw/vpabsd
discards d97bb7795d x86: Fix vmulps/vmulss/vmulpd/vmulsd
discards e90d78e798 x86: Fix vmpsadbw
discards 05bd331e03 x86: Fix vmovups/vmovss/vmovupd/vmovsd
discards 6648005908 x86: Fix vmovq
discards ccc15115ff x86: Fix vmovntpX
discards 92c32f3327 x86: Fix vmovntdqa
discards 959fab3850 x86: Fix vmovntdq
discards 06624dcfe1 x86: Fix vmovmskpX
discards 38bd64e789 x86: Fix vmovshdup/vmovlpX/vmovhpX
discards 7adb8626f7 x86: Fix vmovdqu/vmovdqa
discards d2e87ba0bc x86: Fix vmovlps/vmovhlps/vmovsldup/vmovlpd/vmovddup
discards f463e0c4d1 x86: Fix vmovapd/vmovaps
discards fca222e0e7 x86: Fix vminpX/vminsX/vmaxpX/vmaxsX
discards 56d80eef44 x86: Fix vmaskmovdqu
discards 760dd36dac x86: Fix vldmxcsr/vstmxcsr
discards ff8d1ffcdb x86: Fix vlddqu
discards 8bc6fcb44a x86: Fix vinsertps
discards 9af9ad0698 x86: Fix vhaddpd/vhaddps/vhsubpd/vhsubps
discards e672f5d000 x86: Fix vdppd/vdpps
discards 5cc83b39d9 x86: Fix vdivps/vdivss/vdivpd/vdivsd
discards c0862ffcbc x86: Fix vcvtXX2YY
discards b84d2b2700 x86: Fix vcomisd/vcomiss
discards f069294365 x86: Fix vcmpps/vcmppd/vcmpss/vcmpsd
discards f2f3994c31 x86: Fix vblendps/vblendpd
discards 8550522411 x86: Fix vaesimc/vaeskeygenassist
discards 9692cbdbca x86: Fix vaddsubpd/vaddsubps
discards a7609eef3f x86: Fix vaddpd/vaddps/vaddsd/vaddss
discards 10470f2b47 Add VEX_LEN_0F77_P_0
discards 29de0cf509 x86: Add -mvexwig=1 tests
new fe5471d17e Add VEX_LEN_0F77_P_0
new 6e6a0f55e2 x86: Add -mvexwig=1 tests
new 19d77730c9 x86: Set Vex=1 on VEX.128 only vmovd and vmovq
new 0b93f505ac x86: Set EVex=2 on EVEX.128 only vmovd and vmovq
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 (6d602e1c22)
\
N -- N -- N refs/heads/users/hjl/wig (0b93f505ac)
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 4 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:
--
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 8588b35692 python: Make gdb.execute("show commands") work (PR 23669)
new 6fa52824c3 x86: Replace VexW=3 with VexWIG
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:
opcodes/ChangeLog | 5 +
opcodes/i386-opc.tbl | 938 ++++++++++++++++++++++++++-------------------------
2 files changed, 475 insertions(+), 468 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 ca861a1d83c 2018-09-17 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new f178ded797a Add -Wabsolute-value
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 | 5 ++
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c.opt | 4 +
gcc/c/ChangeLog | 6 ++
gcc/c/c-parser.c | 156 ++++++++++++++++++++++++++++++++--
gcc/doc/invoke.texi | 8 ++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/dfp/warn-abs-2.c | 28 ++++++
gcc/testsuite/gcc.dg/warn-abs-1.c | 67 +++++++++++++++
9 files changed, 279 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/dfp/warn-abs-2.c
create mode 100644 gcc/testsuite/gcc.dg/warn-abs-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.