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 567a3e54d2 Fix misreporting of omitted bytes for large remote packets
new 0089daceab x86: Optimize with EVEX128 encoding for AVX512VL
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 | 20 ++++++
gas/config/tc-i386.c | 19 +++---
gas/testsuite/gas/i386/i386.exp | 4 ++
gas/testsuite/gas/i386/optimize-1.d | 24 ++++----
.../gas/i386/{optimize-1.d => optimize-4.d} | 6 +-
gas/testsuite/gas/i386/optimize-4.s | 6 ++
.../gas/i386/{optimize-1.d => optimize-5.d} | 6 +-
gas/testsuite/gas/i386/optimize-5.s | 8 +++
gas/testsuite/gas/i386/x86-64-optimize-2.d | 72 +++++++++++-----------
.../{x86-64-optimize-2.d => x86-64-optimize-5.d} | 6 +-
gas/testsuite/gas/i386/x86-64-optimize-5.s | 6 ++
.../{x86-64-optimize-2.d => x86-64-optimize-6.d} | 6 +-
gas/testsuite/gas/i386/x86-64-optimize-6.s | 8 +++
13 files changed, 127 insertions(+), 64 deletions(-)
copy gas/testsuite/gas/i386/{optimize-1.d => optimize-4.d} (94%)
create mode 100644 gas/testsuite/gas/i386/optimize-4.s
copy gas/testsuite/gas/i386/{optimize-1.d => optimize-5.d} (94%)
create mode 100644 gas/testsuite/gas/i386/optimize-5.s
copy gas/testsuite/gas/i386/{x86-64-optimize-2.d => x86-64-optimize-5.d} (96%)
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-5.s
copy gas/testsuite/gas/i386/{x86-64-optimize-2.d => x86-64-optimize-6.d} (97%)
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-6.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 4826b282dad Attempt to fix vecreduce-propagate-sd-flags.ll test.
new 9e6c29a2f00 Don't treat .symver as a regular alias definition.
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/MC/MCELFStreamer.h | 2 ++
lib/MC/MCAsmStreamer.cpp | 12 ++++++++++++
lib/MC/MCELFStreamer.cpp | 6 ++++++
lib/MC/MCParser/ELFAsmParser.cpp | 3 ---
lib/Object/RecordStreamer.cpp | 2 ++
test/MC/ARM/comment.s | 6 +++---
6 files changed, 25 insertions(+), 6 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 df5e1e0e8bf Revert "[ThinLTO] Keep available_externally symbols live"
new 4826b282dad Attempt to fix vecreduce-propagate-sd-flags.ll test.
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/CodeGen/AArch64/vecreduce-propagate-sd-flags.ll | 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 clang.
from 5255ee303b [analyzer] MmapWriteExecChecker: Add support for mprotect().
new 078193eb3e PR36645: Go looking for an appropriate array bound when cons [...]
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/AST/ExprConstant.cpp | 16 ++++++++++++----
test/SemaCXX/constant-expression-cxx11.cpp | 4 ++++
2 files changed, 16 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 gcc-7-branch
in repository gcc.
from 4198a738e81 Daily bump.
new 5f4418108f9 gcc/testsuite/ChangeLog:
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 | 10 ++++++++++
gcc/config/aarch64/aarch64.c | 11 -----------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 2 +-
4 files changed, 18 insertions(+), 12 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 2546456d0 More cleanups of debugserver project file and the libpmenergy [...]
new 76adb0e29 I added CFLAGS etc to one part of the project file I should n [...]
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:
.../debugserver.xcodeproj/project.pbxproj | 50 +---------------------
1 file changed, 1 insertion(+), 49 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 260e84dc7c [DOXYGEN] Fix doxygen and content issues in mmintrin.h
new 9935b466ba [CFG] [analyzer] Add construction context for implicit const [...]
new 5255ee303b [analyzer] MmapWriteExecChecker: Add support for mprotect().
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/Analysis/CFG.cpp | 7 ++-
lib/Analysis/ConstructionContext.cpp | 5 +-
.../Checkers/MmapWriteExecChecker.cpp | 7 +--
test/Analysis/cfg-rich-constructors.cpp | 56 ++++++++++++++++++++--
test/Analysis/mmap-writeexec.c | 8 ++++
test/Analysis/temporaries.cpp | 45 +++++++++++++++++
6 files changed, 120 insertions(+), 8 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 88ff903bc [test] Skip a test which sporadically fails in its dsym variant
new 2546456d0 More cleanups of debugserver project file and the libpmenergy [...]
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:
.../debugserver.xcodeproj/project.pbxproj | 199 ++++++++++++++-------
1 file changed, 132 insertions(+), 67 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.