This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 35bfd59001d Fix typos. NFC
new 7dcaeafd0b4 ADT: add <bit> header, implement C++20 bit_cast, use
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/ADT/bit.h | 34 ++++++++++++++++++++++
lib/Support/APInt.cpp | 21 +++++--------
.../AArch64/MCTargetDesc/AArch64AddressingModes.h | 21 ++++++-------
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h | 22 ++++++--------
4 files changed, 59 insertions(+), 39 deletions(-)
create mode 100644 include/llvm/ADT/bit.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 linux.
from 3d0e7a9e00fd Merge tag 'md/4.19-rc2' of git://git.kernel.org/pub/scm/li [...]
new ecfe951f0c1b afs: Fix cell specification to permit an empty address list
new 4051c323c59b ARC: configs: cleanup
new 5c0920897af5 ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-addre [...]
new c83532fb0fe0 ARC: [plat-axs*]: Enable SWAP
new 1e3bece2ded7 ARC: cleanup show_faulting_vma()
new c27d0e9045bb ARC: sort Kconfig
new 2b52e2a67c86 arc: remove redundant GCC version checks
new 3fcbb8260a87 ARC: atomics: unbork atomic_fetch_##op()
new 678c8110d23c ARC: dma [IOC]: mark DMA devices connected as dma-coherent
new 2820a708d5a3 ARC: dma [IOC] Enable per device io coherency
new 2b720e99a129 ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled
new dd45210b6dd4 ARC: don't check for HIGHMEM pages in arch_dma_alloc
new 2c34a0e041a7 Merge tag 'arc-4.19-rc3' of git://git.kernel.org/pub/scm/l [...]
new 38f5d8d8cbb2 i2c: uniphier: issue STOP only for last message or I2C_M_STOP
new 4c85609b08c4 i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP
new f6eb89349078 dt-bindings: imx-lpi2c: Remove mx8dv compatible entry
new 20fdcd760a63 i2c: imx-lpi2c: Remove mx8dv compatible entry
new 851a15114895 i2c: i801: fix DNV's SMBCTRL register offset
new ae7304c3ea28 i2c: xiic: Make the start and the byte count write atomic
new da4dfaf8428d i2c: xiic: Record xilinx i2c with Zynq fragment
new d7b686ebf704 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
The 21 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:
.../devicetree/bindings/i2c/i2c-imx-lpi2c.txt | 3 +-
MAINTAINERS | 1 +
arch/arc/Kconfig | 10 +--
arch/arc/Makefile | 10 +--
arch/arc/boot/dts/axc003.dtsi | 26 +++++++
arch/arc/boot/dts/axc003_idu.dtsi | 26 +++++++
arch/arc/boot/dts/axs10x_mb.dtsi | 7 +-
arch/arc/boot/dts/hsdk.dts | 11 ++-
arch/arc/configs/axs101_defconfig | 3 -
arch/arc/configs/axs103_defconfig | 3 -
arch/arc/configs/axs103_smp_defconfig | 3 -
arch/arc/configs/haps_hs_defconfig | 2 -
arch/arc/configs/haps_hs_smp_defconfig | 2 -
arch/arc/configs/hsdk_defconfig | 1 -
arch/arc/configs/nps_defconfig | 1 -
arch/arc/configs/nsim_700_defconfig | 2 -
arch/arc/configs/nsim_hs_defconfig | 2 -
arch/arc/configs/nsim_hs_smp_defconfig | 2 -
arch/arc/configs/nsimosci_defconfig | 2 -
arch/arc/configs/nsimosci_hs_defconfig | 2 -
arch/arc/configs/nsimosci_hs_smp_defconfig | 2 -
arch/arc/configs/tb10x_defconfig | 1 -
arch/arc/configs/vdk_hs38_defconfig | 2 -
arch/arc/configs/vdk_hs38_smp_defconfig | 1 -
arch/arc/include/asm/atomic.h | 2 +-
arch/arc/include/asm/dma-mapping.h | 13 ++++
arch/arc/kernel/troubleshoot.c | 13 ++--
arch/arc/mm/cache.c | 36 ++++++----
arch/arc/mm/dma.c | 82 +++++++++++-----------
drivers/i2c/busses/i2c-i801.c | 7 +-
drivers/i2c/busses/i2c-imx-lpi2c.c | 1 -
drivers/i2c/busses/i2c-uniphier-f.c | 7 +-
drivers/i2c/busses/i2c-uniphier.c | 7 +-
drivers/i2c/busses/i2c-xiic.c | 4 ++
fs/afs/proc.c | 15 ++--
35 files changed, 177 insertions(+), 135 deletions(-)
create mode 100644 arch/arc/include/asm/dma-mapping.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 90c166c4e52 Remove addBlockByrefAddress(), it is dead code as far as cl [...]
new 35bfd59001d Fix typos. 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:
include/llvm/MC/MCParser/MCAsmLexer.h | 2 +-
lib/CodeGen/ImplicitNullChecks.cpp | 2 +-
lib/MC/MCContext.cpp | 2 +-
3 files changed, 3 insertions(+), 3 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 compiler-rt.
from 8945e6a26 [hwasan] Disable print-memory-usage-android test.
new e843a7f98 [hwasan] rename two .cc tests into .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:
test/hwasan/TestCases/{stack-oob.cc => stack-oob.c} | 8 ++++----
test/hwasan/TestCases/{stack-uar.cc => stack-uar.c} | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
rename test/hwasan/TestCases/{stack-oob.cc => stack-oob.c} (54%)
rename test/hwasan/TestCases/{stack-uar.cc => stack-uar.c} (74%)
--
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 compiler-rt.
from 6b0b63ea5 Switch to using a reserved identifier for this internal compi [...]
new 8945e6a26 [hwasan] Disable print-memory-usage-android test.
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/hwasan/TestCases/print-memory-usage-android.c | 5 +++++
1 file changed, 5 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 68a98733468 [MemorySSA] Relax verification of clobbering accesses.
new 90c166c4e52 Remove addBlockByrefAddress(), it is dead code as far as cl [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 2 -
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 132 ----------------------------
lib/IR/Verifier.cpp | 8 ++
test/Verifier/blockbyref.ll | 19 ++++
4 files changed, 27 insertions(+), 134 deletions(-)
create mode 100644 test/Verifier/blockbyref.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 compiler-rt.
from 92e97d13f [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocators
new e99eae546 [hwasan] Export memory stats through /proc/$PID/maps.
new 6b0b63ea5 Switch to using a reserved identifier for this internal compi [...]
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/builtins/int_util.c | 8 ++--
lib/builtins/int_util.h | 6 +--
lib/hwasan/hwasan.cc | 47 +++++++++++++++++++---
lib/hwasan/hwasan.h | 2 +
lib/hwasan/hwasan_allocator.h | 2 +-
lib/hwasan/hwasan_flags.inc | 2 +
test/hwasan/TestCases/print-memory-usage-android.c | 13 ++++++
7 files changed, 66 insertions(+), 14 deletions(-)
create mode 100644 test/hwasan/TestCases/print-memory-usage-android.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 gcc.
from 0fb27bd8264 Remove unused init_unsigned_integer function.
new 2a4787da690 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 21fef1371e3 Daily bump.
new 148e624d19c Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from fb3684615e5 2018-09-07 Janus Weil <janus(a)gcc.gnu.org>
new 0367f800a87 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.