This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from d0d887c Rename DoLayout -> HasContents. NFC.
new 72a30f2 Remove dependency to SymbolTable from CommonInputSection.
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:
ELF/InputSection.cpp | 31 +++++++++++++------------------
ELF/InputSection.h | 2 +-
ELF/Writer.cpp | 11 ++++++++++-
3 files changed, 24 insertions(+), 20 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 c6c1814 [AVX512] Remove the intrinsic forms of VMOVSS/VMOVSD. We don' [...]
new e43ff14 [ConstnatFolding] Teach the folder how to fold ConstantVector
new 8065d77 [ConstantFolding] Use ConstantExpr::getWithOperands
new 6b87ada [ConstantFolding] Remove an unused ConstantFoldInstOperands overload
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/Analysis/ConstantFolding.h | 24 +---
include/llvm/Analysis/TargetFolder.h | 5 +-
lib/Analysis/ConstantFolding.cpp | 135 ++++++++++-----------
lib/Analysis/Lint.cpp | 6 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 4 +-
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 14 +--
lib/Transforms/IPO/GlobalOpt.cpp | 6 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 5 +-
lib/Transforms/InstCombine/InstCombineShifts.cpp | 6 +-
.../InstCombine/InstructionCombining.cpp | 14 +--
lib/Transforms/Scalar/GVN.cpp | 15 ++-
lib/Transforms/Utils/Evaluator.cpp | 16 +--
test/Transforms/InstCombine/cast.ll | 2 +-
test/Transforms/InstCombine/icmp-vec.ll | 4 +-
test/Transforms/InstSimplify/pr28725.ll | 2 +-
15 files changed, 122 insertions(+), 136 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 acddb44 Simplify. readAssignment never returns a nullptr.
new d0d887c Rename DoLayout -> HasContents. 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:
ELF/LinkerScript.cpp | 2 +-
ELF/LinkerScript.h | 2 +-
ELF/Writer.cpp | 11 +++++------
3 files changed, 7 insertions(+), 8 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 450453a [CFLAA] Check for pointer types in more places.
new c6c1814 [AVX512] Remove the intrinsic forms of VMOVSS/VMOVSD. We don' [...]
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/X86InstrAVX512.td | 72 +++++++++++++++++++++--------------
test/CodeGen/X86/avx512-intrinsics.ll | 2 +-
test/CodeGen/X86/avx512-select.ll | 2 +-
3 files changed, 45 insertions(+), 31 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 a6f2a04 Revert r276973 "Adjust Registry interface to not require plug [...]
new 5899a52 [clang-tidy] Fixes to modernize-use-emplace
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/modernize/UseEmplaceCheck.cpp | 71 ++++++++++++------
clang-tidy/modernize/UseEmplaceCheck.h | 12 ++-
clang-tidy/utils/Matchers.h | 2 -
docs/clang-tidy/checks/modernize-use-emplace.rst | 48 ++++++++----
test/clang-tidy/modernize-use-emplace.cpp | 94 +++++++++++++++++++++++-
5 files changed, 182 insertions(+), 45 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 ec9f7e3 Add LLVM_ENABLE_LLD option to use LLD as C/C++ linker.
new 450453a [CFLAA] Check for pointer types in more places.
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/Analysis/CFLGraph.h | 6 ++++--
1 file changed, 4 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 24ebc2e [docs] Coverage: Reference the new -output-dir option
new 61f0900 Change a test to be less prone to random failures due to unin [...]
new 51a3084 [Parser] Fix bug where delayed typo in conditional expression [...]
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/Parse/ParseExpr.cpp | 7 +-
test/OpenMP/parallel_for_simd_codegen.cpp | 110 +++++++++++++++---------------
test/Sema/typo-correction.c | 15 ++++
3 files changed, 74 insertions(+), 58 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 88a5c80 Capture stderr when checking for gold version
new ec9f7e3 Add LLVM_ENABLE_LLD option to use LLD as C/C++ linker.
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:
CMakeLists.txt | 1 +
cmake/modules/HandleLLVMOptions.cmake | 6 ++++++
2 files changed, 7 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 81266f6 Fixed comment
new 88a5c80 Capture stderr when checking for gold version
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/tools/gold/X86/v1.12/lit.local.cfg | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.