This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e4bca28 [SystemZ] Always use semantic instruction classes
new 6e40614 CODE_OWNERS: Take ownership of the loop vectorizer.
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:
CODE_OWNERS.TXT | 6 +++++-
1 file changed, 5 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 5195166 NFC small changes in MemDep
new c84d2a5 [SystemZ] Refactor branch and conditional instruction patterns
new 4b0efd1 [MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser.
new af4db13 [SystemZ] Rename some Inst* instruction format classes
new 1d55c52 [SystemZ] Refactor InstRR* instruction format patterns
new e4bca28 [SystemZ] Always use semantic instruction classes
The 5 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/MC/MCParser/MCAsmParserExtension.h | 4 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 358 +++----
lib/Target/SystemZ/SystemZAsmPrinter.cpp | 4 +-
lib/Target/SystemZ/SystemZInstrFP.td | 188 ++--
lib/Target/SystemZ/SystemZInstrFormats.td | 1149 ++++++++++++++++-----
lib/Target/SystemZ/SystemZInstrInfo.td | 900 +++++++---------
lib/Target/SystemZ/SystemZScheduleZ13.td | 95 +-
lib/Target/SystemZ/SystemZScheduleZ196.td | 94 +-
lib/Target/SystemZ/SystemZScheduleZEC12.td | 94 +-
test/MC/AArch64/basic-a64-diagnostics.s | 18 +-
test/MC/AArch64/inst-directive-diagnostic.s | 8 +-
test/MC/Disassembler/SystemZ/insns.txt | 96 ++
test/MC/SystemZ/insn-bad.s | 22 +
test/MC/SystemZ/insn-good.s | 128 +++
14 files changed, 1900 insertions(+), 1258 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.
from 433b17d Remove now unnecessary FormatRewriterContext.
new 4aa6d8f Revert "Remove now unnecessary FormatRewriterContext."
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/Index/CommentToXML.cpp | 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 glibc.
from e0c6851 Write messages to stdout and use write_message instead of write
new 3c7f1f5 Consolidate lseek/lseek64/llseek implementations
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 | 18 +++++++
nptl/Makefile | 2 +-
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/alpha/Makefile | 2 +-
sysdeps/unix/sysv/linux/generic/sysdep.h | 4 +-
.../unix/sysv/linux/generic/wordsize-32/llseek.c | 46 ------------------
sysdeps/unix/sysv/linux/llseek.c | 46 ------------------
.../sysv/linux/{generic/wordsize-32 => }/lseek.c | 35 ++++++++++----
sysdeps/unix/sysv/linux/lseek64.c | 55 +++++++++++++++++++++-
sysdeps/unix/sysv/linux/mips/mips64/llseek.c | 1 -
sysdeps/unix/sysv/linux/mips/mips64/syscalls.list | 2 -
sysdeps/unix/sysv/linux/wordsize-64/syscalls.list | 3 --
.../sysv/linux/{lseek64.c => x86_64/x32/lseek64.S} | 0
13 files changed, 105 insertions(+), 111 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c
delete mode 100644 sysdeps/unix/sysv/linux/llseek.c
rename sysdeps/unix/sysv/linux/{generic/wordsize-32 => }/lseek.c (56%)
delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/llseek.c
copy sysdeps/unix/sysv/linux/{lseek64.c => x86_64/x32/lseek64.S} (100%)
--
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 85bacc4 [RegAllocGreedy] Another fix about NewVRegs for last chance r [...]
new 5195166 NFC small changes in MemDep
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:
include/llvm/Analysis/MemoryDependenceAnalysis.h | 2 +-
lib/Analysis/MemoryDependenceAnalysis.cpp | 6 +++---
2 files 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 clang.
from 3c0f4ea [clang-format] Remove (SourceManager, FileID) variants
new 433b17d Remove now unnecessary FormatRewriterContext.
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/Index/CommentToXML.cpp | 2 --
1 file changed, 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 a254e44 [ELF] Attempt to fix buildbot (duplicate _gp symbol)
new a0f649f Don't add null and discarded sections to the global list.
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/Driver.cpp | 5 +++--
ELF/ICF.cpp | 2 +-
ELF/LinkerScript.cpp | 8 ++------
ELF/MarkLive.cpp | 2 --
ELF/Writer.cpp | 11 +++--------
5 files changed, 9 insertions(+), 19 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 f153cd7 [InstCombine] update checks; NFC
new 9feaaa3 [InstCombine] move min/max tests to min/max test file; NFC
new 85bacc4 [RegAllocGreedy] Another fix about NewVRegs for last chance r [...]
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/CodeGen/RegAllocGreedy.cpp | 13 +--
test/Transforms/InstCombine/minmax-fold.ll | 142 +++++++++++++++++++++++++++++
test/Transforms/InstCombine/select.ll | 142 -----------------------------
3 files changed, 147 insertions(+), 150 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 5be0b2a [clang-tidy] Improve rename_check.py.
new 4a36aab Remove mentions of clang-analyzer-alpha
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:
docs/clang-tidy/index.rst | 4 ++--
test/clang-tidy/static-analyzer.cpp | 2 +-
2 files 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 lldb.
from 063df38 [Test Suite] Attempt to fix issue zturner reported to me
new 0d51147 [Test Suite] Properly quote python string
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:
packages/Python/lldbsuite/test/lldbtest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.