This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from dd2063b13 [COFF] Warn for locally imported symbols
new f98d9770d Repair Windows buildbots after r320792
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/COFF/locally-imported-warn-multiple.s | 4 ++--
test/COFF/locally-imported.test | 2 +-
2 files changed, 3 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.
unknown user pushed a change to branch master
in repository lld.
from f891c54a1 [WebAssembly] Remove extra semicolon. NFC.
new dd2063b13 [COFF] Warn for locally imported symbols
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:
COFF/SymbolTable.cpp | 23 ++++++++++++++++++-----
test/COFF/Inputs/locally-imported-def.s | 4 ++++
test/COFF/Inputs/locally-imported-imp.s | 2 ++
test/COFF/locally-imported-warn-multiple.s | 14 ++++++++++++++
test/COFF/locally-imported.test | 4 +++-
5 files changed, 41 insertions(+), 6 deletions(-)
create mode 100644 test/COFF/Inputs/locally-imported-def.s
create mode 100644 test/COFF/Inputs/locally-imported-imp.s
create mode 100644 test/COFF/locally-imported-warn-multiple.s
--
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 d077c9767cd [X86] Fix a couple bugs in my recent changes to vXi1 insert [...]
new 01cfc43fe47 [PowerPC] Convert r+r instructions to r+i (pre and post RA)
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/PowerPC/CMakeLists.txt | 1 +
lib/Target/PowerPC/PPC.h | 3 +
lib/Target/PowerPC/PPCInstr64Bit.td | 5 +
lib/Target/PowerPC/PPCInstrInfo.cpp | 814 +++
lib/Target/PowerPC/PPCInstrInfo.h | 52 +
lib/Target/PowerPC/PPCInstrInfo.td | 5 +
lib/Target/PowerPC/PPCMIPeephole.cpp | 111 +-
lib/Target/PowerPC/PPCPreEmitPeephole.cpp | 95 +
lib/Target/PowerPC/PPCTargetMachine.cpp | 3 +
test/CodeGen/PowerPC/build-vector-tests.ll | 56 +-
...convert-rr-to-ri-instrs-R0-special-handling.mir | 436 ++
test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir | 6129 ++++++++++++++++++++
test/CodeGen/PowerPC/fast-isel-call.ll | 16 +-
test/CodeGen/PowerPC/setcc-logic.ll | 4 +-
test/CodeGen/PowerPC/simplifyConstCmpToISEL.ll | 51 +
test/CodeGen/PowerPC/unaligned.ll | 2 +-
test/CodeGen/PowerPC/variable_elem_vec_extracts.ll | 6 +-
17 files changed, 7699 insertions(+), 90 deletions(-)
create mode 100644 lib/Target/PowerPC/PPCPreEmitPeephole.cpp
create mode 100644 test/CodeGen/PowerPC/convert-rr-to-ri-instrs-R0-special-handling.mir
create mode 100644 test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir
create mode 100644 test/CodeGen/PowerPC/simplifyConstCmpToISEL.ll
--
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 a9252d85152 [SCEV] Fix the movement of insertion point in expander. PR35406.
new d077c9767cd [X86] Fix a couple bugs in my recent changes to vXi1 insert [...]
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 | 18 +++++-----
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 53 +++++++++++++++++++++++++++++
2 files changed, 62 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 binutils-gdb.
from 828d584679 (Ada) Handle same component names when searching in tagged types
new 2778747c56 [GOLD] PR22602, handle __tls_get_addr forwarders properly
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:
gold/ChangeLog | 7 +++++++
gold/powerpc.cc | 8 ++++----
2 files changed, 11 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 llvm.
from 06d39e2dc8a Recommit CodeGen: Fix assertion in machine inst sheduler du [...]
new a9252d85152 [SCEV] Fix the movement of insertion point in expander. PR35406.
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/ScalarEvolutionExpander.cpp | 20 ++++++-
test/Transforms/IndVarSimplify/pr35406.ll | 88 +++++++++++++++++++++++++++++++
2 files changed, 107 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/IndVarSimplify/pr35406.ll
--
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 5f1603c331 Convert strcmp benchmark output to json format
new 1e36806fb8 powerpc: st{r,p}cpy optimization for aligned strings
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 | 5 +
sysdeps/powerpc/powerpc64/power8/strcpy.S | 149 +++++++++++++++++++++++++++++-
2 files changed, 151 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.
unknown user pushed a change to branch master
in repository gcc.
from d580d778fdc Enable VAES support [4/5]
new 82516e2cad4 Enable VAES support [5/5]
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/config/i386/i386-builtin.def | 3 +++
gcc/config/i386/sse.md | 11 ++++++++++
gcc/config/i386/vaesintrin.h | 24 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 ++++++
...x512f-aesdeclast-2.c => avx512f-aesenclast-2.c} | 10 ++++-----
gcc/testsuite/gcc.target/i386/avx512fvl-vaes-1.c | 6 ++++++
...avx512vl-aesdec-2.c => avx512vl-aesenclast-2.c} | 4 ++--
8 files changed, 65 insertions(+), 7 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx512f-aesdeclast-2.c => avx512f-aesenclast-2 [...]
copy gcc/testsuite/gcc.target/i386/{avx512vl-aesdec-2.c => avx512vl-aesenclast-2.c} (85%)
--
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 hjl/pr81842
in repository gcc.
discards 1bdf29f49dd Add ix86_check_ucontext_function_reference
adds 6b74e46fb96 PR libstdc++/83279 handle sendfile not copying entire file
adds 63df0dfd960 Daily bump.
new 57f97de3aee Add ix86_check_ucontext_function_reference
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 (1bdf29f49dd)
\
N -- N -- N refs/heads/hjl/pr81842 (57f97de3aee)
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:
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 29 ++++++++-------
gcc/config/i386/linux-common.h | 10 ++---
libstdc++-v3/ChangeLog | 4 ++
libstdc++-v3/src/filesystem/std-ops.cc | 67 +++++++++++++++++++++++-----------
5 files changed, 69 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 1e5dd7c95a Automatic date update in version.in
new 828d584679 (Ada) Handle same component names when searching in tagged types
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 | 9 ++
gdb/ada-lang.c | 169 ++++++++++++++++++++-
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.ada/same_component_name.exp | 60 ++++++++
.../foo.adb} | 22 ++-
.../{rec_return => same_component_name}/pck.adb | 23 ++-
gdb/testsuite/gdb.ada/same_component_name/pck.ads | 51 +++++++
7 files changed, 324 insertions(+), 14 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/same_component_name.exp
copy gdb/testsuite/gdb.ada/{scoped_watch/foo_p708_025.adb => same_component_name/f [...]
copy gdb/testsuite/gdb.ada/{rec_return => same_component_name}/pck.adb (62%)
create mode 100644 gdb/testsuite/gdb.ada/same_component_name/pck.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.