This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d9b0063 [AArch64] Avoid materializing 0.0 when generating FP SELECT
new be23217 [AArch64] Fix test triplet
new 977fc82 Use profile info to set function section prefix to group hot/ [...]
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/Function.h | 6 +++++
include/llvm/IR/LLVMContext.h | 1 +
include/llvm/IR/MDBuilder.h | 3 +++
lib/CodeGen/CodeGenPrepare.cpp | 22 ++++++++++++++--
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 8 ++++--
lib/IR/Function.cpp | 17 +++++++++++++
lib/IR/LLVMContext.cpp | 5 ++++
lib/IR/MDBuilder.cpp | 6 +++++
test/CodeGen/AArch64/fcsel-zero.ll | 2 +-
test/Transforms/CodeGenPrepare/section.ll | 38 ++++++++++++++++++++++++++++
10 files changed, 103 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/section.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 llvm.
from c6b8aca One more additional error check for invalid Mach-O files for [...]
new d9b0063 [AArch64] Avoid materializing 0.0 when generating FP SELECT
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/AArch64ISelLowering.cpp | 19 +++++++
test/CodeGen/AArch64/fcsel-zero.ll | 82 ++++++++++++++++++++++++++++++
2 files changed, 101 insertions(+)
create mode 100644 test/CodeGen/AArch64/fcsel-zero.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 llvm.
from 55352d9 GlobalISel: translate the @llvm.objectsize intrinsic.
new c6b8aca One more additional error check for invalid Mach-O files for [...]
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/Object/MachOObjectFile.cpp | 5 +++++
test/Object/Inputs/macho-invalid-codesign-bad-size | Bin 0 -> 48 bytes
test/Object/macho-invalid.test | 3 +++
3 files changed, 8 insertions(+)
create mode 100644 test/Object/Inputs/macho-invalid-codesign-bad-size
--
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 f4c3280 [c++1z] Fix corner case where we could create a function type [...]
new 89176ac Add missing warning for use of C++1z init-statements in C++14 [...]
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/DiagnosticParseKinds.td | 6 ++++++
lib/Parse/ParseExprCXX.cpp | 4 ++++
test/SemaCXX/warn-c++1z-extensions.cpp | 8 ++++++++
3 files changed, 18 insertions(+)
create mode 100644 test/SemaCXX/warn-c++1z-extensions.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 clang.
from a43654c When two function types have equivalent (but distinct) noexce [...]
new f4c3280 [c++1z] Fix corner case where we could create a function type [...]
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/AST/ASTContext.h | 11 ++++++++++-
lib/AST/ASTContext.cpp | 20 ++++++++++++--------
test/SemaCXX/cxx1z-noexcept-function-type.cpp | 4 ++++
3 files changed, 26 insertions(+), 9 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 1fd8e0a GlobalISel: support floating-point constants on AArch64.
new a30faf0 Remove unused typedef
new 4841e61 GlobalISel: translate memcpy intrinsics.
new 10519cd GlobalISel: select small binary operations on AArch64.
new 55352d9 GlobalISel: translate the @llvm.objectsize intrinsic.
The 4 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/RegionInfo.h | 2 -
include/llvm/CodeGen/GlobalISel/CallLowering.h | 20 +-
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 2 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 29 ++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 13 +-
.../AArch64/GlobalISel/arm64-instructionselect.mir | 407 +++++++++++++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 31 ++
7 files changed, 489 insertions(+), 15 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 6e3c4da Reduce global namespace pollution. NFC.
new 57144cf [Hexagon] Handle block live-ins with lane masks in HexagonBlo [...]
new 1fd8e0a GlobalISel: support floating-point constants on AArch64.
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/Target/AArch64/AArch64InstructionSelector.cpp | 81 ++++++++++++++++++++--
lib/Target/Hexagon/HexagonBlockRanges.cpp | 36 +++++++---
lib/Target/Hexagon/HexagonBlockRanges.h | 3 +-
.../AArch64/GlobalISel/arm64-instructionselect.mir | 35 ++++++++++
4 files changed, 137 insertions(+), 18 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 9bfbc7b [X86][SSE] Added vector lshr/shl combine tests
new 1b1c50f [esan] Remove global variable.
new 6e3c4da Reduce global namespace pollution. NFC.
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/LTO/LTOBackend.cpp | 2 +-
lib/Support/Host.cpp | 4 ++--
lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp | 5 +++--
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 6 ++++--
lib/Target/X86/X86ISelLowering.cpp | 3 ++-
lib/Target/X86/X86InstrFMA3Info.cpp | 1 +
lib/Target/X86/X86InstrFMA3Info.h | 4 ++--
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp | 3 ++-
8 files changed, 17 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.