This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 9228f53 start-container-docker.sh: Fix ssh-agent invocation.
new 4a5bb99 start-container-docker.sh: Define SSH_AGENT_CLEANUP if needed.
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:
start-container-docker.sh | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 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 0ccd702 [DAGCombiner] improve readability; NFCI
new 2566cbc [DAGCombine] Recognise any_extend_vector_inreg and truncation [...]
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/SelectionDAG/DAGCombiner.cpp | 125 +++++++++++++++++++++++++++++++
test/CodeGen/X86/2011-10-21-widen-cmp.ll | 3 +-
test/CodeGen/X86/avx512-cvt.ll | 1 -
test/CodeGen/X86/avx512-vec-cmp.ll | 6 +-
test/CodeGen/X86/sse-minmax.ll | 4 -
5 files changed, 128 insertions(+), 11 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 lldb.
from 6ccb6c3 Fix compiler warnings for missing switch cases in lldb.
new 6bce936 Switch ProcessKDPLog to the new channel registration mechanism
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:
.../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 6 +-
.../Process/MacOSX-Kernel/ProcessKDPLog.cpp | 197 +++------------------
.../Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h | 25 +--
source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp | 10 +-
4 files changed, 35 insertions(+), 203 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 68fc30d Increase minimum for a param (PR rtl-optimization/79577).
new 873a9b6 testsuite: pr59833.c and pr61441.c should use -fsignaling-nans
new 6ed5880 rs6000: Fix extendsfdf2 for signaling NaNs
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:
gcc/ChangeLog | 8 ++++++++
gcc/config/rs6000/rs6000.md | 22 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr59833.c | 2 +-
gcc/testsuite/gcc.dg/pr61441.c | 2 +-
5 files changed, 33 insertions(+), 6 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 ce0bdf9 Revert "Upgrade ios min version to 8"
new ffd1a9a Revert "Use pthreads for thread-local lsan allocator cache on [...]
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/lsan/lsan_allocator.cc | 51 ++++++++++++++++++++++++++++++++++++-------
lib/lsan/lsan_allocator.h | 37 -------------------------------
lib/lsan/lsan_common_linux.cc | 4 ----
lib/lsan/lsan_common_mac.cc | 8 +------
4 files changed, 44 insertions(+), 56 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 lld.
from c5ac7d2 Rename getAliases -> getSymbolsAt.
new 73ebfe4 Add static. 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:
ELF/Writer.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from d67a31e 2017-02-17 Richard Biener <rguenther(a)suse.de>
new 44841cf Introduce ssa_defined_default_def_p function (PR tree-optimiz [...]
new 46418b4 Use HOST_WIDE_INT for a param calculation (PR rtl-optimizatio [...]
new 68fc30d Increase minimum for a param (PR rtl-optimization/79577).
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:
gcc/ChangeLog | 21 +++++++++++++++++++++
gcc/gcse.c | 5 +++--
gcc/params.def | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr79574.c | 10 ++++++++++
gcc/tree-ssa-loop-unswitch.c | 4 +---
gcc/tree-ssa.c | 26 +++++++++++++++++++-------
gcc/tree-ssa.h | 2 ++
8 files changed, 62 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr79574.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 35af78a [ARM] GlobalISel: Clean up some helpers
new 0ccd702 [DAGCombiner] improve readability; NFCI
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/SelectionDAG/DAGCombiner.cpp | 76 ++++++++++++++------------------
1 file changed, 32 insertions(+), 44 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 45e9014 Check for symlinks in win32 tarballs.
new 9228f53 start-container-docker.sh: Fix ssh-agent invocation.
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:
start-container-docker.sh | 5 ++++-
1 file changed, 4 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 1dda361 Fix VASprintfTest on darwin
new 6ccb6c3 Fix compiler warnings for missing switch cases in lldb.
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:
.../ExpressionParser/Clang/ClangASTSource.cpp | 1 +
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 5 ++
source/Symbol/ClangASTContext.cpp | 4 +
source/Symbol/ClangExternalASTSourceCallbacks.cpp | 87 ----------------------
4 files changed, 10 insertions(+), 87 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.