This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 758c58a01a5 PR target/85683 * config/i386/i386.md: Add peepholes for [...]
new 86a91077aeb Make std::regex automata use non-debug vector in Debug Mode
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:
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/include/bits/regex_automaton.h | 4 ++--
2 files changed, 5 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 lld.
from abdbe3eb2 [ELF][MIPS] Fix calculation of GP relative relocations in cas [...]
new 15dbb1fde [ELF][MIPS] Fix test case in attempt to restore Windows 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:
test/ELF/mips-non-zero-gp0.s | 8 ++++----
1 file changed, 4 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 9f91ba1728c PR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when not supported
new 758c58a01a5 PR target/85683 * config/i386/i386.md: Add peepholes for [...]
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 | 6 ++++
gcc/config/i386/i386.md | 59 +++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.target/i386/pr49095.c | 5 ++-
4 files changed, 76 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 llvm.
from 460bf85fc56 [mips][msa] Pattern match the splat.d instruction
new 6c961de3ad3 [X86] Tag PCONFIG instruction with WriteSystem scheduler class
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/X86InstrSystem.td | 2 ++
1 file changed, 2 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 lld.
from 4092cf6c0 [LLD][ELF][AArch64] Increase test coverage of AArch64ErrataFix [NFC]
new abdbe3eb2 [ELF][MIPS] Fix calculation of GP relative relocations in cas [...]
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/InputSection.cpp | 33 +++++++++++----
ELF/SyntheticSections.cpp | 6 +--
test/ELF/Inputs/mips-micro-gp0-non-zero.o | Bin 0 -> 1344 bytes
test/ELF/Inputs/mips-n64-gp0-non-zero.o | Bin 0 -> 1128 bytes
test/ELF/mips-gprel32-relocs-gp0.s | 9 ----
test/ELF/mips-non-zero-gp0.s | 66 ++++++++++++++++++++++++++++++
6 files changed, 91 insertions(+), 23 deletions(-)
create mode 100644 test/ELF/Inputs/mips-micro-gp0-non-zero.o
create mode 100644 test/ELF/Inputs/mips-n64-gp0-non-zero.o
create mode 100644 test/ELF/mips-non-zero-gp0.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 7b20fe2cfa3 [X86] Split off WriteIMul64 from WriteIMul schedule class ( [...]
new 460bf85fc56 [mips][msa] Pattern match the splat.d instruction
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/Mips/MipsMSAInstrInfo.td | 32 ++++++++++++++++++---------
lib/Target/Mips/MipsSEISelLowering.cpp | 11 +++++++++-
test/CodeGen/Mips/msa/3r_splat.ll | 40 +++++++++++++++++++---------------
3 files changed, 55 insertions(+), 28 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 04538fb3097 [llvm][x86] SandyBridge/IvyBridge don't support BMI1/BMI2
new 7b20fe2cfa3 [X86] Split off WriteIMul64 from WriteIMul schedule class ( [...]
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/X86InstrArithmetic.td | 87 +++++++++++------------
lib/Target/X86/X86SchedBroadwell.td | 5 +-
lib/Target/X86/X86SchedHaswell.td | 11 +--
lib/Target/X86/X86SchedSandyBridge.td | 12 +---
lib/Target/X86/X86SchedSkylakeClient.td | 5 +-
lib/Target/X86/X86SchedSkylakeServer.td | 5 +-
lib/Target/X86/X86Schedule.td | 11 +--
lib/Target/X86/X86ScheduleAtom.td | 12 +---
lib/Target/X86/X86ScheduleBtVer2.td | 20 +-----
lib/Target/X86/X86ScheduleSLM.td | 11 +--
lib/Target/X86/X86ScheduleZnver1.td | 10 +--
test/CodeGen/X86/mul-constant-i64.ll | 50 ++++++-------
test/CodeGen/X86/schedule-x86_64.ll | 12 ++--
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 26 +++----
14 files changed, 128 insertions(+), 149 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 34a5efcdc51 [X86] Split WriteIDiv into div/idiv 8/16/32/64 implementati [...]
new 04538fb3097 [llvm][x86] SandyBridge/IvyBridge don't support BMI1/BMI2
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:
.../llvm-mca/X86/SandyBridge/resources-bmi1.s | 114 -----------------
.../llvm-mca/X86/SandyBridge/resources-bmi2.s | 142 ---------------------
2 files changed, 256 deletions(-)
delete mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-bmi1.s
delete mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-bmi2.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 681b39081c3 [llvm-mca][x86] Add div/idiv, mul/imul and inc/dec/neg/nop [...]
new 34a5efcdc51 [X86] Split WriteIDiv into div/idiv 8/16/32/64 implementati [...]
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/X86InstrArithmetic.td | 37 ++++++-------
lib/Target/X86/X86SchedBroadwell.td | 11 +++-
lib/Target/X86/X86SchedHaswell.td | 10 +++-
lib/Target/X86/X86SchedSandyBridge.td | 11 +++-
lib/Target/X86/X86SchedSkylakeClient.td | 11 +++-
lib/Target/X86/X86SchedSkylakeServer.td | 11 +++-
lib/Target/X86/X86Schedule.td | 11 +++-
lib/Target/X86/X86ScheduleAtom.td | 32 ++++-------
lib/Target/X86/X86ScheduleBtVer2.td | 54 +++++--------------
lib/Target/X86/X86ScheduleSLM.td | 10 +++-
lib/Target/X86/X86ScheduleZnver1.td | 45 +++-------------
test/CodeGen/X86/schedule-x86_64.ll | 28 +++++-----
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 66 +++++++++++------------
13 files changed, 160 insertions(+), 177 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.