lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Misc patches


From: Paul Cercueil
Subject: [PATCH 0/4] Misc patches
Date: Wed, 28 Apr 2021 18:18:08 +0100

Hi,

A Re-re-resend of various patches that I have locally and that should
benefit the project.

Cheers,
-Paul

Paul Cercueil (4):
  Fix htonr_ui implementation on 32-bit powerpc
  Add bswapr_us, bswapr_ui, and bswapr_ul API functions
  Allow *_ui macros on 32-bit CPUs
  Aarch64: Remove assertions on immediate alignment in ldxi/stxi

 doc/body.texi          |  8 +++++++
 include/lightning.h.in | 24 ++++++++++++++++----
 lib/jit_aarch64-cpu.c  | 50 ++++++++++++++----------------------------
 lib/jit_aarch64-sz.c   |  3 +++
 lib/jit_aarch64.c      |  3 +++
 lib/jit_alpha-cpu.c    | 24 ++++++++------------
 lib/jit_alpha-sz.c     |  3 +++
 lib/jit_alpha.c        |  3 +++
 lib/jit_arm-cpu.c      | 19 +++++-----------
 lib/jit_arm-sz.c       |  6 +++++
 lib/jit_arm.c          |  4 ++++
 lib/jit_hppa-cpu.c     |  7 +-----
 lib/jit_hppa-sz.c      |  3 +++
 lib/jit_hppa.c         |  4 ++++
 lib/jit_ia64-cpu.c     | 22 ++++++-------------
 lib/jit_ia64-sz.c      |  3 +++
 lib/jit_mips-cpu.c     | 36 ++++++++++--------------------
 lib/jit_mips-sz.c      | 13 +++++++++--
 lib/jit_mips.c         |  7 ++++--
 lib/jit_names.c        |  2 ++
 lib/jit_ppc-cpu.c      | 42 ++++++++++++++---------------------
 lib/jit_ppc-sz.c       | 12 ++++++++++
 lib/jit_ppc.c          |  7 ++++--
 lib/jit_riscv-cpu.c    | 22 +++++++++----------
 lib/jit_riscv-sz.c     |  3 +++
 lib/jit_riscv.c        |  3 +++
 lib/jit_s390-cpu.c     | 12 ++--------
 lib/jit_s390-sz.c      |  6 +++++
 lib/jit_s390.c         |  7 ++++--
 lib/jit_sparc-cpu.c    |  7 +-----
 lib/jit_sparc-sz.c     |  6 +++++
 lib/jit_sparc.c        |  7 ++++--
 lib/jit_x86-cpu.c      | 23 ++++++++++---------
 lib/jit_x86-sz.c       | 12 ++++++++++
 lib/jit_x86.c          |  7 ++++--
 lib/lightning.c        | 22 +++++++++++++++++++
 36 files changed, 258 insertions(+), 184 deletions(-)

-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]