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 85bd2d83f8 Automatic date update in version.in
new 9bc935ef33 x86: Mark __bss_start, _end and _edata locally defined
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/ChangeLog | 7 ++++
bfd/elfxx-x86.c | 45 ++++++++++++++++-----
ld/ChangeLog | 9 +++++
ld/testsuite/ld-elf/pr23162.map | 4 ++
ld/testsuite/ld-elf/pr23162.rd | 12 ++++++
.../{ld-x86-64/pr22791-1a.c => ld-elf/pr23162a.c} | 0
ld/testsuite/ld-elf/pr23162b.c | 20 ++++++++++
ld/testsuite/ld-elf/shared.exp | 46 ++++++++++++++++++++++
8 files changed, 133 insertions(+), 10 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr23162.map
create mode 100644 ld/testsuite/ld-elf/pr23162.rd
copy ld/testsuite/{ld-x86-64/pr22791-1a.c => ld-elf/pr23162a.c} (100%)
create mode 100644 ld/testsuite/ld-elf/pr23162b.c
--
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 2431dcf172 [RISCV][NFC] Use more appropriate label for CHECK lines
new 52145d6f9c [clang-format] Continue after non-scope-closers in getLength [...]
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/Format/ContinuationIndenter.cpp | 4 +++-
unittests/Format/FormatTestObjC.cpp | 12 ++++++++++++
2 files changed, 15 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 clang-tools-extra.
from 17f663b6 [clang-tidy] Fixing fuchsia-restrict-includes-headers test
new ac3a34d0 [clang-tidy] Add terminating continue check
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/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/bugprone/TerminatingContinueCheck.cpp | 49 ++++++++++++++++
...SemicolonCheck.h => TerminatingContinueCheck.h} | 18 +++---
docs/ReleaseNotes.rst | 5 ++
.../checks/bugprone-terminating-continue.rst | 17 ++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/bugprone-terminating-continue.cpp | 65 ++++++++++++++++++++++
8 files changed, 150 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/bugprone/TerminatingContinueCheck.cpp
copy clang-tidy/bugprone/{SuspiciousSemicolonCheck.h => TerminatingContinueCheck.h} (51%)
create mode 100644 docs/clang-tidy/checks/bugprone-terminating-continue.rst
create mode 100644 test/clang-tidy/bugprone-terminating-continue.cpp
--
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 88e2ee94f COFF: ICF a section and its associated sections as a unit.
new 1ff6366c3 [ELF] Do not error for missing version when symbol has local [...]
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/Symbols.cpp | 6 ++++--
test/ELF/Inputs/versiondef.s | 9 +++++++++
test/ELF/version-exclude-libs.s | 30 ++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/Inputs/versiondef.s
create mode 100644 test/ELF/version-exclude-libs.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 clang.
from 87dc74ace4 [X86] Use select instrution and fpextend in the implementati [...]
new 2431dcf172 [RISCV][NFC] Use more appropriate label for CHECK lines
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/Driver/riscv32-toolchain.c | 38 +++++++++++++++++++-------------------
1 file changed, 19 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 bd7040f0a75 Test commit access.
new 6cf914db39c [llvm-exegesis] Allow lists of BenchmarkResults to be parse [...]
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:
tools/llvm-exegesis/lib/BenchmarkResult.cpp | 22 +++++++++++++++++++---
tools/llvm-exegesis/lib/BenchmarkResult.h | 1 +
.../tools/llvm-exegesis/BenchmarkResultTest.cpp | 13 +++++++++++++
3 files changed, 33 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 release_60
in repository llvm.
from 19fb6975c5f Merging r327540:
new ff8f891adbb Merging r328039:
new a6a3cde0aa0 Revert "Merging r328039:"
new f3bbc0667c2 Merging r330792:
new 5ac981ff421 Merging r332103:
The 4 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/AArch64ISelLowering.cpp | 11 ++++++++++-
lib/Transforms/Scalar/DivRemPairs.cpp | 11 ++++++++---
.../CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll | 22 ++++++++++++++++++++++
3 files changed, 40 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 test-suite.
from c61c9194 [test-suite] Fix UB in initialization code for stepanov_container.
new 69e11d2d [test-suite][ubsan] Fix UB in PENNANT in Mesh::initInvMap
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:
MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Mesh.cc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.