This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2eef9bc [X86][InstCombine] Teach SimplifyDemandedVectorElts to handle [...]
new e573748 [PowerPC] Fix logic dealing with nop after calls (and tail-ca [...]
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/PowerPC/PPCISelLowering.cpp | 65 +++++++----------
test/CodeGen/PowerPC/ppc64-blnop.ll | 129 +++++++++++++++++++++++++++++++++
test/CodeGen/PowerPC/ppc64-sibcall.ll | 8 +-
3 files changed, 158 insertions(+), 44 deletions(-)
create mode 100644 test/CodeGen/PowerPC/ppc64-blnop.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-tools-extra.
from 94a7ed0 [ClangTidy] Add new performance-type-promotion-in-math-fn check.
new 56809b6 [clang-tidy] Suggest including <cmath> if necessary in type-p [...]
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:
.../performance/TypePromotionInMathFnCheck.cpp | 49 ++++++++++++++++++----
.../performance/TypePromotionInMathFnCheck.h | 11 ++++-
.../performance-type-promotion-in-math-fn.cpp | 2 +
3 files changed, 52 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 binutils-gdb.
from a02c351 bfd: aarch64: fix word and arrdess size declaration in ilp32 mode
new 98fa61f Revert "ld: aarch64: fix TLS relaxation where TCB_SIZE is used"
new 7acd51d Revert "bfd: aarch64: fix word and arrdess size declaration i [...]
new c1fc2d7 ld: aarch64: fix TLS relaxation where TCB_SIZE is used
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:
bfd/ChangeLog | 5 +++++
bfd/cpu-aarch64.c | 8 ++++----
bfd/elfnn-aarch64.c | 10 ++++------
ld/ChangeLog | 7 +++++++
4 files changed, 20 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 98bf16e [X86][InstCombine] Handle scalar fmadd intrinsics correctly i [...]
new 2eef9bc [X86][InstCombine] Teach SimplifyDemandedVectorElts to handle [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 22 +--
.../InstCombine/InstCombineSimplifyDemanded.cpp | 12 ++
test/Transforms/InstCombine/x86-avx512.ll | 180 +++++++++++++++++++++
3 files changed, 194 insertions(+), 20 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 binutils-gdb.
from fc8e010 Automatic date update in version.in
new 6650f7b ld: aarch64: fix TLS relaxation where TCB_SIZE is used
new a02c351 bfd: aarch64: fix word and arrdess size declaration in ilp32 mode
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:
bfd/cpu-aarch64.c | 8 ++++----
bfd/elfnn-aarch64.c | 18 +++++++++++++++---
ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 ++
...lax-ld-le-small.d => tls-relax-ld-le-small-ilp32.d} | 5 +++--
...relax-ld-le-tiny.d => tls-relax-ld-le-tiny-ilp32.d} | 5 +++--
5 files changed, 27 insertions(+), 11 deletions(-)
copy ld/testsuite/ld-aarch64/{tls-relax-ld-le-small.d => tls-relax-ld-le-small-ilp [...]
copy ld/testsuite/ld-aarch64/{tls-relax-ld-le-tiny.d => tls-relax-ld-le-tiny-ilp32 [...]
--
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 dbca62e [ThinLTO] Add an API to trigger file-based API for returning [...]
new 98bf16e [X86][InstCombine] Handle scalar fmadd intrinsics correctly i [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 16 ++++++++--------
.../InstCombine/InstCombineSimplifyDemanded.cpp | 21 ++++++++++++++-------
2 files changed, 22 insertions(+), 15 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 23156f1 [X86][InstCombine] Teach SimplifyDemandedVectorElts to handle [...]
new dbca62e [ThinLTO] Add an API to trigger file-based API for returning [...]
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-c/lto.h | 36 ++++++++-
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 35 ++++++++-
include/llvm/Support/FileSystem.h | 8 ++
lib/LTO/ThinLTOCodeGenerator.cpp | 105 ++++++++++++++++++++-----
lib/Support/Unix/Path.inc | 13 +++
lib/Support/Windows/Path.inc | 4 +
test/ThinLTO/X86/save_objects.ll | 30 +++++++
tools/llvm-lto/llvm-lto.cpp | 12 +++
tools/lto/lto.cpp | 15 ++++
tools/lto/lto.exports | 5 +-
10 files changed, 239 insertions(+), 24 deletions(-)
create mode 100644 test/ThinLTO/X86/save_objects.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 e0430ed [PS4] Undo dialect tweak for Objective-C.
new 631f1e7 [c++1z] P0217R3: Allow by-value structured binding of arrays.
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/Sema/Initialization.h | 5 +++--
lib/Sema/SemaDecl.cpp | 12 +++++++++---
lib/Sema/SemaInit.cpp | 20 +++++++++++++-------
test/CXX/dcl.decl/dcl.decomp/p2.cpp | 17 ++++++++++++++---
www/cxx_status.html | 4 +---
5 files changed, 40 insertions(+), 18 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 5e5a55a Don't double-initialize cl::opt for iterating in reverse orde [...]
new 52ed606 [X86][InstCombine] Teach SimplifyDemandedVectorElts to handle [...]
new 23156f1 [X86][InstCombine] Teach SimplifyDemandedVectorElts to handle [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 50 +++------------------
.../InstCombine/InstCombineSimplifyDemanded.cpp | 51 ++++++++++++++++++----
2 files changed, 49 insertions(+), 52 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 f2f54ef [powerpc] deactivate readability-identifier-naming.cpp test o [...]
new 94a7ed0 [ClangTidy] Add new performance-type-promotion-in-math-fn 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/performance/CMakeLists.txt | 1 +
clang-tidy/performance/PerformanceTidyModule.cpp | 6 +-
.../performance/TypePromotionInMathFnCheck.cpp | 172 +++++++++++
.../performance/TypePromotionInMathFnCheck.h | 40 +++
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
.../performance-type-promotion-in-math-fn.rst | 11 +
.../performance-type-promotion-in-math-fn.cpp | 314 +++++++++++++++++++++
8 files changed, 549 insertions(+), 2 deletions(-)
create mode 100644 clang-tidy/performance/TypePromotionInMathFnCheck.cpp
create mode 100644 clang-tidy/performance/TypePromotionInMathFnCheck.h
create mode 100644 docs/clang-tidy/checks/performance-type-promotion-in-math-fn.rst
create mode 100644 test/clang-tidy/performance-type-promotion-in-math-fn.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.