This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3595231d9f5 i386: Remove constraints when used with constant integer pr [...]
new 43201f2c217 PR target/70321: Split double word equality/inequality afte [...]
new 2a12adfa8bd Make the default rtx_costs of MULT/DIV variants consistent.
new f1652e3343b PR rtl-optimization/101617: Use neg/sbb in ix86_expand_int_movcc.
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:
gcc/config/i386/i386-expand.cc | 84 +++++++++++-----------
gcc/config/i386/i386-features.cc | 101 ++++++++++++++-------------
gcc/config/i386/i386-features.h | 1 +
gcc/config/i386/i386.md | 72 ++++++++++++++++++-
gcc/config/i386/sse.md | 5 +-
gcc/rtlanal.cc | 7 ++
gcc/testsuite/gcc.target/i386/pr101617.c | 19 +++++
gcc/testsuite/gcc.target/i386/pr70321.c | 10 +++
gcc/testsuite/gcc.target/i386/sse4_1-stv-1.c | 18 +++++
9 files changed, 223 insertions(+), 94 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr101617.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70321.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-stv-1.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 releases/gcc-12
in repository gcc.
from 8f32de15e46 libcpp: Ignore CPP_PADDING tokens in _cpp_parse_expr [PR105732]
new 081c4725893 ipa: Check cst type when propagating controled uses info
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/ipa-prop.cc | 10 ++++------
gcc/testsuite/gcc.dg/ipa/pr105639.c | 16 ++++++++++++++++
2 files changed, 20 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr105639.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 devel/m2link
in repository gcc.
from 622a723be0a Merge branch 'master' into devel/m2link.
new 5eb238ce0b2 Remove m2 front end linking support.
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/m2/ChangeLog | 14 ++++++++
gcc/m2/gm2-compiler/M2Options.def | 16 ++++++++++
gcc/m2/gm2-compiler/M2Options.mod | 21 ++++++++++++
gcc/m2/gm2-gcc/m2options.h | 3 ++
gcc/m2/gm2-lang.cc | 4 ++-
gcc/m2/lang-specs.h | 17 ++--------
gcc/m2/lang.opt | 4 +++
gcc/m2/m2-link-support.h | 1 -
gcc/testsuite/gm2/ChangeLog | 5 +++
.../externalscaffold}/pass/hello.mod | 2 +-
.../pass/link-externalscaffold-pass.exp} | 6 ++--
.../gm2/link/externalscaffold/pass/scaffold.c | 37 ++++++++++++++++++++++
12 files changed, 111 insertions(+), 19 deletions(-)
copy gcc/testsuite/gm2/{linking/verbose => link/externalscaffold}/pass/hello.mod (68%)
copy gcc/testsuite/gm2/link/{pimc/pass/link-pimc-pass.exp => externalscaffold/pass [...]
create mode 100644 gcc/testsuite/gm2/link/externalscaffold/pass/scaffold.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 linux.
from e11a93567d3f Merge tag 'for-5.19/parisc-1' of git://git.kernel.org/pub/ [...]
new c4b4d7047f16 video: fbdev: hyperv_fb: Allow resolutions with size > 64 [...]
new b23789a59fa6 video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup
new b93a85c145d9 video: fbdev: omapfb: simplify the return expression of ds [...]
new 40189b7368e5 video: fbdev: omapfb: simplify the return expression of ne [...]
new d87ad457f7e1 video: fbdev: pxa3xx-gcu: release the resources correctly [...]
new 9f56390f8c49 video: fbdev: xen: remove setting of 'transp' parameter
new 50e35bd57c02 video: fbdev: radeon: Fix spelling typo in comment
new acde4003efc1 video: fbdev: vesafb: Fix a use-after-free due early fb_in [...]
new 79b66128f13f video: fbdev: omap: Add prototype for hwa742_update_window [...]
new 8ab2afa23bd1 Merge tag 'for-5.19/fbdev-1' of git://git.kernel.org/pub/s [...]
The 10 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:
drivers/video/fbdev/amba-clcd.c | 5 ++++-
drivers/video/fbdev/hyperv_fb.c | 19 +------------------
drivers/video/fbdev/omap/omapfb.h | 4 ++++
.../omap2/omapfb/displays/panel-nec-nl8048hl11.c | 7 +------
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c | 8 +-------
drivers/video/fbdev/pxa3xx-gcu.c | 12 +++++++-----
drivers/video/fbdev/vesafb.c | 5 +++--
drivers/video/fbdev/xen-fbfront.c | 1 -
include/video/radeon.h | 2 +-
9 files changed, 22 insertions(+), 41 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/gdb.
from 09cb5e2312 Move 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TARGET_OBS
adds 5541bfdc97 gdb/manual: Introduce location specs
adds da18821a9a gdb/testsuite: fix gdb.trace/signal.exp on x86
No new revisions were added by this update.
Summary of changes:
gdb/doc/gdb.texinfo | 489 +++++++++++++++++++++++--------------
gdb/doc/guile.texi | 2 +-
gdb/doc/python.texi | 5 +-
gdb/testsuite/gdb.trace/signal.exp | 2 +-
4 files changed, 306 insertions(+), 192 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 09cb5e2312 Move 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TARGET_OBS
adds 5541bfdc97 gdb/manual: Introduce location specs
adds da18821a9a gdb/testsuite: fix gdb.trace/signal.exp on x86
No new revisions were added by this update.
Summary of changes:
gdb/doc/gdb.texinfo | 489 +++++++++++++++++++++++--------------
gdb/doc/guile.texi | 2 +-
gdb/doc/python.texi | 5 +-
gdb/testsuite/gdb.trace/signal.exp | 2 +-
4 files changed, 306 insertions(+), 192 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 1ffbf8290 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new bf5aec7c5 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (1ffbf8290)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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:
01-reset_artifacts/console.log.xz | Bin 1548 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 30636 -> 30292 bytes
05-build_abe-stage1/console.log.xz | Bin 90152 -> 90132 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9352 -> 9060 bytes
08-build_abe-glibc/console.log.xz | Bin 232696 -> 232264 bytes
09-build_abe-stage2/console.log.xz | Bin 222452 -> 223160 bytes
10-build_abe-gdb/console.log.xz | Bin 37676 -> 37420 bytes
11-build_abe-qemu/console.log.xz | Bin 31424 -> 31756 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 16 ++++++++--------
13 files changed, 16 insertions(+), 16 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 c8929840407 x86: correct bmi2_umul<mode><dwi>3_1's MEM_P() uses
new 3595231d9f5 i386: Remove constraints when used with constant integer pr [...]
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/config/i386/i386.md | 92 ++++----
gcc/config/i386/mmx.md | 20 +-
gcc/config/i386/sse.md | 366 +++++++++++++++----------------
gcc/config/i386/subst.md | 10 +-
gcc/config/i386/sync.md | 4 +-
gcc/testsuite/gcc.target/i386/pr105624.c | 2 +-
6 files changed, 247 insertions(+), 247 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel
in repository toolchain/ci/interesting-commits.
from f77c7d2 Add regression a110855667782dac7b674d3e328b253b3b3c919b from [...]
new 2720e0e Add regression a25e0b5e6ac8a77a71c229e0a7b744603365b0e9 from [...]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.