This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0f56e79 * config/alpha/alpha.md (exception_receiver): Copy alpha_gp [...]
new d94b0ed Move rebuild_cfg to the end of build_ssa_passes
new 699ca35 [AArch64] Separate shrink wrapping hooks implementation
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 | 33 +++++
gcc/config/aarch64/aarch64.c | 296 ++++++++++++++++++++++++++++++++++++++----
gcc/config/aarch64/aarch64.h | 2 +
gcc/config/aarch64/aarch64.md | 1 +
gcc/passes.def | 2 +-
5 files changed, 309 insertions(+), 25 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 42285f5 [DAGCombiner] do not fold (fmul (fadd X, 1), Y) -> (fmad X, Y [...]
new 66e793d Revert "[SLP] Fix for PR6246: vectorization for scalar ops on [...]
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 | 140 ++-
test/Transforms/SLPVectorizer/X86/arith-fp.ll | 964 ++++++++++++++-------
.../X86/insert-element-build-vector.ll | 176 ++--
3 files changed, 840 insertions(+), 440 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 195e7e1 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirec [...]
new 0f56e79 * config/alpha/alpha.md (exception_receiver): Copy alpha_gp [...]
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/alpha/alpha.md | 2 +-
2 files changed, 8 insertions(+), 4 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 0c1b455 PR symtab/16264 - support DW_AT_main_subprogram
new 531336e Fix seg-fault in the linker when examining a corrupt binary.
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 | 6 ++++++
bfd/aoutx.h | 3 +--
2 files changed, 7 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 6cf5a9b PR target/70322 * config/i386/i386.c (dimode_scalar_to_vect [...]
new 195e7e1 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirec [...]
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 | 11 +++++++++++
gcc/Makefile.in | 17 +++++++++++++----
gcc/config/i386/mingw32.h | 4 ++++
gcc/config/i386/x-mingw32 | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 4 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 99f9d41 PR target/78614 * rtl.c (copy_rtx): Don't clear used flag h [...]
new 6cf5a9b PR target/70322 * config/i386/i386.c (dimode_scalar_to_vect [...]
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/i386/i386.c | 16 +++++++++++++++-
gcc/config/i386/i386.md | 17 +++++++++++++++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/i386/pr70322-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr70322-2.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr70322-3.c | 13 +++++++++++++
7 files changed, 83 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70322-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70322-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70322-3.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 compiler-rt.
from 470fe80 Compiler-rt part of D26230: Add (constant) masked load/store [...]
new 4ca6e75 Revert "Compiler-rt part of D26230: Add (constant) masked loa [...]
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/asan/TestCases/masked-ops.cpp | 102 -------------------------------------
1 file changed, 102 deletions(-)
delete mode 100644 test/asan/TestCases/masked-ops.cpp
--
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 7ac6b09 Tidyup code with indentation and clang-format. NFCI.
new 42285f5 [DAGCombiner] do not fold (fmul (fadd X, 1), Y) -> (fmad X, Y [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 16 +-
test/CodeGen/AMDGPU/fma-combine.ll | 85 ++++++++---
test/CodeGen/X86/fma_patterns.ll | 192 +++++++++++++++++-------
test/CodeGen/X86/fma_patterns_wide.ll | 244 ++++++++++++++++++++++---------
4 files changed, 390 insertions(+), 147 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 f5ac6ab Fix seg-fault in the linker when attempting to print out a ma [...]
new 0c1b455 PR symtab/16264 - support DW_AT_main_subprogram
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:
gdb/ChangeLog | 10 +++
gdb/dwarf2read.c | 33 ++++++----
gdb/testsuite/ChangeLog | 5 ++
.../main-subprogram.c} | 12 ++--
gdb/testsuite/gdb.dwarf2/main-subprogram.exp | 73 ++++++++++++++++++++++
5 files changed, 117 insertions(+), 16 deletions(-)
copy gdb/testsuite/{gdb.mi/new-ui-mi-sync.c => gdb.dwarf2/main-subprogram.c} (89%)
create mode 100644 gdb/testsuite/gdb.dwarf2/main-subprogram.exp
--
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 8068094 S390: Regenerate ULPs.
new 67aae64 aarch64: Use explicit offsets in _dl_tlsdesc_dynamic
new 01b23a3 elf/tst-tls-manydynamic: New test
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:
ChangeLog | 21 +++
elf/Makefile | 17 ++-
elf/tst-tls-manydynamic.c | 150 +++++++++++++++++++++
.../tst-tls-manydynamic.h | 41 +++---
...tst-gnu2-tls1mod.c => tst-tls-manydynamicmod.c} | 40 ++----
sysdeps/aarch64/dl-tlsdesc.S | 18 +--
sysdeps/aarch64/tlsdesc.sym | 3 +
7 files changed, 229 insertions(+), 61 deletions(-)
create mode 100644 elf/tst-tls-manydynamic.c
copy sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c => elf/tst-tls-manydynam [...]
copy elf/{tst-gnu2-tls1mod.c => tst-tls-manydynamicmod.c} (72%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.