This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from 134d3eb38e Automatic date update in version.in
new 49218eac1b Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_31-branch
in repository binutils-gdb.
from 4ee8b44178 Automatic date update in version.in
new a3844e7e9a Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from 75dc9f32d0b [AArch64] Support adding X[8-15,18] registers as CSRs.
new 695ea113fa8 [DAGCombiner] Simplify some code in visitBITCAST. NFCI
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +++---------
1 file changed, 3 insertions(+), 9 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 1463fc0340 Eliminate some unneeded signed/unsigned conversions
new 6a7c82519b [Index] Fix header guard naming
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/clang/Index/USRGeneration.h | 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 llvm.
from 5265fbe31e0 [DAGCombiner] Rewrite r331896 in a different way to address [...]
new 75dc9f32d0b [AArch64] Support adding X[8-15,18] registers as CSRs.
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/AArch64.td | 4 +
lib/Target/AArch64/AArch64CallLowering.cpp | 9 +-
lib/Target/AArch64/AArch64FastISel.cpp | 3 +
lib/Target/AArch64/AArch64FrameLowering.cpp | 4 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 22 +++-
lib/Target/AArch64/AArch64RegisterInfo.cpp | 37 ++++++
lib/Target/AArch64/AArch64RegisterInfo.h | 4 +
lib/Target/AArch64/AArch64Subtarget.cpp | 1 +
lib/Target/AArch64/AArch64Subtarget.h | 7 +
.../CodeGen/AArch64/arm64-custom-call-saved-reg.ll | 141 +++++++++++++++++++++
.../AArch64/arm64-reserve-call-saved-reg.ll | 28 ++++
11 files changed, 253 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-custom-call-saved-reg.ll
create mode 100644 test/CodeGen/AArch64/arm64-reserve-call-saved-reg.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 0b9709a03e Fix codemodels.c test case (only test mcmodel=medium on X86).
new 1463fc0340 Eliminate some unneeded signed/unsigned conversions
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/clang/Analysis/Analyses/ThreadSafetyTIL.h | 8 ++++----
lib/Analysis/ThreadSafety.cpp | 10 +++++-----
lib/Analysis/ThreadSafetyTIL.cpp | 18 ++++++++++--------
3 files changed, 19 insertions(+), 17 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 libcxx.
from 7a26d87c9 Mark [[nodiscard]] tests unsupported on GCC prior to 7.0
new 6adb8a31f [NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_B [...]
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:
CMakeLists.txt | 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 libcxx.
from 33cc965bf Fix UB in SIMD tests.
new 7a26d87c9 Mark [[nodiscard]] tests unsupported on GCC prior to 7.0
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/libcxx/diagnostics/nodiscard_extensions.fail.cpp | 3 +++
1 file changed, 3 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 libcxx.
from 8ee872ed9 [libcxx] Readjust nodiscard_extensions.pass.cpp test - just d [...]
new 33cc965bf Fix UB in SIMD tests.
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/std/experimental/simd/simd.access/default.pass.cpp | 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 libcxx.
from 3cea45282 Correct docs to reference the new libc++ lists.
new 23b77ec66 Mark test as flaky
new 8ee872ed9 [libcxx] Readjust nodiscard_extensions.pass.cpp test - just d [...]
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:
test/libcxx/diagnostics/nodiscard_extensions.pass.cpp | 6 ++++--
test/std/thread/futures/futures.shared_future/wait_until.pass.cpp | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.