This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 213f1f4cbf2 [X86] Add a one use check on the setcc to the min/max canon [...]
new 2c6dc1b5633 gn build: Merge r374707
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:
utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn | 1 +
1 file changed, 1 insertion(+)
--
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 866643eb [clang-tidy] New checker for not null-terminated result cause [...]
new 96cbf35e [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments
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:
.../checks/bugprone-not-null-terminated-result.rst | 31 +++++++++++-----------
1 file changed, 16 insertions(+), 15 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 906fb660 Updated add_new_check.py to create checker tests in the new d [...]
new 866643eb [clang-tidy] New checker for not null-terminated result cause [...]
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:
clang-tidy/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
.../bugprone/NotNullTerminatedResultCheck.cpp | 1006 ++++++++++++++++++++
clang-tidy/bugprone/NotNullTerminatedResultCheck.h | 67 ++
docs/ReleaseNotes.rst | 9 +
.../checks/bugprone-not-null-terminated-result.rst | 127 +++
docs/clang-tidy/checks/list.rst | 1 +
.../not-null-terminated-result-c.h | 39 +
.../not-null-terminated-result-cxx.h | 65 ++
...ll-terminated-result-in-initialization-strlen.c | 84 ++
...not-null-terminated-result-memcpy-before-safe.c | 71 ++
...-not-null-terminated-result-memcpy-safe-cxx.cpp | 124 +++
...-not-null-terminated-result-memcpy-safe-other.c | 112 +++
...gprone-not-null-terminated-result-memcpy-safe.c | 124 +++
.../bugprone-not-null-terminated-result-strlen.c | 118 +++
.../bugprone-not-null-terminated-result-wcslen.cpp | 106 +++
...not-null-terminated-result-wmemcpy-safe-cxx.cpp | 111 +++
17 files changed, 2168 insertions(+)
create mode 100644 clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
create mode 100644 clang-tidy/bugprone/NotNullTerminatedResultCheck.h
create mode 100644 docs/clang-tidy/checks/bugprone-not-null-terminated-result.rst
create mode 100644 test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not- [...]
create mode 100644 test/clang-tidy/Inputs/bugprone-not-null-terminated-result/not- [...]
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-in-initiali [...]
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-befo [...]
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe [...]
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe [...]
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-memcpy-safe.c
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-strlen.c
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-wcslen.cpp
create mode 100644 test/clang-tidy/bugprone-not-null-terminated-result-wmemcpy-saf [...]
--
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-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards fdf8c18ce 0: update: binutils-gcc-linux: boot
new b3e7cad5f 0: update: binutils-gcc-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 (fdf8c18ce)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 130 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 10946 +++++++--------
04-build_abe-stage1/console.log | 14119 +++++++++----------
05-build_linux/console.log | 820 +-
console.log | 26440 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
7 files changed, 26445 insertions(+), 26418 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_kernel/llvm-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/llvm-project.
from aeaf5f8bd30 [mips] Rely on GPR size not ABI when select instruction to [...]
adds 80a4feed7c4 [X86] Test SKX cpu in the vector-trunc-packus/ssat/usat.ll [...]
adds 9bd542dcd5b [X86] Use pack instructions for packus/ssat truncate patter [...]
adds 97c9804e063 [LV] Merge LLVM_DEBUG blocks.
adds c5d1d56731d [Attributor] Extend anonymous namespace. NFC.
adds daf42dc36dc Reland r374388: [lit] Make internal diff work in pipelines
adds e4f11a31927 Reland r374389: [lit] Clean up internal diff's encoding handling
adds 32096a86b24 Reland r374390: [lit] Extend internal diff to support `-` argument
adds 92a8294f9ed Reland r374392: [lit] Extend internal diff to support -U
adds 0f80927316c [lit] Fix internal diff's --strip-trailing-cr and use it
adds 648875bbcff [lit] Fix a few oversights in r374651 that broke some bots
adds ba229557dd2 [lit] Try to fix new tests that fail on Windows bots
adds 1b59a16c0b8 [CostModel][X86] Improve sum reduction costs.
adds 0e22cb6ce39 Revert r374654: "[lit] Try to fix new tests that fail on Wi [...]
adds 1f5823b7880 [lit] Try again to fix new tests that fail on Windows bots
adds 9f0885d38d8 [X86][SSE] Avoid unnecessary PMOVZX in v4i8 sum reduction
adds 4644e9a50a4 remove an useless allocation found by scan-build - the new [...]
adds c41e9f6bbfd [NFC][LoopIdiom] Move one bcmp test into the proper place
adds 45539737ddb [NFC][LoopIdiom] Add bcmp loop idiom miscompile test from PR43206.
adds 76cdcf25b88 [LoopIdiomRecognize] Recommit: BCmp loop idiom recognition
adds 1f20bc17d00 [clang-format] Proposal for clang-format to give compiler s [...]
adds 8259f7ca120 Revert r374657: "[lit] Try again to fix new tests that fail [...]
adds a271acbf793 [lit] Try yet again to fix new tests that fail on Windows bots
adds 64c00893fae [lit] Adjust error handling for decode introduced by r374665
adds 6446079add8 [X86] Use any_of/all_of patterns in shuffle mask pattern re [...]
adds 37041c7d226 Fix cppcheck shadow variable name warnings. NFCI.
adds 66417a9f036 Replace for-loop of SmallVector::push_back with SmallVector [...]
adds c8ac97edc89 [NFC][LoopIdiom] Adjust FIXME to be self-explanatory
adds 1e98a6c57a0 [lit] Try errors="ignore" for decode introduced by r374665
adds 936c6b57be1 SymbolRecord - fix uninitialized variable warnings. NFCI.
adds 5f2543f8dc0 SymbolRecord - consistently use explicit for single operand [...]
adds 67165126703 [X86] scaleShuffleMask - use size_t Scale to avoid overflow [...]
adds 459a93659a9 Revert r374671: "[lit] Try errors="ignore" for decode intro [...]
adds b005d9e86ff Revert r374666: "[lit] Adjust error handling for decode int [...]
adds e9d3b8192ed Revert r374665: "[lit] Try yet again to fix new tests that [...]
adds 9abfa581711 Revert r374653: "[lit] Fix a few oversights in r374651 that [...]
adds 57046e8fd9b Revert r374652: "[lit] Fix internal diff's --strip-trailing [...]
adds b3f157a9008 Revert 374651: "Reland r374392: [lit] Extend internal diff [...]
adds f6210fc24f2 Revert r374650: "Reland r374390: [lit] Extend internal diff [...]
adds 199f5cd8636 Revert r374649: "Reland r374389: [lit] Clean up internal di [...]
adds 3049748e15b Revert r374648: "Reland r374388: [lit] Make internal diff w [...]
adds e198823b87b [libc++][test] Silence MSVC warning in std::optional test
adds b12012cc980 gn build: (manually) merge r374663
adds e95d1ca1e2e Revert r374663 "[clang-format] Proposal for clang-format to [...]
adds 92694eba933 [SROA] Reuse existing lifetime markers if possible
adds ea1e81f54b9 [Attributor][FIX] Avoid modifying naked/optnone functions
adds 9daf51910b1 [Attributor][FIX] Add missing function declaration in test case
adds d20f80780e0 [Attributor][FIX] Do not apply h2s for arbitrary mallocs
adds af6e4797330 [Attributor][FIX] Ensure h2s doesn't trigger on escaped pointers
adds 3753aa75d2f [Attributor][NFC] Expose call site traversal without QueryingAA
adds e9d3f708220 [Attributor] Remove unused verification flag
adds 4868841ee4f [Attributor][FIX] Remove leftover, now unused, variable
adds 4056e7f02a4 [Attributor][FIX] Avoid splitting blocks if possible
adds 8fe8adb9f19 [X86] Add v2i64->v2i32/v2i16/v2i8 test cases to the trunc p [...]
adds bf57aa2b25c [X86] Enable v4i32->v4i16 and v8i16->v8i8 saturating trunca [...]
adds d50cb9ac8ca [X86] Add a one use check on the setcc to the min/max canon [...]
No new revisions were added by this update.
Summary of changes:
clang/lib/CodeGen/CGExprScalar.cpp | 4 +-
.../make_optional_explicit.pass.cpp | 2 +-
llvm/docs/ReleaseNotes.rst | 3 +
.../include/llvm/DebugInfo/CodeView/SymbolRecord.h | 252 +-
llvm/include/llvm/Transforms/IPO/Attributor.h | 25 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 93 +-
llvm/lib/Target/X86/X86ISelLowering.h | 8 +-
llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 45 +-
llvm/lib/Transforms/IPO/Attributor.cpp | 129 +-
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 878 ++-
llvm/lib/Transforms/Scalar/SROA.cpp | 10 +-
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 32 +-
llvm/test/Analysis/CostModel/X86/reduce-add.ll | 241 +-
llvm/test/Analysis/CostModel/X86/reduction.ll | 236 +-
llvm/test/CodeGen/X86/midpoint-int.ll | 605 +--
llvm/test/CodeGen/X86/min-legal-vector-width.ll | 129 -
llvm/test/CodeGen/X86/vector-reduce-add.ll | 14 +-
llvm/test/CodeGen/X86/vector-trunc-packus.ll | 5734 ++++++++++++--------
llvm/test/CodeGen/X86/vector-trunc-ssat.ll | 5102 ++++++++++-------
llvm/test/CodeGen/X86/vector-trunc-usat.ll | 4128 +++++++++-----
.../test/Transforms/FunctionAttrs/heap_to_stack.ll | 124 +-
llvm/test/Transforms/FunctionAttrs/liveness.ll | 4 +-
llvm/test/Transforms/FunctionAttrs/nonnull.ll | 26 +
.../Transforms/FunctionAttrs/noreturn_async.ll | 8 +-
.../test/Transforms/FunctionAttrs/noreturn_sync.ll | 4 +-
llvm/test/Transforms/LoopIdiom/bcmp-basic.ll | 896 ++-
.../Transforms/LoopIdiom/bcmp-debugify-remarks.ll | 119 +-
.../Transforms/LoopIdiom/bcmp-negative-tests.ll | 80 +-
llvm/test/Transforms/LoopIdiom/bcmp-widening.ll | 2 +-
.../Transforms/SLPVectorizer/X86/remark_horcost.ll | 2 +-
.../test/Transforms/SROA/reuse_lifetime_markers.ll | 69 +
31 files changed, 11665 insertions(+), 7339 deletions(-)
create mode 100644 llvm/test/Transforms/SROA/reuse_lifetime_markers.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e479756fb 0: update: llvm-linux: all
new 48f493fc9 0: update: llvm-linux: all
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 (e479756fb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 12250 ++++++++++++++++++------------------
03-build_linux/console.log | 702 +--
04-boot_linux/console.log | 6 +-
console.log | 13120 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
7 files changed, 13127 insertions(+), 13127 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_bmk/gnu-release-aarch64-spec2k6-Os-vs-Os_LTO
in repository toolchain/ci/gcc.
from 175cbba5c24 Daily bump.
adds c68e5829c33 PR ada/91995 * sem_ch8.adb (Chain_Use_Clause): Remove sec [...]
adds a373d307df2 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 13 +++++++++++++
gcc/ada/sem_ch8.adb | 6 ++----
gcc/ada/sem_elab.adb | 16 +++++++++++++---
gcc/ada/sem_spark.adb | 4 ++--
gcc/ada/sem_util.adb | 43 +++++++++----------------------------------
gcc/ada/sem_util.ads | 21 +--------------------
7 files changed, 41 insertions(+), 64 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_bmk/gnu-release-aarch64-spec2k6-Os-vs-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 3e6df0ca1 0: reset: binutils-gcc-glibc: 0
new 94ff46cdd 0: reset: binutils-gcc-glibc: 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 (3e6df0ca1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/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 | 160 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10376 +--
04-build_abe-stage1/console.log | 13836 ++--
05-build_abe-linux/console.log | 280 +-
06-build_abe-glibc/console.log | 38327 ++++++-----
07-build_abe-stage2/console.log | 39553 ++++++-----
09-benchmark-Os/benchmark-start.log | 2 +-
09-benchmark-Os/benchmark.log | 9 +-
09-benchmark-Os/console.log | 179 +-
10-benchmark-Os_LTO/benchmark-start.log | 2 +-
10-benchmark-Os_LTO/benchmark.log | 4 +-
10-benchmark-Os_LTO/console.log | 76 +-
12-update_baseline/console.log | 2282 +-
12-update_baseline/new-results-0.csv | 58 +-
12-update_baseline/new-results-1.csv | 58 +-
12-update_baseline/new-results-full.csv | 58 +-
12-update_baseline/new-results.csv | 58 +-
12-update_baseline/new-results.log | 4052 +-
12-update_baseline/ref-results-0.csv | 58 +-
12-update_baseline/ref-results-1.csv | 58 +-
12-update_baseline/ref-results-full.csv | 58 +-
12-update_baseline/ref-results.csv | 58 +-
12-update_baseline/ref-results.log | 3938 +-
console.log | 105529 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
results_id-1 | 2 +-
results_id-2 | 2 +-
28 files changed, 109745 insertions(+), 109772 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.