This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d29c876d9ac [mips] Spectre variant two mitigation for MIPSR2
new 931063957a0 [X86] Disable CLWB for Cannon Lake
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/X86.td | 8 +++++++-
test/CodeGen/X86/clwb.ll | 7 +++++++
2 files changed, 14 insertions(+), 1 deletion(-)
--
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 clang.
from 5242ad1776 [mips] Spectre variant two mitigation for MIPSR2
new 0a0f7ec18a [X86] Disable CLWB in Cannon Lake
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/Basic/Targets/X86.cpp | 3 ++-
test/Preprocessor/predefined-arch-macros.c | 4 ++--
2 files changed, 4 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 glibc.
from e8d190b9ed manual: Update the _ISOC99_SOURCE description.
new b5bf62e40c hurd: fix build
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 | 4 ++++
sysdeps/mach/hurd/dl-sysdep.c | 2 ++
2 files changed, 6 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 gcc.
from 372da7cd856 libgcc: xtensa: fix build with -mtext-section-literals
new e347acf568a Daily bump.
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gcc-7-branch
in repository gcc.
from 2c9484aa042 libgcc: xtensa: fix build with -mtext-section-literals
new 65857222457 Daily bump.
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gcc-6-branch
in repository gcc.
from e53a0ace1be libgcc: xtensa: fix build with -mtext-section-literals
new 760fb6932b5 Daily bump.
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 ba989e1b97f [InstCombine] -X / C --> X / -C for FP
new 2fb7f37b947 [InstCombine] C / -X --> -C / X
new d29c876d9ac [mips] Spectre variant two mitigation for MIPSR2
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:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 1 +
lib/Target/Mips/MicroMips32r6InstrInfo.td | 6 +
lib/Target/Mips/MicroMipsInstrInfo.td | 6 +
lib/Target/Mips/Mips.td | 4 +
lib/Target/Mips/Mips32r6InstrInfo.td | 39 ++
lib/Target/Mips/Mips64InstrInfo.td | 34 +-
lib/Target/Mips/Mips64r6InstrInfo.td | 30 +
lib/Target/Mips/MipsDSPInstrFormats.td | 2 +-
lib/Target/Mips/MipsInstrFormats.td | 4 +-
lib/Target/Mips/MipsInstrInfo.cpp | 21 +-
lib/Target/Mips/MipsInstrInfo.td | 55 +-
lib/Target/Mips/MipsLongBranch.cpp | 19 +-
lib/Target/Mips/MipsSubtarget.cpp | 16 +-
lib/Target/Mips/MipsSubtarget.h | 7 +
.../InstCombine/InstCombineMulDivRem.cpp | 25 +-
test/CodeGen/Mips/indirect-jump-hazard/calls.ll | 188 ++++++
.../indirect-jump-hazard/guards-verify-call.mir | 58 ++
.../guards-verify-tailcall.mir | 59 ++
.../Mips/indirect-jump-hazard/jumptables.ll | 649 +++++++++++++++++++++
.../Mips/indirect-jump-hazard/long-branch.ll | 138 +++++
.../Mips/indirect-jump-hazard/long-calls.ll | 104 ++++
.../indirect-jump-hazard/unsupported-micromips.ll | 5 +
.../indirect-jump-hazard/unsupported-mips32.ll | 5 +
test/Transforms/InstCombine/fdiv.ll | 6 +-
24 files changed, 1431 insertions(+), 50 deletions(-)
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/calls.ll
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/guards-verify-call.mir
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/guards-verify-tailcall.mir
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/jumptables.ll
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/long-branch.ll
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/long-calls.ll
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/unsupported-micromips.ll
create mode 100644 test/CodeGen/Mips/indirect-jump-hazard/unsupported-mips32.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 lldb.
from 5a85b78dc Avoid dirtying the source tree in breakpoint command tests
new 3a1d7a7d1 [lit] Update how clang and other binaries are found in per-co [...]
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:
CMakeLists.txt | 10 ++++++++--
lit/CMakeLists.txt | 27 ++++++++++++++++++++-------
lit/lit.site.cfg.in | 8 ++++++--
3 files changed, 34 insertions(+), 11 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 c32c0ad11 [mips][lld] Spectre variant two mitigation for MIPSR2
new c0a6346b9 [lit] Fix a problem with spaces in the python path by adding [...]
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/ELF/lto/cache.ll | 2 +-
test/mach-o/dependency_info.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.