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 1747733b2 [CMake] Tidy up the organisation of compiler-rt when configur [...]
new 198f0af91 [asan] Relax a test which depends on optimized debug info
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:
test/asan/TestCases/null_deref.cc | 4 ++--
1 file changed, 2 insertions(+), 2 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 binutils-gdb.
from e11078da44 gas object file locations
new bd583225a5 Add overrides, fix FreeBSD build
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 | 6 ++++++
gdb/fbsd-nat.h | 4 ++--
2 files changed, 8 insertions(+), 2 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 f040667a18 [NEON] Support vldNq intrinsics in AArch32 (Clang part)
new c5df29be09 [analyzer] Fix string not being formatted with extra arguments
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/analyzer/SATestBuild.py | 3 ++-
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository lld.
from c9f4a5405 [PPC64] Add support for R_PPC64_GOT_DTPREL16* relocations
new c89d7f967 [ELF] - ICF: Add test case to check many sections case.
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:
test/ELF/icf-many-sections.s | 62 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
create mode 100644 test/ELF/icf-many-sections.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.
unknown user pushed a change to branch master
in repository gcc.
from 0ae463d5750 * config/v850/t-v850 (MULTILIB_OPTIONS): Remove 8byte-alig [...]
new f9e6514a028 [AArch64] Add support for Arm Cortex-A76
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:
gcc/ChangeLog | 8 ++++++++
gcc/config/aarch64/aarch64-cores.def | 2 ++
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/doc/invoke.texi | 9 +++++----
4 files changed, 16 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 llvm.
from 751c17bfa03 [AArch64] Add custom lowering for v4i8 trunc store
new b5a170b9c2e [AArch64] Reverting FP16 vcvth_n_s64_f16 to fix
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/AArch64/AArch64InstrInfo.td | 2 --
test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll | 20 --------------------
2 files changed, 22 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 bd7d071d [clangd] Sema ranking tweaks: downrank keywords and injected names.
new bdb93f04 [clang-tidy] Add ExprMutationAnalyzer, that analyzes whether [...]
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/utils/CMakeLists.txt | 1 +
clang-tidy/utils/ExprMutationAnalyzer.cpp | 260 +++++++++
clang-tidy/utils/ExprMutationAnalyzer.h | 56 ++
unittests/clang-tidy/CMakeLists.txt | 1 +
unittests/clang-tidy/ExprMutationAnalyzerTest.cpp | 609 ++++++++++++++++++++++
5 files changed, 927 insertions(+)
create mode 100644 clang-tidy/utils/ExprMutationAnalyzer.cpp
create mode 100644 clang-tidy/utils/ExprMutationAnalyzer.h
create mode 100644 unittests/clang-tidy/ExprMutationAnalyzerTest.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 gcc.
from cdb0b9c458e Add std::__is_byte<std::byte> specialization
new 0ae463d5750 * config/v850/t-v850 (MULTILIB_OPTIONS): Remove 8byte-alig [...]
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:
gcc/ChangeLog | 5 +++++
gcc/config/v850/t-v850 | 4 ++--
2 files changed, 7 insertions(+), 2 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 a0883e04578 [ValueLattice] Return false if value range did not change i [...]
new 212054e1a97 [NEON] Support vldNq intrinsics in AArch32 (LLVM part)
new 751c17bfa03 [AArch64] Add custom lowering for v4i8 trunc store
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/IntrinsicsARM.td | 14 ++
lib/Target/AArch64/AArch64ISelLowering.cpp | 66 ++++++
lib/Target/AArch64/AArch64ISelLowering.h | 2 +
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 24 ++-
lib/Target/ARM/ARMBaseInstrInfo.cpp | 18 ++
lib/Target/ARM/ARMExpandPseudoInsts.cpp | 83 ++++++--
lib/Target/ARM/ARMISelDAGToDAG.cpp | 200 +++++++++++++-----
lib/Target/ARM/ARMISelLowering.cpp | 8 +-
lib/Target/ARM/ARMInstrNEON.td | 23 +-
test/Analysis/CostModel/AArch64/store.ll | 2 +-
test/CodeGen/AArch64/neon-truncStore-extLoad.ll | 10 +
test/CodeGen/ARM/arm-vlddup.ll | 234 +++++++++++++++++++++
.../LoopVectorize/AArch64/interleaved-vs-scalar.ll | 1 -
13 files changed, 605 insertions(+), 80 deletions(-)
create mode 100644 test/CodeGen/ARM/arm-vlddup.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 e16472dc53 Re-apply: [ASTImporter] Import the whole redecl chain of functions
new f040667a18 [NEON] Support vldNq intrinsics in AArch32 (Clang part)
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/Basic/arm_neon.td | 18 +-
lib/CodeGen/CGBuiltin.cpp | 79 +--
test/CodeGen/aarch64-neon-ldst-one.c | 1174 ----------------------------------
test/CodeGen/arm-neon-vld.c | 1087 +++++++++++++++++++++++++++++++
test/CodeGen/arm_neon_intrinsics.c | 315 ---------
test/CodeGen/vld_dup.c | 50 --
6 files changed, 1112 insertions(+), 1611 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.