This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from caee91701 Make ICF log output order deterministic.
new cee6e8251 Simplify. NFC.
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:
ELF/…
[View More]InputSection.cpp | 3 +--
ELF/SyntheticSections.cpp | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 15b442ae8f2 pdp11 - example of a port not needing a speculation barrier
new 2fa87500c80 PR middle-end/86705
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.
…
[View More]Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/cfgexpand.c | 10 +++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 09bfc1d89e1 [llvm-mca][x86] Add 32-bit instruction resource tests
new 2c3c78e685e Make ICF log output order deterministic.
new 31004d79ff2 [X86][SSE] Use ISD::MULHU for constant/non-zero ISD::SRL lo [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
…
[View More]listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Support/xxhash.h | 2 +
lib/Support/xxhash.cpp | 4 +
lib/Target/X86/X86ISelLowering.cpp | 18 +
test/CodeGen/X86/combine-sdiv.ll | 604 +++++++++++-------------------
test/CodeGen/X86/combine-shl.ll | 46 +--
test/CodeGen/X86/vector-shift-lshr-128.ll | 49 +--
test/CodeGen/X86/vector-shift-lshr-256.ll | 40 +-
7 files changed, 259 insertions(+), 504 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 03e61e3f1 [LLD][ELF] - ICF: Check we do not fold sections which relocat [...]
new caee91701 Make ICF log output order deterministic.
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 …
[View More]to this reference.
Summary of changes:
COFF/ICF.cpp | 10 ++--------
ELF/ICF.cpp | 2 +-
2 files changed, 3 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from 4bfb2d7 jenkins-helpers.sh: Update print_arch_for_label for d05/thx1
adds 6dab159 tcwg-dev-build.sh: Add param to control abe branch
No new revisions were added by this update.
Summary of changes:
tcwg-dev-build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails …
[View More]like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 158a10b989 [OPENMP] Prevent problems with linking of the static variables.
new ff3f88d77c [COFF, ARM64] Enable SEH for ARM64 Windows
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 …
[View More]added to this reference.
Summary of changes:
include/clang/Basic/TargetInfo.h | 3 ++-
test/CodeGen/exceptions-seh-finally.c | 1 +
test/CodeGen/exceptions-seh.c | 14 ++++++++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 291c13cb1a1 Simplify dump_context by adding a dump_loc member function
new 123081efd41 Add __builtin_speculation_safe_value
new be626997e0e Arm - add speculation_barrier pattern
new f9d2906f0b6 AArch64 - add speculation barrier
new 97eb2b8649e AArch64 - Add new option -mtrack-speculation
new eaf891585b1 AArch64 -…
[View More] disable CB[N]Z TB[N]Z when tracking speculation
new b19562a8162 AArch64 - new pass to add conditional-branch speculation tracking
new ce52014acef AArch64 - use CSDB based sequences if speculation tracking [...]
new 3e3448a9ae5 targhooks - provide an alternative hook for targets that ne [...]
new 15b442ae8f2 pdp11 - example of a port not needing a speculation barrier
The 9 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 | 101 ++++++
gcc/builtin-attrs.def | 2 +
gcc/builtin-types.def | 6 +
gcc/builtins.c | 60 ++++
gcc/builtins.def | 22 ++
gcc/c-family/ChangeLog | 9 +
gcc/c-family/c-common.c | 164 +++++++++
gcc/c-family/c-cppbuiltin.c | 7 +-
gcc/config.gcc | 2 +-
gcc/config/aarch64/aarch64-passes.def | 1 +
gcc/config/aarch64/aarch64-protos.h | 3 +-
gcc/config/aarch64/aarch64-speculation.cc | 494 ++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64.c | 94 +++++-
gcc/config/aarch64/aarch64.md | 141 +++++++-
gcc/config/aarch64/aarch64.opt | 4 +
gcc/config/aarch64/iterators.md | 3 +
gcc/config/aarch64/t-aarch64 | 10 +
gcc/config/arm/arm.md | 21 ++
gcc/config/arm/unspecs.md | 1 +
gcc/config/pdp11/pdp11.c | 3 +
gcc/doc/cpp.texi | 4 +
gcc/doc/extend.texi | 91 +++++
gcc/doc/invoke.texi | 10 +-
gcc/doc/md.texi | 15 +
gcc/doc/tm.texi | 36 ++
gcc/doc/tm.texi.in | 4 +
gcc/target.def | 40 +++
gcc/targhooks.c | 39 +++
gcc/targhooks.h | 4 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/c-c++-common/spec-barrier-1.c | 38 +++
gcc/testsuite/c-c++-common/spec-barrier-2.c | 17 +
gcc/testsuite/gcc.dg/spec-barrier-3.c | 13 +
33 files changed, 1454 insertions(+), 11 deletions(-)
create mode 100644 gcc/config/aarch64/aarch64-speculation.cc
create mode 100644 gcc/testsuite/c-c++-common/spec-barrier-1.c
create mode 100644 gcc/testsuite/c-c++-common/spec-barrier-2.c
create mode 100644 gcc/testsuite/gcc.dg/spec-barrier-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b4a81ed64e5 Resubmit r338340 "[MS Demangler] Better demangling of templ [...]
new 09bfc1d89e1 [llvm-mca][x86] Add 32-bit instruction resource tests
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 …
[View More]only
been added to this reference.
Summary of changes:
test/tools/llvm-mca/X86/Atom/resources-x86_32.s | 72 +++++++++++++++++++
.../llvm-mca/X86/Broadwell/resources-x86_32.s | 80 +++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-x86_32.s | 84 ++++++++++++++++++++++
test/tools/llvm-mca/X86/Generic/resources-x86_32.s | 78 ++++++++++++++++++++
test/tools/llvm-mca/X86/Haswell/resources-x86_32.s | 80 +++++++++++++++++++++
test/tools/llvm-mca/X86/SLM/resources-x86_32.s | 78 ++++++++++++++++++++
.../llvm-mca/X86/SandyBridge/resources-x86_32.s | 78 ++++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-x86_32.s | 80 +++++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-x86_32.s | 80 +++++++++++++++++++++
test/tools/llvm-mca/X86/Znver1/resources-x86_32.s | 82 +++++++++++++++++++++
10 files changed, 792 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/Atom/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/Generic/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/SLM/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-x86_32.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-x86_32.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 150fbb2f391 [X86] Preserve more liveness information in emitStackProbeInline
new f8da0e7688c [X86] Add test cases that could use PMADDUBSW.
new bc59a99d64a [X86] Add pattern matching for PMADDUBSW
new b4a81ed64e5 Resubmit r338340 "[MS Demangler] Better demangling of templ [...]
The 3 revisions listed above as "new" are …
[View More]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/Demangle/MicrosoftDemangle.cpp | 132 +++++---
lib/Target/X86/X86ISelLowering.cpp | 143 +++++++++
test/CodeGen/X86/pmaddubsw.ll | 553 ++++++++++++++++++++++++++++++++
test/Demangle/ms-template-callback.test | 53 +++
4 files changed, 836 insertions(+), 45 deletions(-)
create mode 100644 test/CodeGen/X86/pmaddubsw.ll
create mode 100644 test/Demangle/ms-template-callback.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b28cf1b0833 PR tree-optimization/86741 - ICE in -Warray-bounds indexing [...]
new 291c13cb1a1 Simplify dump_context by adding a dump_loc member function
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 …
[View More]have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 15 +++++++
gcc/dump-context.h | 2 +
gcc/dumpfile.c | 119 ++++++++++++++---------------------------------------
3 files changed, 48 insertions(+), 88 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
[View Less]