This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0f15518 GlobalISel: support translation of intrinsic calls.
new d6e3a65 GlobalISel: translate "unreachable" (into nothing)
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/CodeGen/GlobalISel/IRTranslator.cpp | 3 +++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 10 ++++++++++
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 33bf01e [Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
new ebd8336 Think this will fix issues with the error messages generated [...]
new 0f15518 GlobalISel: support translation of intrinsic calls.
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/CodeGen/GlobalISel/IRTranslator.h | 5 ++
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 13 +++++
include/llvm/Target/GenericOpcodes.td | 16 ++++++
include/llvm/Target/TargetIntrinsicInfo.h | 2 +-
include/llvm/Target/TargetOpcodes.def | 6 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 34 ++++++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 14 +++++
lib/Object/Archive.cpp | 28 +++++-----
lib/Target/TargetIntrinsicInfo.cpp | 2 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 19 +++++++
test/tools/llvm-objdump/malformed-archives.test | 60 ++++++++++++++++++++++
11 files changed, 182 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-objdump/malformed-archives.test
--
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 63f5b67 [lld][MachO] Replace some std::string with char* buffers to e [...]
new 7b279a2 [LinkerScript] Filler can have a decimal value.
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 | 16 +++++++++++-----
test/ELF/linkerscript/linkerscript-sections-padding.s | 10 +++++-----
2 files changed, 16 insertions(+), 10 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 1cb4d96 Fix CGOpenMPRuntime.cpp for VS2013. NFC. I don't know why th [...]
new efed26f Remove unused variable.
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/Headers/avx512fintrin.h | 1 -
1 file changed, 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 a8209f7 pdbdump: Dump Free Page Map contents.
new 9d2d439 [Hexagon] Fix test that uses -debug-only to require asserts.
new 53c51fa [X86] Match PSADBW in straight-line code
new 33bf01e [Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
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:
lib/Target/Hexagon/HexagonBranchRelaxation.cpp | 18 +-
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 2 +-
lib/Target/Hexagon/HexagonFixupHwLoops.cpp | 4 +-
lib/Target/Hexagon/HexagonFrameLowering.cpp | 44 +-
lib/Target/Hexagon/HexagonGenInsert.cpp | 2 +-
lib/Target/Hexagon/HexagonHazardRecognizer.cpp | 13 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 782 ++++++++++-----------
lib/Target/Hexagon/HexagonInstrInfo.h | 190 ++---
lib/Target/Hexagon/HexagonMachineScheduler.cpp | 16 +-
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 68 +-
lib/Target/Hexagon/HexagonRDFOpt.cpp | 14 +-
lib/Target/Hexagon/HexagonSubtarget.cpp | 38 +-
lib/Target/Hexagon/HexagonSubtarget.h | 4 +-
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 354 +++++-----
lib/Target/Hexagon/HexagonVLIWPacketizer.h | 46 +-
lib/Target/X86/X86ISelLowering.cpp | 137 +++-
.../misaligned_double_vector_store_not_fast.ll | 1 +
test/CodeGen/X86/sad.ll | 309 +++++++-
18 files changed, 1231 insertions(+), 811 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 6b00b5f [X86][AVX] Fix VBROADCASTF128 selection bug (PR28770)
new a8209f7 pdbdump: Dump Free Page Map contents.
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/DebugInfo/MSF/MSFCommon.h | 2 ++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 11 +++++++++++
test/DebugInfo/PDB/pdbdump-headers.test | 4 +++-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 19 +++++++++++++++++++
tools/llvm-pdbdump/LLVMOutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 3 +++
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
7 files changed, 40 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 clang-tools-extra.
from 6725da4 [clang-rename] speedup RenamingAction
new dddd8a8 Sorting includes; 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:
clang-tidy/readability/IdentifierNamingCheck.cpp | 2 +-
1 file changed, 1 insertion(+), 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 libunwind.
from 8b1a2bb [libunwind][ARM] Add support for Thumb1 targets
new f1034cf libunwind: correct return code in unwinding trace log message
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:
src/Unwind-EHABI.cpp | 2 +-
1 file changed, 1 insertion(+), 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 users/palves/PR18077-new-ui-sync-commands
in repository binutils-gdb.
discards 7798390 Fix PR gdb/20418 - Problems with synchronous commands and new-ui
new 6af0d0e Fix PR gdb/20418 - Problems with synchronous commands and new-ui
new 40b7152 test
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 (7798390)
\
N -- N -- N refs/heads/users/palves/PR18077-new-ui-sync-commands (40b7152)
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 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:
gdb/testsuite/gdb.mi/mi-exec-run-sync.exp | 117 ++++++++++++++++++++++++++++++
1 file changed, 117 insertions(+)
create mode 100644 gdb/testsuite/gdb.mi/mi-exec-run-sync.exp
--
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 5e11785 [msf] Resubmit "Rename Msf -> MSF".
new 6b00b5f [X86][AVX] Fix VBROADCASTF128 selection bug (PR28770)
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 | 32 +++++--
test/CodeGen/X86/avx-vbroadcastf128.ll | 132 ++++++++++++++++++++++++++++
test/CodeGen/X86/avx2-vbroadcasti128.ll | 150 ++++++++++++++++++++++++++++++++
3 files changed, 307 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.