This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 794bd8db9 Temporary fix to green up the build bots on behalf of zturner [...]
new 1689c5bb7 Re-land "[PDB] Use a more appropriate message for a fatal error"
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:
COFF/PDB.cpp | 18 ++---
test/COFF/pdb-invalid-func-type.yaml | 146 +++++++++++++++++++++++++++++++++++
2 files changed, 154 insertions(+), 10 deletions(-)
create mode 100644 test/COFF/pdb-invalid-func-type.yaml
--
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 a4790a341b7 [libFuzzer] Add a dependency on symbolizer from libFuzzer tests
new 4157affe62e Use std::mutex to avoid memory allocation after OOM
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/Support/ErrorHandling.cpp | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 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 f4058b98aee [x86] improve SBB optimizations for SETB/SETA with subtract
new 053573f613c [libFuzzer] Do not use LLVM ostream in tests
new 43e65bfc21e [libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an [...]
new a4790a341b7 [libFuzzer] Add a dependency on symbolizer from libFuzzer tests
The 3 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/Fuzzer/CMakeLists.txt | 2 +-
lib/Fuzzer/test/CMakeLists.txt | 2 +-
lib/Fuzzer/test/FuzzerUnittest.cpp | 3 +++
3 files changed, 5 insertions(+), 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 0f2937de0 Bring back InVersionScript.
new 794bd8db9 Temporary fix to green up the build bots on behalf of zturner [...]
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/COFF/pdb-diff.test | 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 ddf44dafd4 [diagtool] Add a 'find-diagnostic-id' subcommand that conver [...]
new 9a439088f2 [OPENMP] Emit implicit taskgroup block around taskloop directives.
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/CGOpenMPRuntime.cpp | 19 ++++++++++++-------
lib/CodeGen/CGStmtOpenMP.cpp | 13 ++++++++++++-
test/OpenMP/taskloop_codegen.cpp | 6 +++++-
test/OpenMP/taskloop_simd_codegen.cpp | 6 +++++-
4 files changed, 34 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 llvm.
from 8751bf94c8f [x86] add tests for improving sbb transforms; NFC
new f4058b98aee [x86] improve SBB optimizations for SETB/SETA with subtract
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/X86/X86ISelLowering.cpp | 59 +++++++++++++++++++++-----------------
test/CodeGen/X86/sbb.ll | 7 ++---
2 files changed, 35 insertions(+), 31 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 356d2bfeba0 GlobalISel: Handle selection of G_IMPLICIT_DEF in AArch64
new 8751bf94c8f [x86] add tests for improving sbb transforms; 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/CodeGen/X86/sbb.ll | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 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 clang-tools-extra.
from 69509211 [clang-tidy] Ignore blank spaces between cast's ")" and its s [...]
new d27436ee [clang-tidy] Add a new Android check "android-cloexec-socket"
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/android/AndroidTidyModule.cpp | 2 +
clang-tidy/android/CMakeLists.txt | 1 +
clang-tidy/android/CloexecOpenCheck.cpp | 32 +--------
clang-tidy/android/CloexecSocketCheck.cpp | 57 ++++++++++++++++
.../{CloexecCreatCheck.h => CloexecSocketCheck.h} | 20 +++---
clang-tidy/utils/ASTUtils.cpp | 28 ++++++++
clang-tidy/utils/ASTUtils.h | 7 ++
docs/ReleaseNotes.rst | 6 ++
docs/clang-tidy/checks/android-cloexec-socket.rst | 18 ++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/android-cloexec-socket.cpp | 75 ++++++++++++++++++++++
11 files changed, 208 insertions(+), 39 deletions(-)
create mode 100644 clang-tidy/android/CloexecSocketCheck.cpp
copy clang-tidy/android/{CloexecCreatCheck.h => CloexecSocketCheck.h} (57%)
create mode 100644 docs/clang-tidy/checks/android-cloexec-socket.rst
create mode 100644 test/clang-tidy/android-cloexec-socket.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 5db623866 [ELF] - Allow moving location counter backward in some cases.
new 0f2937de0 Bring back InVersionScript.
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/SymbolTable.cpp | 4 +++-
ELF/Symbols.h | 3 +++
test/ELF/Inputs/version-script-no-warn2.s | 1 +
test/ELF/version-script-no-warn2.s | 8 ++++++++
4 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/version-script-no-warn2.s
create mode 100644 test/ELF/version-script-no-warn2.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 7c497afb63f Add a test for r307754
new 356d2bfeba0 GlobalISel: Handle selection of G_IMPLICIT_DEF in AArch64
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/AArch64InstructionSelector.cpp | 3 +++
.../AArch64/GlobalISel/select-implicit-def.mir | 30 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.