This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1063a019c3f [TableGen] Replace a dyn_cast with isa to avoid an unused v [...]
new 5d5019bab2c Use bitset for assembler predicates
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/llvm/MC/MCParser/MCTargetAsmParser.h | 17 +-
include/llvm/MC/SubtargetFeature.h | 9 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 28 +--
.../AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 7 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 5 +-
.../AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h | 7 +-
.../AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 7 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 108 +++++------
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp | 7 +-
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 2 +-
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h | 7 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 4 +-
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 4 +-
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.h | 7 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 3 +-
.../Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp | 7 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 24 +--
.../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 7 +-
lib/Target/X86/AsmParser/X86AsmParser.cpp | 64 ++++---
utils/TableGen/AsmMatcherEmitter.cpp | 200 ++++++++++++++-------
utils/TableGen/CodeEmitterGen.cpp | 99 ++++++++--
utils/TableGen/SubtargetFeatureInfo.cpp | 20 +--
utils/TableGen/SubtargetFeatureInfo.h | 7 -
23 files changed, 408 insertions(+), 242 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 432d574bf [HWASan] Save + print registers when tag mismatch occurs in AArch64.
new 02dc43c72 [HWASan] Fixed minor AArch64/GCC build error.
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/hwasan/hwasan_tag_mismatch_aarch64.S | 4 ++++
1 file changed, 4 insertions(+)
--
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 binutils-gdb.
from e7b681f1c6 Automatic date update in version.in
new 82cb27ff6b Remove redundant assignment from dwarf2_find_containing_comp_unit
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 1 -
2 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bf774f3 0: good: llvm-linux: 16
new dafdaf4 0: good: llvm-linux: 16
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 (bf774f3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 5471 ++++++++++++++++++++--------------------
3-build_linux/console.log | 30 +-
console.log | 5515 ++++++++++++++++++++---------------------
jenkins/manifest.sh | 10 +-
5 files changed, 5505 insertions(+), 5535 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 fcda0348af1 [AMDGPU] Mark enum types in SIDefines.h as unsigned
new 1063a019c3f [TableGen] Replace a dyn_cast with isa to avoid an unused v [...]
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/TableGen/DAGISelMatcher.cpp | 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 763ae301ec7 [SimplifyCFG] Retain debug info when threading jumps with c [...]
new fcda0348af1 [AMDGPU] Mark enum types in SIDefines.h as unsigned
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 4 +--
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 2 +-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 2 +-
lib/Target/AMDGPU/SIDefines.h | 34 +++++++++++-----------
4 files changed, 21 insertions(+), 21 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 19daaf13 [clangd] Respect Origin option in createStaticIndexingAction
new bb8fbdd0 [clang-tidy] Add the abseil-time-compare 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 | 1 +
clang-tidy/abseil/DurationComparisonCheck.cpp | 12 +-
clang-tidy/abseil/DurationRewriter.h | 10 ++
...ComparisonCheck.cpp => TimeComparisonCheck.cpp} | 30 +++--
.../{NoNamespaceCheck.h => TimeComparisonCheck.h} | 18 +--
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/abseil-time-comparison.rst | 23 ++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-time-comparison.cpp | 129 +++++++++++++++++++++
10 files changed, 200 insertions(+), 33 deletions(-)
copy clang-tidy/abseil/{DurationComparisonCheck.cpp => TimeComparisonCheck.cpp} (62%)
copy clang-tidy/abseil/{NoNamespaceCheck.h => TimeComparisonCheck.h} (56%)
create mode 100644 docs/clang-tidy/checks/abseil-time-comparison.rst
create mode 100644 test/clang-tidy/abseil-time-comparison.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.