The second patch comes from the target-s390 patch set I've been working on. The first patch has been split out from that. The third patch provides tcg_high_cond globally, as the 32-bit sparc port suffers from the same bug that afflicted hppa.
Richard Henderson (3): tcg: Add is_unsigned_cond tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS tcg: Add tcg_high_cond tcg/arm/tcg-target.c | 2 +- tcg/hppa/tcg-target.c | 19 ++---------- tcg/i386/tcg-target.c | 2 +- tcg/optimize.c | 6 ++++ tcg/ppc/tcg-target.c | 2 +- tcg/ppc64/tcg-target.c | 2 +- tcg/s390/tcg-target.c | 6 ++-- tcg/sparc/tcg-target.c | 2 +- tcg/tcg-op.h | 82 ++++++++++++++++++++++++++++++++++++++------------ tcg/tcg.c | 2 ++ tcg/tcg.h | 57 +++++++++++++++++++++++++++-------- 11 files changed, 126 insertions(+), 56 deletions(-) -- 1.7.11.4