This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository llvm.
from 6537e20 Merging r276479: -------------------------------------------- [...]
new 2adc29e Merging r276389: -------------------------------------------- [...]
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/Transforms/IPO/GlobalOpt.cpp | 4 +-
.../InstCombine/InstructionCombining.cpp | 9 ++-
lib/Transforms/Scalar/ConstantProp.cpp | 7 +-
lib/Transforms/Scalar/JumpThreading.cpp | 3 +-
lib/Transforms/Scalar/LICM.cpp | 6 +-
test/Transforms/ConstProp/calls.ll | 80 +++++++++++-----------
test/Transforms/InstCombine/call.ll | 11 +++
test/Transforms/InstCombine/log-pow.ll | 3 +-
8 files changed, 73 insertions(+), 50 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 8a39975 MC] Provide an MCTargetOptions to implementors of MCAsmBacken [...]
new 480806f NFC: Refactor GVNHoist class so not everything is public
new 9ad9fd4 Fix N^2 instruction ordering comparisons in GVNHoist. This fi [...]
new c0eeb4b Revert "StringSwitch cannot be copied or moved."
The 3 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/ADT/StringSwitch.h | 7 ---
lib/Passes/PassBuilder.cpp | 14 ++---
lib/Transforms/Scalar/GVNHoist.cpp | 108 ++++++++++++++++++-------------------
3 files changed, 60 insertions(+), 69 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 lld.
from 08ea245 Remove trailing whitespaces.
new 4e79664 [ELF] Fix bug in test 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/linkerscript/linkerscript-symbols.s | 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 gcc.
from 9082129 testsuite: add two missing label_values annotations
new 874e20e PR middle-end/71732 * cselib.c (cselib_process_insn): Inval [...]
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 | 6 ++++++
gcc/cselib.c | 7 +++++++
2 files changed, 13 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 llvm.
from 04a8697 StringSwitch cannot be copied or moved.
new 8a39975 MC] Provide an MCTargetOptions to implementors of MCAsmBacken [...]
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/Support/TargetRegistry.h | 12 ++++++++----
lib/CodeGen/LLVMTargetMachine.cpp | 9 ++++++---
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 9 +++++----
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 7 +++++--
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 3 ++-
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h | 4 +++-
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 21 +++++++++++++--------
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h | 14 ++++++++++----
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 6 ++++--
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h | 7 +++++--
.../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 3 ++-
.../Hexagon/MCTargetDesc/HexagonMCTargetDesc.h | 4 +++-
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 12 ++++++++----
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h | 13 +++++++++----
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 3 ++-
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h | 4 +++-
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 3 ++-
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h | 4 +++-
.../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 3 ++-
.../SystemZ/MCTargetDesc/SystemZMCTargetDesc.h | 4 +++-
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 6 ++++--
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h | 7 +++++--
tools/dsymutil/DwarfLinker.cpp | 3 ++-
tools/llvm-dwp/llvm-dwp.cpp | 3 ++-
tools/llvm-mc/llvm-mc.cpp | 5 +++--
25 files changed, 114 insertions(+), 55 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 705ef19 [Myriad]: better compatibility with vendor source
new b17dedc Support '#pragma once' in headers when using PCH
new 8373275 [cc1as] Add MCTargetOptions argument to createAsmBackend
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/Lex/Pragma.cpp | 4 +++-
test/PCH/Inputs/pragma-once.h | 5 +++++
test/PCH/pragma-once.c | 13 +++++++++++++
tools/driver/cc1as_main.cpp | 6 ++++--
4 files changed, 25 insertions(+), 3 deletions(-)
create mode 100644 test/PCH/Inputs/pragma-once.h
create mode 100644 test/PCH/pragma-once.c
--
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 2dc29c8 AVX-512: Fixed [US]INT_TO_FP selection for i1 vectors. It fai [...]
new 04a8697 StringSwitch cannot be copied or moved.
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/ADT/StringSwitch.h | 7 +++++++
lib/Passes/PassBuilder.cpp | 14 +++++++-------
2 files changed, 14 insertions(+), 7 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 a5db362 Remove trailing spaces.
new 790fb3a Revert "Remove trailing spaces."
new efa60b6 Revert "MPITypeMismatchCheck for Clang-Tidy"
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:
clang-tidy/CMakeLists.txt | 1 -
clang-tidy/mpi/CMakeLists.txt | 15 -
clang-tidy/mpi/MPITidyModule.cpp | 37 ---
clang-tidy/mpi/TypeMismatchCheck.cpp | 328 ---------------------
clang-tidy/mpi/TypeMismatchCheck.h | 52 ----
clang-tidy/plugin/CMakeLists.txt | 1 -
clang-tidy/tool/CMakeLists.txt | 1 -
clang-tidy/tool/ClangTidyMain.cpp | 5 -
docs/clang-tidy/checks/list.rst | 1 -
docs/clang-tidy/checks/mpi-type-mismatch.rst | 19 --
test/clang-tidy/Inputs/mpi-type-mismatch/mpimock.h | 62 ----
test/clang-tidy/mpi-type-mismatch.cpp | 254 ----------------
12 files changed, 776 deletions(-)
delete mode 100644 clang-tidy/mpi/CMakeLists.txt
delete mode 100644 clang-tidy/mpi/MPITidyModule.cpp
delete mode 100644 clang-tidy/mpi/TypeMismatchCheck.cpp
delete mode 100644 clang-tidy/mpi/TypeMismatchCheck.h
delete mode 100644 docs/clang-tidy/checks/mpi-type-mismatch.rst
delete mode 100644 test/clang-tidy/Inputs/mpi-type-mismatch/mpimock.h
delete mode 100644 test/clang-tidy/mpi-type-mismatch.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 release_39
in repository llvm.
from b89c2db Merging r275968: -------------------------------------------- [...]
new 6537e20 Merging r276479: -------------------------------------------- [...]
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/Transforms/IPO/PassManagerBuilder.cpp | 7 ++++++-
1 file changed, 6 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 llvm.
from feca1db Remove useless pass from the pipeline in test/Analysis/Domina [...]
new 2dc29c8 AVX-512: Fixed [US]INT_TO_FP selection for i1 vectors. It fai [...]
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/X86/X86ISelLowering.cpp | 21 +++
test/CodeGen/X86/avx512-cvt.ll | 347 +++++++++++++++++++++++++++++++++++++
2 files changed, 368 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.