This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7a26d28c417 [Sparc] Add mnemonic aliases for flush, stb, stba, sth, and stha
new 2e3226ade60 Fix aliasing of launder.invariant.group
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/Analysis/ValueTracking.h | 16 +++++++++++
lib/Analysis/BasicAliasAnalysis.cpp | 24 ++++++++--------
lib/Analysis/CaptureTracking.cpp | 12 ++++----
lib/Analysis/Loads.cpp | 11 +++-----
lib/Analysis/ValueTracking.cpp | 34 +++++++++++++++++++----
test/Analysis/ValueTracking/known-nonnull-at.ll | 21 ++++++++++++++
test/Transforms/Inline/launder.invariant.group.ll | 31 +++++++++++++++++++++
7 files changed, 120 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/Inline/launder.invariant.group.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 compiler-rt.
from f435372b7 [libFuzzer] modify -print_corpus_stats to print whether the i [...]
new 780820a3e [sanitizer] Reland "Be more accurate when calculating the pre [...]
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/sanitizer_common/sanitizer_stacktrace.cc | 3 ++-
lib/sanitizer_common/sanitizer_stacktrace.h | 9 +++++----
2 files changed, 7 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 afb957d151 Revert r333044 "Use zeroinitializer for (trailing zero porti [...]
new 0c65ba5d5a Fix unaligned memory access when reading INPUT_FILE_OFFSETS data
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/Serialization/ASTReader.cpp | 3 ++-
1 file changed, 2 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 llvm.
from 164e4fc900c SafepointIRVerifier is made unreachable block tolerant
new 7a26d28c417 [Sparc] Add mnemonic aliases for flush, stb, stba, sth, and stha
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/Sparc/SparcInstrAliases.td | 13 +++++++++++++
test/MC/Sparc/sparc-mem-instructions.s | 18 ++++++++++++++++++
2 files changed, 31 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.
from c11d1b7232 [DOXYGEN] Formatting changes for better intrinsics documenta [...]
new afb957d151 Revert r333044 "Use zeroinitializer for (trailing zero porti [...]
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/CGExprConstant.cpp | 149 +++++++++++-------------
lib/Sema/SemaInit.cpp | 3 -
test/CodeGen/init.c | 10 --
test/CodeGenCXX/cxx11-initializer-aggregate.cpp | 39 -------
test/SemaCXX/aggregate-initialization.cpp | 6 -
5 files changed, 71 insertions(+), 136 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-tools-extra.
from 7145b91d [clang-tidy] SimplifyBoolenExpr doesn't add parens if unary n [...]
new 27932c0b [clang-tidy] new cppcoreguidelines-narrowing-conversions 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/cppcoreguidelines/CMakeLists.txt | 1 +
.../CppCoreGuidelinesTidyModule.cpp | 3 +
.../NarrowingConversionsCheck.cpp | 70 ++++++++++++++
...obalInitCheck.h => NarrowingConversionsCheck.h} | 18 ++--
docs/ReleaseNotes.rst | 5 +
.../cppcoreguidelines-narrowing-conversions.rst | 22 +++++
docs/clang-tidy/checks/list.rst | 1 +
.../cppcoreguidelines-narrowing-conversions.cpp | 103 +++++++++++++++++++++
10 files changed, 219 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
copy clang-tidy/cppcoreguidelines/{InterfacesGlobalInitCheck.h => NarrowingConvers [...]
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst
create mode 100644 test/clang-tidy/cppcoreguidelines-narrowing-conversions.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 glibc.
from 8f145c7712 Remove sysdeps/aarch64/soft-fp directory.
new 9aaaab7c6e Don't write beyond destination in __mempcpy_avx512_no_vzerou [...]
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:
ChangeLog | 9 +++++++++
string/test-mempcpy.c | 1 +
sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S | 5 +++--
3 files changed, 13 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 clang.
from 1300ef27bf [X86] In the floating point max reduction intrinsics, negate [...]
new 1c510b5fef [X86] Undef the vector reduction helper macros when we're do [...]
new c11d1b7232 [DOXYGEN] Formatting changes for better intrinsics documenta [...]
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:
lib/Headers/avx512fintrin.h | 8 ++++++
lib/Headers/bmiintrin.h | 4 +++
lib/Headers/lzcntintrin.h | 4 +++
lib/Headers/pmmintrin.h | 2 +-
lib/Headers/smmintrin.h | 60 ++++++++++++++++++++++-----------------------
lib/Headers/xmmintrin.h | 4 +++
6 files changed, 51 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 fb0360d185d [InstCombine] [NFC] Added more tests for unlocked IO transf [...]
new 164e4fc900c SafepointIRVerifier is made unreachable block tolerant
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/IR/SafepointIRVerifier.cpp | 27 +++++++++----
.../unreachable-block-tolerant.ll | 45 ++++++++++++++++++++++
2 files changed, 65 insertions(+), 7 deletions(-)
create mode 100644 test/SafepointIRVerifier/unreachable-block-tolerant.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 fbd2776604 [X86] Remove mask argument from more builtins that are handl [...]
new 1300ef27bf [X86] In the floating point max reduction intrinsics, negate [...]
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/Headers/avx512fintrin.h | 4 ++--
test/CodeGen/avx512-reduceMinMaxIntrin.c | 10 ++++------
2 files changed, 6 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.