This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0aec7d59110 Uncomment LLVM_FALLTHROUGH.
new da36bb93c8a Add unary fneg to InstSimplify/fp-nan.ll
new 832b299ea59 Pre-commit unary fneg tests to InstSimplify
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:
test/Transforms/InstSimplify/fast-math.ll | 53 ++++++++++++++++++++++++++++---
test/Transforms/InstSimplify/fp-nan.ll | 16 ++++++++++
2 files changed, 65 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 clang.
from c9cbda2fe6 [c++20] For P1327R1: support dynamic_cast in constant expres [...]
new 5e0c1d0418 [OpenMP][Bugfix] Move double and float versions of abs under [...]
new 4455ba48b7 [clang-format] Fixed self assignment
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/Format/FormatTokenLexer.cpp | 1 -
lib/Headers/__clang_cuda_cmath.h | 2 +-
lib/Headers/__clang_cuda_math_forward_declares.h | 4 ++--
test/Headers/Inputs/include/cstdlib | 2 ++
test/Headers/nvptx_device_cmath_functions.c | 4 ++++
test/Headers/nvptx_device_cmath_functions.cpp | 4 ++++
test/Headers/nvptx_device_cmath_functions_cxx17.cpp | 4 ++++
test/Headers/nvptx_device_math_functions.c | 4 ++++
test/Headers/nvptx_device_math_functions.cpp | 4 ++++
test/Headers/nvptx_device_math_functions_cxx17.cpp | 4 ++++
10 files changed, 29 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_lto
in repository toolchain/ci/gcc.
from 25ffd89351f 2019-05-11 Andreas Tobler <andreast(a)gcc.gnu.org>
adds fa9c30453af Daily bump.
adds 59863808a60 Daily bump.
adds a295f0c9ca1 Daily bump.
adds 901cd50562e Backport r271116
adds e5549fbe388 Backport r271117
adds 4805ad63f30 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 25 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/gcov.c | 75 +++++++++++++++++++++++++++++------------------------------
3 files changed, 63 insertions(+), 39 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_lto
in repository toolchain/ci/base-artifacts.
discards 46f8c5f7 0: update: gcc-25ffd89351f835e08a74879687e7157284bea9a0: -5
new 95087448 0: update: gcc-4805ad63f3020a984e218dbb5a6b2838cb2165bf: -5
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 (46f8c5f7)
\
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 | 175 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-bootstrap_lto/console.log | 87773 +++++++++++++++---------------
console.log | 88394 +++++++++++++++----------------
jenkins/manifest.sh | 10 +-
5 files changed, 88395 insertions(+), 88379 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 cf1fe2247e [analyzer] Add a test for plugins using checker dependencies
new f977b591a1 [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary
new 380ba985dc [OpenMP][bugfix] Fix issues with C++ 17 compilation when han [...]
new ee9a99f5a0 Revert "[analyzer] Add a test for plugins using checker depe [...]
new c9cbda2fe6 [c++20] For P1327R1: support dynamic_cast in constant expres [...]
The 4 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:
examples/CMakeLists.txt | 3 +
.../analyzer-plugin}/CMakeLists.txt | 0
.../analyzer-plugin}/MainCallChecker.cpp | 18 +-
.../analyzer-plugin}/SampleAnalyzerPlugin.exports | 0
include/clang/Basic/DiagnosticASTKinds.td | 38 +++-
lib/AST/ExprConstant.cpp | 253 ++++++++++++++++-----
lib/CodeGen/CGObjC.cpp | 19 +-
lib/Headers/__clang_cuda_cmath.h | 12 +-
lib/Headers/__clang_cuda_device_functions.h | 20 +-
lib/Headers/__clang_cuda_math_forward_declares.h | 20 +-
test/Analysis/checker-plugins.c | 26 +--
test/Analysis/lit.local.cfg | 2 -
test/Analysis/plugins/CMakeLists.txt | 10 -
.../CheckerDependencyHandling/CMakeLists.txt | 11 -
.../CheckerDependencyHandling.cpp | 28 ---
...CheckerDependencyHandlingAnalyzerPlugin.exports | 2 -
test/CMakeLists.txt | 4 +-
.../convert-messages-to-runtime-calls.m | 45 +++-
test/CodeGenObjC/objc-alloc-init.m | 15 +-
test/Headers/Inputs/include/cstdlib | 5 +
....cpp => nvptx_device_cmath_functions_cxx17.cpp} | 4 +-
...s.cpp => nvptx_device_math_functions_cxx17.cpp} | 4 +-
test/SemaCXX/constant-expression-cxx2a.cpp | 52 +++++
23 files changed, 403 insertions(+), 188 deletions(-)
rename {test/Analysis/plugins/SampleAnalyzer => examples/analyzer-plugin}/CMakeLis [...]
rename {test/Analysis/plugins/SampleAnalyzer => examples/analyzer-plugin}/MainCall [...]
rename {test/Analysis/plugins/SampleAnalyzer => examples/analyzer-plugin}/SampleAn [...]
delete mode 100644 test/Analysis/plugins/CMakeLists.txt
delete mode 100644 test/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt
delete mode 100644 test/Analysis/plugins/CheckerDependencyHandling/CheckerDependen [...]
delete mode 100644 test/Analysis/plugins/CheckerDependencyHandling/CheckerDependen [...]
copy test/Headers/{nvptx_device_cmath_functions.cpp => nvptx_device_cmath_function [...]
copy test/Headers/{nvptx_device_math_functions.cpp => nvptx_device_math_functions_ [...]
--
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 release_80
in repository lld.
from a724e5a92 Merging r355621:
new 8232f19db Merging r355141:
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:
COFF/Writer.cpp | 50 ++++++++++++++++++++++++++++++++++++-----------
test/COFF/guardcf-thunk.s | 43 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 11 deletions(-)
create mode 100644 test/COFF/guardcf-thunk.s
--
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-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from 59863808a60 Daily bump.
adds a295f0c9ca1 Daily bump.
adds 901cd50562e Backport r271116
adds e5549fbe388 Backport r271117
adds 4805ad63f30 Daily bump.
adds 3443f5f81c7 * xcoffout.h (xcoff_private_rodata_section_name): D [...]
adds 4d84bfc6e39 Correct ChangeLog formatting.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 42 ++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 18 +++++++----
gcc/gcov.c | 75 +++++++++++++++++++++++-----------------------
gcc/xcoffout.c | 1 +
gcc/xcoffout.h | 1 +
6 files changed, 94 insertions(+), 45 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-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 0d536084 0: update: gcc-59863808a60a30432593406748a9cc0855cd9394: -5
new 677cb8f2 0: update: gcc-4d84bfc6e3901c9def4cd165fa91415ab4baf2a7: -5
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 (0d536084)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 139 +-
02-prepare_abe/console.log | 318 +-
03-build_abe-bootstrap_O1/console.log | 63500 +++++++++++++++----------------
05-update_baseline/console.log | 8 +-
console.log | 63963 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
6 files changed, 63964 insertions(+), 63974 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 63a1a0126 Permit cross-CU references
new 4c046c8ad [lldb] [test] Skip one more TestMiBreak on NetBSD
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:
packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allmodconfig
in repository toolchain/ci/gcc.
from e5549fbe388 Backport r271117
adds 4805ad63f30 Daily bump.
adds 3443f5f81c7 * xcoffout.h (xcoff_private_rodata_section_name): D [...]
adds 4d84bfc6e39 Correct ChangeLog formatting.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 17 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 18 ++++++++++++------
gcc/xcoffout.c | 1 +
gcc/xcoffout.h | 1 +
5 files changed, 32 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.