This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 002e4b5 [X86][SSE] Add cost model values for CTPOP of vectors
new 90e252f [InstCombine] Provide more test cases for cast-folding [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/Transforms/InstCombine/zext.ll | 38 ++++++++++++++++++++++++++++++++++---
1 file changed, 35 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 master
in repository gcc.
from ecaa5fd PR tree-optimization/71503 PR tree-optimization/71683 * tr [...]
new c4e1267 Properly handly PHI stmts in later_of_the_two (PR
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 | 6 ++++
gcc/graphite-isl-ast-to-gimple.c | 12 +++++++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gfortran.dg/graphite/pr71898.f90 | 45 ++++++++++++++++++++++++++
4 files changed, 67 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr71898.f90
--
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 ab726d9 [ARM] Skip inline asm memory operands in DAGToDAGISel
new 002e4b5 [X86][SSE] Add cost model values for CTPOP of vectors
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 | 2 +
lib/Target/X86/X86TargetTransformInfo.cpp | 31 ++++-
test/Analysis/CostModel/X86/ctbits-cost.ll | 64 +++++++----
test/Transforms/SLPVectorizer/X86/ctpop.ll | 179 +++++++++++++++++++++++------
4 files changed, 213 insertions(+), 63 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 compiler-rt.
from 23636c0 Minor cleanup -- clear name structure before parsing
new dfe8529 tsan: fix leak of shadow stacks
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/tsan/rtl/tsan_rtl_thread.cc | 6 ++++++
1 file changed, 6 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 8c7a868 [Sema] Compute the nullability of a conditional expression ba [...]
new 7ee720b [X86][SSE] Reimplement SSE fp2si conversion intrinsics instea [...]
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/Basic/BuiltinsX86.def | 8 ++++++++
lib/Headers/avxintrin.h | 4 ++--
lib/Headers/emmintrin.h | 9 ++++-----
lib/Headers/xmmintrin.h | 4 ++--
test/CodeGen/avx-builtins.c | 4 ++--
test/CodeGen/builtins-x86.c | 8 ++++++++
test/CodeGen/sse-builtins.c | 9 +++------
test/CodeGen/sse2-builtins.c | 10 ++++------
8 files changed, 33 insertions(+), 23 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 0aa76a9 [docs] Add proposals to index file
new f12c36b [docs] fix cmake code-block warning
new ab726d9 [ARM] Skip inline asm memory operands in DAGToDAGISel
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/CMakePrimer.rst | 8 ++++----
lib/Target/ARM/ARMISelDAGToDAG.cpp | 11 +++++++++++
test/CodeGen/ARM/inlineasm3.ll | 11 +++++++++++
3 files changed, 26 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 llvm.
from 69d7e1c [docs] GitHub Proposal for LLVM
new 0aa76a9 [docs] Add proposals to index file
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/index.rst | 19 +++++++++++++++++++
1 file changed, 19 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 69842b3 [AVX512] Add a missing NoVLX to give priority to the AVX512 v [...]
new 69d7e1c [docs] GitHub Proposal for LLVM
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/Proposals/GitHub.rst | 268 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 268 insertions(+)
create mode 100644 docs/Proposals/GitHub.rst
--
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 1be185b [include-fixer] Tweak: remove unintended const.
new 0ebb3ec [include-fixer] Make error messages a bit prettier and make s [...]
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-fixer/tool/ClangIncludeFixer.cpp | 6 ++++--
1 file changed, 4 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-tools-extra.
from 6d09a41 cppcoreguidelines-pro-bounds-constant-array-index: ignore imp [...]
new 1be185b [include-fixer] Tweak: remove unintended const.
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-fixer/IncludeFixerContext.cpp | 2 +-
include-fixer/IncludeFixerContext.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.