This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 001cfe5 Use correct form of delete in libstdc++.exp
new b2a6e9e Fix params.exp test-cases
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/testsuite/gcc.dg/params/LICENSE | 42 +++++++
gcc/testsuite/gcc.dg/params/README | 215 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/params/params.exp | 9 +-
3 files changed, 264 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/params/LICENSE
create mode 100644 gcc/testsuite/gcc.dg/params/README
--
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 3e9695f PR c++/69223 - ICE with deduced template return type.
new 001cfe5 Use correct form of delete in libstdc++.exp
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 | 5 +++++
libstdc++-v3/testsuite/lib/libstdc++.exp | 4 ++--
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 llvm.
from 389773f [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS3 [...]
new 2a04c1e This refactoring of ARM machine block size computation create [...]
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/ARM/ARM.h | 5 ++
lib/Target/ARM/ARMBasicBlockInfo.h | 110 ++++++++++++++++++++++++++
lib/Target/ARM/ARMComputeBlockSize.cpp | 72 +++++++++++++++++
lib/Target/ARM/ARMConstantIslandPass.cpp | 128 ++-----------------------------
lib/Target/ARM/CMakeLists.txt | 1 +
5 files changed, 193 insertions(+), 123 deletions(-)
create mode 100644 lib/Target/ARM/ARMBasicBlockInfo.h
create mode 100644 lib/Target/ARM/ARMComputeBlockSize.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 lld.
from 32a7425 [ELF][MIPS] Apply mask while reading implicit addend and writ [...]
new 694bd1d [ELF] Support PROVIDE and PROVIDE_HIDDEN inside SECTIONS
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/LinkerScript.cpp | 59 +++++++++++++++++++++++++++------
ELF/LinkerScript.h | 4 +++
test/ELF/linkerscript-locationcounter.s | 2 +-
test/ELF/linkerscript-symbols.s | 36 ++++++++++++++++++--
4 files changed, 87 insertions(+), 14 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 newlib.
from 1a988fc Handle WinFSP nobody account
new 25cb82a Change "nodomain+nobody" to "no+body"
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:
winsup/cygwin/uinfo.cc | 6 +++---
1 file 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 llvm.
from 22cd3ed [AVX512] Add ExeDomain to vector extend and truncate instructions.
new 389773f [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS3 [...]
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/InstPrinter/MipsInstPrinter.cpp | 1 +
lib/Target/Mips/MicroMipsInstrInfo.td | 19 ++++
lib/Target/Mips/Mips64InstrInfo.td | 16 ++--
lib/Target/Mips/MipsInstrInfo.cpp | 4 +
lib/Target/Mips/MipsInstrInfo.td | 107 ++++++++++++----------
lib/Target/Mips/MipsSEInstrInfo.cpp | 23 +++--
test/CodeGen/Mips/brconlt.ll | 8 +-
test/CodeGen/Mips/setcc-se.ll | 49 +++++++---
test/CodeGen/Mips/seteq.ll | 8 +-
test/CodeGen/Mips/seteqz.ll | 13 ++-
test/CodeGen/Mips/setge.ll | 8 +-
test/CodeGen/Mips/setgek.ll | 8 +-
test/CodeGen/Mips/setle.ll | 8 +-
test/CodeGen/Mips/setlt.ll | 6 +-
test/CodeGen/Mips/setltk.ll | 6 +-
test/CodeGen/Mips/setne.ll | 8 +-
test/CodeGen/Mips/setuge.ll | 8 +-
test/CodeGen/Mips/setugt.ll | 6 +-
test/CodeGen/Mips/setule.ll | 8 +-
test/CodeGen/Mips/setult.ll | 6 +-
test/CodeGen/Mips/setultk.ll | 6 +-
test/CodeGen/Mips/slt.ll | 18 ++++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 4 +
test/MC/Mips/micromips-el-fixup-data.s | 2 +-
test/MC/Mips/micromips32r6/valid.s | 4 +
25 files changed, 232 insertions(+), 122 deletions(-)
create mode 100644 test/CodeGen/Mips/slt.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 lld.
from 9526f1e [ELF/LinkerScript] Support ONLY_IF_{RO, RW} directive.
new 32a7425 [ELF][MIPS] Apply mask while reading implicit addend and writ [...]
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/Target.cpp | 4 ++--
test/ELF/mips-26-mask.s | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/mips-26-mask.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 f876acd [AVX512] Add initial support for the Execution Domain fixing [...]
new 22cd3ed [AVX512] Add ExeDomain to vector extend and truncate instructions.
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/X86InstrAVX512.td | 7 ++-
test/CodeGen/X86/avx512-ext.ll | 4 +-
test/CodeGen/X86/avx512-mask-op.ll | 10 ++--
test/CodeGen/X86/avx512-trunc.ll | 12 ++---
test/CodeGen/X86/masked_memop.ll | 2 +-
test/CodeGen/X86/pmul.ll | 16 +++---
test/CodeGen/X86/vector-compare-results.ll | 6 +--
test/CodeGen/X86/vector-lzcnt-256.ll | 4 +-
test/CodeGen/X86/vector-lzcnt-512.ll | 8 +--
test/CodeGen/X86/vector-sext.ll | 2 +-
test/CodeGen/X86/vector-trunc-math.ll | 84 +++++++++++++++---------------
test/CodeGen/X86/vector-trunc.ll | 2 +-
12 files changed, 80 insertions(+), 77 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 dj/malloc
in repository glibc.
from b096a21 Add various bin-related trace path flags
new 7a738e7 More 32-bit fixes.
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:
malloc/trace2wl.cc | 37 ++++++++++++++++++-------------------
malloc/trace_run.c | 9 +++++++--
2 files changed, 25 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.