This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7ca89ec [gold] Fix test to not assume it runs on x86 hardware.
new 886cd3a [sparc] Simplify slow and verbose string matching code to sta [...]
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/Sparc/LeonPasses.cpp | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 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 01b8445 CachePruning: correct comment about file order. NFC
new 92eaa56 [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI
new 7ca89ec [gold] Fix test to not assume it runs on x86 hardware.
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/ARM/ARM.td | 15 ++++
lib/Target/ARM/ARMBaseInstrInfo.cpp | 119 +++++++++++++++++---------------
lib/Target/ARM/ARMSubtarget.cpp | 54 ++++++++++++++-
lib/Target/ARM/ARMSubtarget.h | 44 ++++++++++++
lib/Target/ARM/ARMTargetTransformInfo.h | 5 +-
test/tools/gold/X86/relax-relocs.ll | 2 +
6 files changed, 176 insertions(+), 63 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 0708347 nds32: remove a sentinal
new e066bf5 xtensa: remove a sentinal
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:
gas/ChangeLog | 7 +++++++
gas/config/tc-xtensa.c | 29 ++++++++++++++---------------
2 files changed, 21 insertions(+), 15 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 7fe7e46 APInt: remove unsued param in private method. NFC
new 01b8445 CachePruning: correct comment about file order. 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:
lib/Support/CachePruning.cpp | 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 binutils-gdb.
from cd529d7 Automatic date update in version.in
new 0708347 nds32: remove a sentinal
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:
gas/ChangeLog | 5 +++++
gas/config/tc-nds32.c | 19 +++++--------------
2 files changed, 10 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 llvm.
from 7c1d489 [X86][AVX] Peek through bitcasts to find the source of broadcasts
new b256e8a [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 an [...]
new 7fe7e46 APInt: remove unsued param in private method. NFC
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:
include/llvm/ADT/APInt.h | 4 +-
lib/Support/APInt.cpp | 2 +-
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 4 ++
lib/Target/Mips/MicroMips64r6InstrFormats.td | 35 ++++++++++-
lib/Target/Mips/MicroMips64r6InstrInfo.td | 73 +++++++++++++++++++++-
lib/Target/Mips/MicroMipsInstrFormats.td | 2 +-
lib/Target/Mips/MicroMipsInstrInfo.td | 30 ++-------
lib/Target/Mips/Mips32r6InstrInfo.td | 7 ++-
lib/Target/Mips/Mips64InstrInfo.td | 46 +++++++-------
lib/Target/Mips/Mips64r6InstrInfo.td | 6 +-
lib/Target/Mips/MipsInstrInfo.td | 30 +++++++--
test/CodeGen/Mips/lw16-base-reg.ll | 2 +-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 7 +++
test/MC/Mips/micromips-invalid.s | 1 +
test/MC/Mips/micromips64r6/invalid-wrong-error.s | 8 +++
test/MC/Mips/micromips64r6/invalid.s | 6 ++
test/MC/Mips/micromips64r6/valid.s | 7 +++
test/MC/Mips/mips1/invalid-mips3-wrong-error.s | 4 --
test/MC/Mips/mips1/invalid-mips3.s | 4 ++
test/MC/Mips/mips1/invalid-mips4-wrong-error.s | 4 --
test/MC/Mips/mips1/invalid-mips4.s | 4 ++
test/MC/Mips/mips2/invalid-mips3-wrong-error.s | 4 --
test/MC/Mips/mips2/invalid-mips3.s | 4 ++
test/MC/Mips/mips2/invalid-mips4-wrong-error.s | 3 -
test/MC/Mips/mips2/invalid-mips4.s | 3 +
test/MC/Mips/mips64r3/invalid.s | 1 +
test/MC/Mips/mips64r5/invalid.s | 1 +
test/MC/Mips/mips64r6/invalid.s | 16 +++++
28 files changed, 239 insertions(+), 79 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 release/2.23/master
in repository glibc.
from 80bf719 MIPS, SPARC: fix wrong vfork aliases in libpthread.so
new d16e36e5 MIPS, SPARC: more fixes to the vfork aliases in libpthread.so
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 | 9 +++++++++
sysdeps/unix/sysv/linux/mips/vfork.S | 12 ++++++------
sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S | 8 ++++----
sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S | 8 ++++----
4 files changed, 23 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 release/2.22/master
in repository glibc.
from 65ecfef MIPS, SPARC: fix wrong vfork aliases in libpthread.so
new 19e9aae MIPS, SPARC: more fixes to the vfork aliases in libpthread.so
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 | 9 +++++++++
sysdeps/unix/sysv/linux/mips/vfork.S | 12 ++++++------
sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S | 8 ++++----
sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S | 8 ++++----
4 files changed, 23 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 clang-tools-extra.
from 73df095 clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Sa [...]
new 468afca [clang-tidy] Don't run misc-definitions-in-headers check in f [...]
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:
clang-tidy/misc/DefinitionsInHeadersCheck.cpp | 4 ++++
1 file changed, 4 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 llvm.
from baa0bfe [ConstantFolding] Fix bitcast vector of i1.
new 7c1d489 [X86][AVX] Peek through bitcasts to find the source of broadcasts
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 | 7 +++++++
test/CodeGen/X86/avx-vbroadcast.ll | 14 ++++----------
test/CodeGen/X86/vector-shuffle-256-v4.ll | 3 +--
3 files changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.