This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f3ae9589caa [llvm-objcopy][NFC] More error propagation (linkToBuildIdDir)
new bc99383d67b [DEBUGINFO] Handle restore instructions in LiveDebugValues
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/CodeGen/MachineInstr.h | 13 ++
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 47 ++---
lib/CodeGen/LiveDebugValues.cpp | 208 +++++++++++++++------
lib/CodeGen/MachineInstr.cpp | 54 +++++-
.../MIR/X86/live-debug-values-restore.mir | 189 +++++++++++++++++++
5 files changed, 417 insertions(+), 94 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/live-debug-values-restore.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 lldb.
from 96051f1fc [Scalar] Hoist a duplicated (and sometimes wrong) comment.
new 9864b338b [Scalar] Remove partially wrong and unused functions.
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/lldb/Utility/Scalar.h | 4 ----
source/Utility/Scalar.cpp | 50 -------------------------------------------
2 files changed, 54 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 lldb.
from f1beb562a [Scalar] Implement support for 512-bit values.
new 96051f1fc [Scalar] Hoist a duplicated (and sometimes wrong) comment.
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:
source/Utility/Scalar.cpp | 12 +++---------
1 file changed, 3 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 2a9164966ee gn build: Add BPF target.
new f3ae9589caa [llvm-objcopy][NFC] More error propagation (linkToBuildIdDir)
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:
tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 34 +++++++++++++++++++++-------------
1 file changed, 21 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 873d47dbf54 GlobalISel: Add simpler way of always specifying custom lowering
new 2a9164966ee gn build: Add BPF target.
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:
.../llvm/lib/Target/BPF/AsmParser/BUILD.gn | 23 ++++++
utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn | 94 ++++++++++++++++++++++
.../llvm/lib/Target/BPF/Disassembler/BUILD.gn | 22 +++++
.../llvm/lib/Target/BPF/InstPrinter/BUILD.gn | 24 ++++++
.../llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn | 60 ++++++++++++++
.../llvm/lib/Target/BPF/TargetInfo/BUILD.gn | 14 ++++
utils/gn/secondary/llvm/lib/Target/targets.gni | 4 +
7 files changed, 241 insertions(+)
create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/AsmParser/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/Disassembler/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/InstPrinter/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/TargetInfo/BUILD.gn
--
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 lldb.
from 9c4ae443c [CMake] Accept entitlements for code signing in add_lldb_library()
new f1beb562a [Scalar] Implement support for 512-bit values.
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/lldb/Utility/Scalar.h | 7 ++
source/Utility/RegisterValue.cpp | 1 +
source/Utility/Scalar.cpp | 212 ++++++++++++++++++++++++++++++++++++++-
unittests/Utility/ScalarTest.cpp | 23 +++++
4 files changed, 242 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 binutils-gdb.
from b5eba2d8c0 Release the GIL while running a gdb command or expression
new 956cc47c56 [PR gdb/23985] Fix libinproctrace.so build
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:
gdb/gdbserver/ChangeLog | 6 ++++++
gdb/gdbserver/Makefile.in | 6 ++++++
2 files changed, 12 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 edbf6b77812 AMDGPU: Stop generating unused intrinsic .inc files
new f3ab9fd4fb3 GlobalISel: Add assert that legalize mutation makes sense
new 873d47dbf54 GlobalISel: Add simpler way of always specifying custom lowering
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/LegalizerInfo.h | 5 ++
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 65 ++++++++++++++++++++++++-
2 files changed, 69 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 linux.
from 62967898789d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
new 2486e67374aa gpio: pcf857x: Fix interrupts on multiple instances
new 1033be58992f gpiolib: fix line event timestamps for nested irqs
new 09d158d52d2b gpio: sprd: Fix the incorrect data register
new f785ffb61605 gpio: sprd: Fix incorrect irq type setting for the async EIC
new 2095a45e345e gpio: altera-a10sr: Set proper output level for direction_output
new aa284d64a9c5 Merge tag 'gpio-5.0-rc4-fixes-for-linus' of git://git.kern [...]
new 7ae710f9f8b2 gpio: vf610: Mask all GPIO interrupts
new 877ef51d53ab Merge tag 'gpio-v5.0-3' of git://git.kernel.org/pub/scm/li [...]
new 51d8838d66d3 iommu/amd: Call free_iova_fast with pfn in map_sg
new f1724c0883bb iommu/amd: Unmap all mapped pages in error path of map_sg
new 198bc3252ea3 iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()
new da5d2748e4a4 iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()
new 9825bd94e3a2 iommu/amd: Fix IOMMU page flush when detach device from a domain
new 1c0490ce9022 Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/p [...]
The 14 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/gpio/gpio-altera-a10sr.c | 4 +++-
drivers/gpio/gpio-eic-sprd.c | 14 +++++++++++++-
drivers/gpio/gpio-pcf857x.c | 26 ++++++++++++--------------
drivers/gpio/gpio-vf610.c | 5 +++++
drivers/gpio/gpiolib.c | 9 ++++++++-
drivers/iommu/amd_iommu.c | 19 +++++++++++++------
drivers/iommu/intel-iommu.c | 2 +-
drivers/iommu/mtk_iommu_v1.c | 4 ++++
8 files changed, 59 insertions(+), 24 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 openacc-gcc-8-branch
in repository gcc.
from de9b72da74a Default compute dimensions: list "-fopenacc-dim" in documentation
new ec492d0255b When invoking gcc to compile fortran code, fortran.exp is c [...]
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:
libgomp/ChangeLog.openacc | 7 +++++++
libgomp/testsuite/libgomp.fortran/fortran.exp | 2 +-
libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.