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-allmodconfig
in repository toolchain/gcc.
from 44fb4672ecf Use atomic load/store to access static backtrace state pointer
adds 4c66cfc8237 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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 llvm.
from 53e1857e0ad Don't build the Tpi Hash map by default.
new 579dd821306 [Hexagon] Some formatting changes, 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:
lib/Target/Hexagon/HexagonDepArch.h | 5 ++---
lib/Target/Hexagon/HexagonDepMappings.td | 3 +--
2 files changed, 3 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-tools-extra.
from 85903ea1 [clangd] Avoid memory-mapping files on Windows
new b4d91b9b [clang-tidy] Add the abseil-duration-comparison check
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/abseil/AbseilTidyModule.cpp | 3 +
clang-tidy/abseil/CMakeLists.txt | 2 +
clang-tidy/abseil/DurationComparisonCheck.cpp | 164 +++++++++++++++++
...rCatAppendCheck.h => DurationComparisonCheck.h} | 18 +-
clang-tidy/abseil/DurationFactoryFloatCheck.cpp | 64 ++-----
clang-tidy/abseil/DurationFactoryScaleCheck.cpp | 50 +-----
clang-tidy/abseil/DurationRewriter.cpp | 109 ++++++++++++
clang-tidy/abseil/DurationRewriter.h | 86 +++++++++
docs/ReleaseNotes.rst | 6 +
.../checks/abseil-duration-comparison.rst | 33 ++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-duration-comparison.cpp | 195 +++++++++++++++++++++
12 files changed, 629 insertions(+), 102 deletions(-)
create mode 100644 clang-tidy/abseil/DurationComparisonCheck.cpp
copy clang-tidy/abseil/{StrCatAppendCheck.h => DurationComparisonCheck.h} (53%)
create mode 100644 clang-tidy/abseil/DurationRewriter.cpp
create mode 100644 clang-tidy/abseil/DurationRewriter.h
create mode 100644 docs/clang-tidy/checks/abseil-duration-comparison.rst
create mode 100644 test/clang-tidy/abseil-duration-comparison.cpp
--
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 7d7bbfa893a [X86] Teach LowerMUL/LowerMULH for vXi8 to unpack constant RHS.
new 53e1857e0ad Don't build the Tpi Hash map by default.
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/DebugInfo/PDB/Native/SymbolCache.cpp | 3 ---
1 file changed, 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/gcc.
from 44fb4672ecf Use atomic load/store to access static backtrace state pointer
adds 4c66cfc8237 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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 llvm.
from edc98edb72c Fix non-modular build.
new a7139785377 [X86] Add DAG combine to combine a v8i32->v8i16 truncate wi [...]
new 7d7bbfa893a [X86] Teach LowerMUL/LowerMULH for vXi8 to unpack constant RHS.
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/SelectionDAG/DAGCombiner.cpp | 20 +++
lib/Target/X86/X86ISelLowering.cpp | 137 ++++++++++-----
test/CodeGen/X86/avx512-cvt-widen.ll | 6 +-
test/CodeGen/X86/combine-mul.ll | 4 +-
test/CodeGen/X86/pmul.ll | 22 +--
test/CodeGen/X86/prefer-avx256-wide-mul.ll | 2 +-
test/CodeGen/X86/vector-idiv-sdiv-128.ll | 198 +++++++++-------------
test/CodeGen/X86/vector-idiv-sdiv-256.ll | 73 +++-----
test/CodeGen/X86/vector-idiv-sdiv-512.ll | 183 +++++++++-----------
test/CodeGen/X86/vector-idiv-udiv-128.ll | 179 ++++++++------------
test/CodeGen/X86/vector-idiv-udiv-256.ll | 121 +++++--------
test/CodeGen/X86/vector-idiv-udiv-512.ll | 263 ++++++++++++-----------------
test/CodeGen/X86/vector-mul.ll | 45 ++---
test/CodeGen/X86/vector-shift-shl-128.ll | 42 ++---
test/CodeGen/X86/vector-shift-shl-256.ll | 54 +++---
15 files changed, 597 insertions(+), 752 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.