This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 92ed6b0f91 clang-format/java: Always put space after `assert` keyword.
new 44519c262a [XRay][Driver] Do not link in XRay runtime in shared libs
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/Driver/ToolChains/Gnu.cpp | 5 +++++
test/Driver/XRay/xray-shared-noxray.cpp | 14 ++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 test/Driver/XRay/xray-shared-noxray.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 llvm.
from a83f8fe1f1f Modernize comments
new 35ccd0b31ce [llvm-cov] Warn if -show-functions is used without query files
new ab0b78f6342 [docs] llvm-cov: Make docs for boolean options more consistent
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:
docs/CommandGuide/llvm-cov.rst | 17 +++++++++--------
test/tools/llvm-cov/report.cpp | 3 +++
tools/llvm-cov/CodeCoverage.cpp | 11 +++++++++--
3 files changed, 21 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 gcc.
from 232624e03d1 PR tree-optimization/82163 * tree-ssa-loop-manip.h (verif [...]
new cc69924dbcb * config/rs6000/rs6000-protos.h (output_probe_stack_range) [...]
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 | 19 ++
gcc/config/rs6000/rs6000-protos.h | 2 +-
gcc/config/rs6000/rs6000.c | 336 ++++++++++++++++++++++++++++++----
gcc/config/rs6000/rs6000.md | 75 +++++++-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/lib/target-supports.exp | 4 +-
6 files changed, 400 insertions(+), 42 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 1e4d340840d Add section headers to SpecialCaseLists
new 2a8831de38e Modernize comments
new a83f8fe1f1f Modernize comments
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:
include/llvm/BinaryFormat/Dwarf.h | 28 +++++++++++++++-------------
include/llvm/DebugInfo/DIContext.h | 31 ++++++++++++++++---------------
2 files changed, 31 insertions(+), 28 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 156b679450 Allow specifying sanitizers in blacklists
new 92ed6b0f91 clang-format/java: Always put space after `assert` keyword.
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/TokenAnnotator.cpp | 2 ++
unittests/Format/FormatTestJava.cpp | 1 +
2 files 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 llvm.
from 6e7d96de4f8 Revert r312724 ("[ARM] Remove redundant vcvt patterns.").
new 1e4d340840d Add section headers to SpecialCaseLists
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/SpecialCaseList.h | 76 ++++++--
lib/Support/SpecialCaseList.cpp | 214 +++++++++++++--------
.../Instrumentation/DataFlowSanitizer.cpp | 11 +-
tools/llvm-cov/CoverageFilters.cpp | 2 +-
tools/sancov/sancov.cc | 11 +-
unittests/Support/SpecialCaseListTest.cpp | 138 +++++++------
6 files changed, 296 insertions(+), 156 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 4f45cc6913 [OpenMP] Enable the existing nocudalib flag for OpenMP offlo [...]
new 156b679450 Allow specifying sanitizers in blacklists
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:
docs/ControlFlowIntegrity.rst | 12 +++-
docs/SanitizerSpecialCaseList.rst | 32 ++++++++---
include/clang/Basic/SanitizerBlacklist.h | 15 ++---
include/clang/Basic/SanitizerSpecialCaseList.h | 54 ++++++++++++++++++
lib/AST/Decl.cpp | 12 ++--
lib/Basic/CMakeLists.txt | 1 +
lib/Basic/SanitizerBlacklist.cpp | 27 +++++----
lib/Basic/SanitizerSpecialCaseList.cpp | 64 ++++++++++++++++++++++
lib/Basic/XRayLists.cpp | 14 +++--
lib/CodeGen/CGClass.cpp | 37 +++++--------
lib/CodeGen/CGDeclCXX.cpp | 30 ++++++----
lib/CodeGen/CGExpr.cpp | 2 +-
lib/CodeGen/CodeGenFunction.cpp | 15 ++++-
lib/CodeGen/CodeGenModule.cpp | 20 ++++---
lib/CodeGen/CodeGenModule.h | 3 +-
.../sanitizer-special-case-list.sanitized.txt | 4 ++
.../sanitizer-special-case-list.unsanitized1.txt | 2 +
.../sanitizer-special-case-list.unsanitized2.txt | 4 ++
.../sanitizer-special-case-list.unsanitized3.txt | 4 ++
.../sanitizer-special-case-list.unsanitized4.txt | 4 ++
test/CodeGen/sanitizer-special-case-list.c | 26 +++++++++
test/CodeGenCXX/cfi-blacklist.cpp | 16 +++++-
22 files changed, 310 insertions(+), 88 deletions(-)
create mode 100644 include/clang/Basic/SanitizerSpecialCaseList.h
create mode 100644 lib/Basic/SanitizerSpecialCaseList.cpp
create mode 100644 test/CodeGen/Inputs/sanitizer-special-case-list.sanitized.txt
create mode 100644 test/CodeGen/Inputs/sanitizer-special-case-list.unsanitized1.txt
create mode 100644 test/CodeGen/Inputs/sanitizer-special-case-list.unsanitized2.txt
create mode 100644 test/CodeGen/Inputs/sanitizer-special-case-list.unsanitized3.txt
create mode 100644 test/CodeGen/Inputs/sanitizer-special-case-list.unsanitized4.txt
create mode 100644 test/CodeGen/sanitizer-special-case-list.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 llvm.
from 94c6269f606 [ARM] Fix tests for vcvt+store to return void.
new e509babaee1 X86: remove R12 from CSR on Windows x64 SwiftCC
new 33e9c8a0777 [GlobalISel] Update the documentation and comments for G_EXTRACT
new 17f687fd5a2 [GlobalISel] Update the documentation for G_SEQUENCE
new ae447724e40 [GlobalISel] Update the documentation and comment for G_[UN [...]
new 6e7d96de4f8 Revert r312724 ("[ARM] Remove redundant vcvt patterns.").
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:
docs/GlobalISel.rst | 9 +++++---
include/llvm/Target/GenericOpcodes.td | 5 +++--
lib/Target/ARM/ARMInstrVFP.td | 14 +++++++++++++
lib/Target/X86/X86CallingConv.td | 2 ++
lib/Target/X86/X86RegisterInfo.cpp | 39 +++++++++++++++++------------------
test/CodeGen/ARM/vcvt.ll | 28 ++++++++++++-------------
test/CodeGen/X86/swift-error.ll | 4 ++--
7 files changed, 60 insertions(+), 41 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 57ba6ae7a75 [ARM] Add tests for vcvt followed by store.
new 94c6269f606 [ARM] Fix tests for vcvt+store to return void.
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/ARM/vcvt.ll | 16 ++++++++--------
1 file changed, 8 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 clang.
from 40e667da90 [x86] make assertions less strict in avx512f test file
new 4f45cc6913 [OpenMP] Enable the existing nocudalib flag for OpenMP offlo [...]
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/Driver/ToolChains/Cuda.cpp | 6 +++---
test/Driver/openmp-offload-gpu.c | 10 ++++++++++
2 files changed, 13 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.