This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ecc449e514e [ARM/AArch64][v8.5A] Add Armv8.5-A target
new 21491992cfc Revert r343089 "[AArch64] - Return address signing dwarf support"
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/BinaryFormat/Dwarf.def | 15 ++---
include/llvm/BinaryFormat/Dwarf.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 26 +++-----
include/llvm/MC/MCDwarf.h | 6 --
include/llvm/MC/MCStreamer.h | 1 -
lib/BinaryFormat/Dwarf.cpp | 20 +-----
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 3 -
lib/CodeGen/CFIInstrInserter.cpp | 1 -
lib/CodeGen/MIRParser/MILexer.cpp | 1 -
lib/CodeGen/MIRParser/MILexer.h | 1 -
lib/CodeGen/MIRParser/MIParser.cpp | 4 --
lib/CodeGen/MachineOperand.cpp | 5 --
lib/DebugInfo/DWARF/DWARFContext.cpp | 8 +--
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 13 ++--
lib/MC/MCAsmStreamer.cpp | 7 --
lib/MC/MCDwarf.cpp | 4 --
lib/MC/MCStreamer.cpp | 9 ---
lib/Target/AArch64/AArch64FrameLowering.cpp | 6 --
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 10 ---
test/CodeGen/AArch64/sign-return-address.ll | 22 +++---
test/CodeGen/MIR/AArch64/cfi.mir | 2 -
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +-
tools/llvm-readobj/DwarfCFIEHPrinter.h | 13 ++--
tools/llvm-readobj/ELFDumper.cpp | 81 ++++++++++-------------
25 files changed, 75 insertions(+), 192 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 54312c3d1b7 [PowerPC] optimize conditional branch on CRSET/CRUNSET
new ee27783984d [DAG] ExpandLegalINT_TO_FP - pull out repeated getValueType [...]
new ecc449e514e [ARM/AArch64][v8.5A] Add Armv8.5-A target
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/ADT/Triple.h | 1 +
include/llvm/Support/AArch64TargetParser.def | 5 ++++
include/llvm/Support/ARMTargetParser.def | 5 ++++
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 18 ++++++------
lib/Support/TargetParser.cpp | 5 ++++
lib/Support/Triple.cpp | 2 ++
lib/Target/AArch64/AArch64.td | 3 ++
lib/Target/AArch64/AArch64InstrInfo.td | 2 ++
lib/Target/AArch64/AArch64Subtarget.h | 2 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 ++
lib/Target/ARM/ARM.td | 18 ++++++++++++
lib/Target/ARM/ARMInstrInfo.td | 2 ++
lib/Target/ARM/ARMSubtarget.h | 3 ++
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 1 +
unittests/Support/TargetParserTest.cpp | 35 ++++++++++++++---------
15 files changed, 82 insertions(+), 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 llvm.
from 3fccee2ee8c Revert r343058 "[ORC] Add support for multithreaded compile [...]
new 54312c3d1b7 [PowerPC] optimize conditional branch on CRSET/CRUNSET
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/PowerPC/PPCPreEmitPeephole.cpp | 71 ++++++++++++++++
test/CodeGen/PowerPC/setcr_bc.mir | 132 ++++++++++++++++++++++++++++++
test/CodeGen/PowerPC/setcr_bc2.mir | 132 ++++++++++++++++++++++++++++++
3 files changed, 335 insertions(+)
create mode 100644 test/CodeGen/PowerPC/setcr_bc.mir
create mode 100644 test/CodeGen/PowerPC/setcr_bc2.mir
--
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 glibc.
from 4634128642 Remove leading space from testrun.sh
new 61d8b5feee Share MAP_* flags between more architectures.
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:
ChangeLog | 17 +++++++++++++++++
sysdeps/unix/sysv/linux/Makefile | 2 +-
.../linux/bits/{mman.h => mman-map-flags-generic.h} | 9 +++------
sysdeps/unix/sysv/linux/bits/mman.h | 19 +++----------------
sysdeps/unix/sysv/linux/ia64/bits/mman.h | 15 ++-------------
sysdeps/unix/sysv/linux/x86/bits/mman.h | 17 +----------------
6 files changed, 27 insertions(+), 52 deletions(-)
copy sysdeps/unix/sysv/linux/bits/{mman.h => mman-map-flags-generic.h} (88%)
--
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 896ee09882 Remove dead definition from valops.c
new 853924149d elf32-nds32: Remove elf32_nds32_allocate_dynrelocs
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:
bfd/elf32-nds32.c | 13 -------------
gdb/ChangeLog | 4 ++++
2 files changed, 4 insertions(+), 13 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 5635aa9f41f [llvm-exegesis][NFC] Move CodeTemplate to it's own file.
new 3fccee2ee8c Revert r343058 "[ORC] Add support for multithreaded compile [...]
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/ExecutionEngine/Orc/LLJIT.h | 36 ++-------
lib/ExecutionEngine/Orc/LLJIT.cpp | 93 +++-------------------
.../OrcLazy/multiple-compile-threads-basic.ll | 18 -----
tools/lli/lli.cpp | 54 ++-----------
4 files changed, 20 insertions(+), 181 deletions(-)
delete mode 100644 test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.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 gcc.
from 508a36925e4 2018-09-26 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9bd3815cbe3 [PR 87347] Prevent segfaults if TYPE_ARG_TYPES is NULL
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/c/ChangeLog | 6 ++++++
gcc/c/c-parser.c | 7 +++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr87347.c | 6 ++++++
4 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87347.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 4977226d354 [X86][SSE] canReduceVMulWidth - use ComputeNumSignBits/Sign [...]
new 65bcc34568e [X86][SSE] Refresh PR34947 test code to handle D52504
new 5635aa9f41f [llvm-exegesis][NFC] Move CodeTemplate to it's own file.
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:
test/CodeGen/X86/shrink_vmul.ll | 508 +++++++++++++--------
tools/llvm-exegesis/lib/CMakeLists.txt | 1 +
.../llvm-exegesis/lib/CodeTemplate.cpp | 12 +-
tools/llvm-exegesis/lib/CodeTemplate.h | 44 ++
tools/llvm-exegesis/lib/MCInstrDescView.cpp | 4 -
tools/llvm-exegesis/lib/MCInstrDescView.h | 21 -
tools/llvm-exegesis/lib/SnippetGenerator.h | 1 +
7 files changed, 381 insertions(+), 210 deletions(-)
copy lib/Target/ARC/ARCMachineFunctionInfo.cpp => tools/llvm-exegesis/lib/CodeTemp [...]
create mode 100644 tools/llvm-exegesis/lib/CodeTemplate.h
--
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 afbc9614c01 [llvm-exegesis] Add support for measuring NumMicroOps.
new 4977226d354 [X86][SSE] canReduceVMulWidth - use ComputeNumSignBits/Sign [...]
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 | 18 +-----------------
1 file changed, 1 insertion(+), 17 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 linux.
from a38523185b40 erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.or [...]
new 74bc2abca760 iommu/rockchip: Free irqs in shutdown handler
new be9e6598aeb0 iommu/vt-d: Handle memory shortage on pasid table allocation
new 5ebb1bc2d63d iommu/amd: Return devid as alias for ACPI HID devices
new c307aaf3eb47 Merge tag 'iommu-fixes-v4.19-rc5' of git://git.kernel.org/ [...]
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:
drivers/iommu/amd_iommu.c | 6 ++++++
drivers/iommu/intel-iommu.c | 6 +++---
drivers/iommu/intel-pasid.h | 2 +-
drivers/iommu/rockchip-iommu.c | 6 ++++++
4 files changed, 16 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.