This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 01eae6a 0: update: llvm-linux: boot
new ddbea66 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (01eae6a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 162 +-
02-build_llvm/console.log | 12832 +++++++++++++++++------------------
03-build_linux/console.log | 712 +-
04-boot_linux/console.log | 414 +-
console.log | 14145 ++++++++++++++++++---------------------
jenkins/manifest.sh | 12 +-
6 files changed, 13400 insertions(+), 14877 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 f6b0f6c0076 [BuildLibCalls] Noalias annotation
new c6928235d74 Fix cppcheck + MSVC analyzer uninitialized member variable [...]
new 5fbbf499ea8 [DebugLine] Improve path handling.
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:
include/llvm/IR/DiagnosticInfo.h | 2 +-
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 22 ++++++++++++++++++++--
2 files changed, 21 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 lldb.
from 2c6074ee6 Add missing NativeProcessFactory for lldb-server on Windows
new bf7c75206 [DebugLine] Improve path handling.
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/SymbolFile/DWARF/SymbolFileDWARF.cpp | 23 +++++++++++-----------
1 file changed, 11 insertions(+), 12 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 aedcf21ab1 [NFC] Updated tests after r368875
new 6616e2d814 [Sema][ObjC] Fix a -Wformat false positive with localizedStr [...]
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/AST/FormatString.h | 6 ++++
include/clang/Basic/IdentifierTable.h | 6 ++++
lib/AST/PrintfFormatString.cpp | 17 +++++++++++
lib/Basic/IdentifierTable.cpp | 15 +++++++++
lib/Sema/SemaChecking.cpp | 57 ++++++++++++++++++++++++++---------
test/SemaObjC/format-strings-objc.m | 42 +++++++++++++++++++++++++-
6 files changed, 127 insertions(+), 16 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 libcxx.
from 734e77fb2 Rework recursive_timed_mutex so that it uses __thread_id inst [...]
new 757c2e9bf [libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM Clang
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/__config | 8 ++------
1 file changed, 2 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 llvm.
from 1599788f498 [mips] Remove redundant case in the test. NFC
new 55ac3ac76a8 Ignore indirect branches from callbr.
new f6b0f6c0076 [BuildLibCalls] Noalias annotation
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/Scalar/SpeculateAroundPHIs.cpp | 6 +-
lib/Transforms/Utils/BuildLibCalls.cpp | 16 +++++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 9 ---
test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll | 2 +-
test/Other/cgscc-devirt-iteration.ll | 2 +-
test/Other/cgscc-libcall-update.ll | 2 +-
test/Transforms/InferFunctionAttrs/annotate.ll | 10 +--
test/Transforms/InstCombine/annotate-noalias.ll | 78 ----------------------
test/Transforms/InstCombine/mem-deref-bytes.ll | 4 +-
test/Transforms/InstCombine/memcpy-1.ll | 4 +-
test/Transforms/InstCombine/memcpy-from-global.ll | 16 ++---
test/Transforms/InstCombine/memcpy-to-load.ll | 6 +-
test/Transforms/InstCombine/memcpy.ll | 2 +-
test/Transforms/InstCombine/memcpy_chk-1.ll | 6 +-
test/Transforms/InstCombine/memmove.ll | 2 +-
test/Transforms/InstCombine/objsize.ll | 2 +-
test/Transforms/InstCombine/sprintf-1.ll | 8 +--
test/Transforms/InstCombine/stpcpy-1.ll | 16 +++--
test/Transforms/InstCombine/stpcpy_chk-1.ll | 6 +-
test/Transforms/InstCombine/strcpy_chk-1.ll | 8 +--
test/Transforms/InstCombine/strncpy_chk-1.ll | 6 +-
.../MemCpyOpt/memcpy-to-memset-with-lifetimes.ll | 2 +-
test/Transforms/SpeculateAroundPHIs/pr42991.ll | 44 ++++++++++++
23 files changed, 119 insertions(+), 138 deletions(-)
delete mode 100644 test/Transforms/InstCombine/annotate-noalias.ll
create mode 100644 test/Transforms/SpeculateAroundPHIs/pr42991.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 76b7cc2c7c [LifetimeAnalysis] Fix false negatives of statement local li [...]
new eb00a840dc Document clang-cpp in the release notes for clang
new aedcf21ab1 [NFC] Updated tests after r368875
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/ReleaseNotes.rst | 10 +++++++++-
test/CodeGen/tbaa-struct.cpp | 14 +++++++-------
2 files changed, 16 insertions(+), 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug
in repository toolchain/ci/gcc.
from 6f128e321a9 Daily bump.
adds ff983ca0442 Daily bump.
adds 52be732635a PR fortran/91414 Improve initialization of PRNG
adds e3bb1364453 2013-08-13 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds b030d5f50c3 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 ++++
gcc/fortran/frontend-passes.c | 5 +++
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gfortran.dg/do_subscript_5.f90 | 20 ++++++++++++
libgfortran/ChangeLog | 10 ++++++
libgfortran/intrinsics/random.c | 49 ++++++++++++----------------
7 files changed, 69 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/do_subscript_5.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 4449eb3 0: update: gcc-6f128e321a9e6449d7530c1566bf8f94df1deada: 0
new 4c51f51 0: update: gcc-b030d5f50c3e9d5ef9d8572c44c676aa59d678b1: 0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4449eb3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 148 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-bootstrap_debug/console.log | 86878 ++++++++++++++--------------
04-check_regression/console.log | 10 +-
05-update_baseline/console.log | 10 +-
console.log | 87498 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 87424 insertions(+), 87564 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.