qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 00/15] tcg: remainder and tcg-arm updates


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v4 00/15] tcg: remainder and tcg-arm updates
Date: Thu, 4 Jul 2013 13:40:47 -0700

Changes v3-v4:
  * Feedback from Peter Maydell:
   + Use only HWCAP_ARM_IDIVA to detect division
   + New patch 9 to rename variable from armv5 to armv5t
   + Adjust ARM ISA logic patch for identifying armv5t

I didn't go whole hog wrt detecting armv5t w/ hwcap, as I didn't
really want to have to test that somehow.  It'll just fall back
to the v4 version if preprocessor defines aren't present, or we
know we're on v6 or later.


r~



The following changes since commit ab8bf29078e0ab8347e2ff8b4e5542f7a0c751cf:

  Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-07-03 
08:37:00 -0500)

are available in the git repository at:


  git://github.com/rth7680/qemu.git tcg-next

for you to fetch changes up to e17b0b19e60d792581addd828fd9196dc5edc882:

  tcg-arm: Implement tcg_register_jit (2013-07-04 13:06:16 -0700)

----------------------------------------------------------------
Richard Henderson (15):
      tcg: Add myself to general TCG maintainership
      tcg: Split rem requirement from div requirement
      tcg-arm: Don't implement rem
      tcg-ppc: Don't implement rem
      tcg-ppc64: Don't implement rem
      tcg: Allow non-constant control macros
      tcg: Simplify logic using TCG_OPF_NOT_PRESENT
      tcg-arm: Make use of conditional availability of opcodes for divide
      tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions
      tcg-arm: Simplify logic in detecting the ARM ISA in use
      tcg-arm: Use AT_PLATFORM to detect the host ISA
      tcg: Fix high_pc fields in .debug_info
      tcg: Move the CIE and FDE header definitions to common code
      tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size
      tcg-arm: Implement tcg_register_jit

 MAINTAINERS              |   1 +
 tcg/aarch64/tcg-target.h |   2 +
 tcg/arm/tcg-target.c     | 178 ++++++++++++++++++++++++++++++-----------------
 tcg/arm/tcg-target.h     |  15 ++--
 tcg/hppa/tcg-target.c    |  35 +++-------
 tcg/hppa/tcg-target.h    |   1 +
 tcg/i386/tcg-target.c    |  45 +++++-------
 tcg/ia64/tcg-target.h    |   2 +
 tcg/mips/tcg-target.h    |   1 +
 tcg/ppc/tcg-target.c     |  14 ----
 tcg/ppc/tcg-target.h     |   1 +
 tcg/ppc64/tcg-target.c   |  26 -------
 tcg/ppc64/tcg-target.h   |   2 +
 tcg/sparc/tcg-target.c   |  35 +++-------
 tcg/sparc/tcg-target.h   |   2 +
 tcg/tcg-op.h             |  32 +++++++--
 tcg/tcg-opc.h            |  36 +++++-----
 tcg/tcg.c                |  26 +++++--
 tcg/tcg.h                |   6 +-
 tcg/tci/tcg-target.h     |   6 +-
 20 files changed, 248 insertions(+), 218 deletions(-)



reply via email to

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