This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 32dcdb95700 Reapply [GlobalOpt] Remove unreachable blocks before optimi [...]
new 74479e8cb31 [GlobalOpt] Autogenerate checks for the test in PR33686.
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/Transforms/GlobalOpt/pr33686.ll | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 4e536522a01 [AArch64] Enable the mnemonic spell checker
new 32dcdb95700 Reapply [GlobalOpt] Remove unreachable blocks before optimi [...]
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/Transforms/IPO/GlobalOpt.cpp | 18 ++++++++++++++++++
test/Transforms/GlobalOpt/pr33686.ll | 17 +++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 test/Transforms/GlobalOpt/pr33686.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 clang.
from 5e8a1ecbb1 [OPENMP] Fix reduction tests, NFC.
new 5ad4badf50 [AArch64] Add support for handling the +sve target feature.
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/Basic/Targets.cpp | 15 +++++++++++----
test/Preprocessor/aarch64-target-features.c | 5 +++++
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 linaro/2.23/master
in repository glibc.
from 6636d6f4fe posix: Add cleanup on the trap list for globtest.sh
new fec2dc4089 Correct collation rules for Malayalam.
new ed739093d1 CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 pro [...]
new 8224a992e1 ld.so: Reject overly long LD_PRELOAD path elements
new 24adabbe17 ld.so: Reject overly long LD_AUDIT path elements
new ceeb0740ed Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)
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:
ChangeLog | 32 ++++++
NEWS | 2 +
elf/rtld.c | 198 ++++++++++++++++++++++++++++------
localedata/ChangeLog | 8 ++
localedata/locales/iso14651_t1_common | 26 ++++-
sysdeps/generic/unsecvars.h | 1 +
6 files changed, 230 insertions(+), 37 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 users/palves/whatis
in repository binutils-gdb.
discards eabf5910c4 Document "no debug info debugging" improvements
discards 43cf990b18 Fix calling prototyped functions via function pointers
discards ce43565d2d Make "p S::method() const::static_var" work too
discards 0d3e74ac0e Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
discards af85c4073a Handle "p S::method()::static_var" in the C++ parser
discards 617bf5d81f Eliminate UNOP_MEMVAL_TLS
discards f5bbca57b6 Stop assuming no-debug-info variables have type int
discards 6ec1665e17 evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.
discards 83a8ab4881 evaluate_subexp_standard: Remove useless assignments
discards c617f40213 evaluate_subexp_standard: Eliminate one goto
discards 83ad98ca5a Make ptype/whatis print function name of functions with no d [...]
discards 5ae2eb6cb6 Introduce OP_VAR_MSYM_VALUE
discards 8424cf3ca4 Stop assuming no-debug-info functions return int
new 852482988c Fix calling prototyped functions via function pointers
new f5dc2d94f9 Stop assuming no-debug-info functions return int
new 55e9651f85 Introduce OP_VAR_MSYM_VALUE
new 064ec2f7aa Make ptype/whatis print function name of functions with no d [...]
new 5565114633 evaluate_subexp_standard: Eliminate one goto
new d934b3ea2f evaluate_subexp_standard: Remove useless assignments
new 2dcb34d323 evaluate_subexp_standard: Factor out OP_VAR_VALUE handling.
new e861315fe5 Stop assuming no-debug-info variables have type int
new 3ce9de7516 Eliminate UNOP_MEMVAL_TLS
new e0a8936aa4 Handle "p S::method()::static_var" in the C++ parser
new f256b3c7eb Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
new 7fb3d6b18f Make "p S::method() const::static_var" work too
new 1f6b2e6666 Document "no debug info debugging" improvements
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eabf5910c4)
\
N -- N -- N refs/heads/users/palves/whatis (1f6b2e6666)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 13 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:
gdb/NEWS | 14 ++++----
gdb/doc/gdb.texinfo | 66 ++++++++++++++++++++++++++------------
gdb/infcall.c | 15 +++++++++
gdb/testsuite/gdb.base/nodebug.c | 39 ++++++++++++++++++++++
gdb/testsuite/gdb.base/nodebug.exp | 52 +++++++++++++++++++++++++-----
5 files changed, 151 insertions(+), 35 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 51a4b73703b [AArch64] Add an SVE target feature to the backend and Targ [...]
new 4e536522a01 [AArch64] Enable the mnemonic spell checker
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/AArch64/AsmParser/AArch64AsmParser.cpp | 21 ++++++++-----
test/MC/AArch64/invalid-instructions-spellcheck.s | 37 +++++++++++++++++++++++
2 files changed, 51 insertions(+), 7 deletions(-)
create mode 100644 test/MC/AArch64/invalid-instructions-spellcheck.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 9a71cb8ce5e [AArch64] Add preliminary support for ARMv8.1 SUB/AND atomics
new 51a4b73703b [AArch64] Add an SVE target feature to the backend and Targ [...]
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/Support/AArch64TargetParser.def | 5 +++--
include/llvm/Support/TargetParser.h | 4 +++-
lib/Support/TargetParser.cpp | 2 ++
lib/Target/AArch64/AArch64.td | 3 +++
lib/Target/AArch64/AArch64InstrInfo.td | 2 ++
lib/Target/AArch64/AArch64Subtarget.h | 2 ++
unittests/Support/TargetParserTest.cpp | 5 +++--
7 files changed, 18 insertions(+), 5 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 5e046c2705 [OPENMP] Fix reduction tests, NFC.
new 5e8a1ecbb1 [OPENMP] Fix reduction tests, 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:
test/OpenMP/for_reduction_codegen.cpp | 6 +-----
test/OpenMP/for_reduction_codegen_UDR.cpp | 6 +-----
2 files changed, 2 insertions(+), 10 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 bbe7ef6699 Automatic date update in version.in
new a502b0bbb8 Always delete $testarchive first
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:
binutils/ChangeLog | 5 +++++
binutils/testsuite/binutils-all/objdump.exp | 12 +++++-------
2 files changed, 10 insertions(+), 7 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 d9184f5e733 [RuntimeUnrolling] Update DomTree correctly when exit block [...]
new 9a71cb8ce5e [AArch64] Add preliminary support for ARMv8.1 SUB/AND atomics
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:
.../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 4 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 3 -
lib/Target/AArch64/AArch64InstrAtomics.td | 10 ++
test/CodeGen/AArch64/atomic-ops-lse.ll | 161 +++++++++++++++++++++
4 files changed, 175 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.