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 b27de576d4 Really make the native-stdio-gdbserver board non-remote
new 412294daf8 [GOLD] Fix powerpc64 optimization of TOC accesses
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:
gold/ChangeLog | 7 +++++++
gold/powerpc.cc | 4 ++--
2 files changed, 9 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 zorg.
from afbf863 [zorg] Fix another type on ubsan bot script
new d4ea1fc Set LLVM_BINUTILS_INCDIR on sanitizer-android.
new 2beee61 List unsupported & xfail tests on sanitizer-android.
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:
zorg/buildbot/builders/sanitizers/buildbot_android.sh | 4 ++++
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh | 1 +
2 files changed, 5 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 gcc.
from 2b8cad9ec5d * gcc.dg/attr-alloc_size-11.c: UnXFAIL for visium-*-*.
new 803df0f8806 * tree-ssa-loop-ivopts.c (add_autoinc_candidates): Bail ou [...]
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 | 5 +++++
gcc/tree-ssa-loop-ivopts.c | 2 +-
2 files changed, 6 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 lldb.
from 720a1f15a lldb-server tests: Add support for testing debugserver
new ce0ba3d9a Silence some "implicit conversion of string literal" warnings
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:
source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp | 10 +++++-----
.../Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp | 4 ++--
2 files changed, 7 insertions(+), 7 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 1c51faba7a0 [Transforms] Fix some Clang-tidy modernize and Include What [...]
new 2f17a1b1cc1 AArch64: account for possible frame index operand in compares.
new 37790cc1f70 AArch64: Enable AES instruction fusion on Cyclone.
new 607acf30af8 AMDGPU : Fix an error for the llvm.cttz implementation.
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/Target/AArch64/AArch64.td | 7 +++++--
lib/Target/AArch64/AArch64InstrInfo.cpp | 6 ++++++
.../AArch64/AArch64RedundantCopyElimination.cpp | 3 +++
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 ++---
test/CodeGen/AArch64/cmp-frameindex.ll | 19 +++++++++++++++++++
test/CodeGen/AMDGPU/cttz_zero_undef.ll | 3 +++
6 files changed, 38 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AArch64/cmp-frameindex.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 llvm.
from ae2eae7ec54 [X86][SSE] Tests packuswb/truncation codegen from PR34773
new 1c51faba7a0 [Transforms] Fix some Clang-tidy modernize and Include What [...]
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/Transforms/Scalar/NaryReassociate.h | 31 +++--
include/llvm/Transforms/Utils/AddDiscriminators.h | 5 +-
include/llvm/Transforms/Utils/BypassSlowDivision.h | 12 +-
include/llvm/Transforms/Utils/Local.h | 48 +++----
.../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 23 ++--
lib/Transforms/Scalar/NaryReassociate.cpp | 35 ++++-
lib/Transforms/Utils/AddDiscriminators.cpp | 39 +++---
lib/Transforms/Utils/BypassSlowDivision.cpp | 35 +++--
lib/Transforms/Utils/InlineFunction.cpp | 69 +++++++---
lib/Transforms/Utils/Local.cpp | 68 +++++++---
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 53 +++++---
lib/Transforms/Vectorize/SLPVectorizer.cpp | 24 +++-
lib/Transforms/Vectorize/VPlan.cpp | 18 ++-
lib/Transforms/Vectorize/VPlan.h | 145 +++++++++++----------
14 files changed, 404 insertions(+), 201 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 2301481f44 [CFG] Relax Wexceptions warning on rethrow
new ab38736dcc Fix PR34981, a crash-on-invalid merging dllimport to an inva [...]
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/Sema/SemaDecl.cpp | 5 +++--
test/Sema/dllimport.c | 7 ++++++-
2 files changed, 9 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 llvm.
from 33287ae950f Revert "[cmake] Use find_package to discover zlib"
new 6c9a284ff39 [MachineOutliner][NFC] Clean up prune logic a bit
new ae2eae7ec54 [X86][SSE] Tests packuswb/truncation codegen from PR34773
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/CodeGen/MachineOutliner.cpp | 69 +++++++++++-----------
test/CodeGen/X86/vector-trunc.ll | 120 +++++++++++++++++++++++++++++++++++++++
2 files changed, 156 insertions(+), 33 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 b5459573e19 Fix typo in checkTwoLevelHintsCommand
new 33287ae950f Revert "[cmake] Use find_package to discover zlib"
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:
cmake/config-ix.cmake | 5 +----
lib/Support/CMakeLists.txt | 2 +-
2 files changed, 2 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 cca410711f This test case was missing -fsyntax-only, so I've added it. [...]
new 2301481f44 [CFG] Relax Wexceptions warning on rethrow
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/Sema/AnalysisBasedWarnings.cpp | 6 +++---
test/SemaCXX/warn-throw-out-noexcept-func.cpp | 21 +++++++++++++++++++--
2 files changed, 22 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.