| Commit message (Expand) | Author | Age | Files | Lines |
* | overall/alpha tcg cpus|hppa: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | meson: target | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 1 | -1/+1 |
* | target/hppa: Free some temps in do_sub | Richard Henderson | 2020-07-24 | 1 | -0/+2 |
* | target/hppa: Allow, but diagnose, LDCW aligned only mod 4 | Richard Henderson | 2020-01-27 | 1 | -1/+14 |
* | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé | 2020-01-16 | 1 | -1/+1 |
* | target/hppa: fetch code with translator_ld | Emilio G. Cota | 2019-10-28 | 1 | -1/+1 |
* | target/hppa: prevent trashing of temporary in do_depw_sar() | Sven Schnelle | 2019-09-14 | 1 | -4/+6 |
* | target/hppa: prevent trashing of temporary in trans_mtctl() | Sven Schnelle | 2019-09-14 | 1 | -1/+4 |
* | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen | 2019-09-03 | 1 | -7/+7 |
* | icount: remove unnecessary gen_io_end calls | Pavel Dovgalyuk | 2019-08-20 | 1 | -1/+0 |
* | decodetree: Add DisasContext argument to !function expanders | Richard Henderson | 2019-05-06 | 1 | -8/+8 |
* | target/hppa: Implement Fast TLB Insert instructions | Nick Hudson | 2019-04-29 | 1 | -0/+54 |
* | tcg: Hoist max_insns computation to tb_gen_code | Richard Henderson | 2019-04-24 | 1 | -3/+2 |
* | target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT | Richard Henderson | 2019-03-15 | 1 | -14/+28 |
* | target/hppa: exit TB if either Data or Instruction TLB changes | Sven Schnelle | 2019-03-12 | 1 | -4/+3 |
* | target/hppa: add TLB protection id check | Sven Schnelle | 2019-03-12 | 1 | -0/+10 |
* | target/hppa: fix b,gate instruction | Sven Schnelle | 2019-03-12 | 1 | -1/+12 |
* | target/hppa: ignore DIAG opcode | Sven Schnelle | 2019-03-12 | 1 | -0/+7 |
* | target/hppa: fix overwriting source reg in addb | Sven Schnelle | 2019-03-12 | 1 | -1/+3 |
* | target/hppa: Check for page crossings in use_goto_tb | Richard Henderson | 2019-03-12 | 1 | -6/+4 |
* | target/hppa: Optimize blr r0,rn | Richard Henderson | 2019-03-08 | 1 | -6/+10 |
* | target/hppa: Do not return freed temporary | Richard Henderson | 2019-03-08 | 1 | -3/+2 |
* | target/hppa: fix dcor instruction | Sven Schnelle | 2019-02-12 | 1 | -1/+1 |
* | target/hppa: Fix addition '</<=' conditions | Sven Schnelle | 2019-02-12 | 1 | -36/+57 |
* | target/hppa: Rearrange log conditions | Richard Henderson | 2019-02-12 | 1 | -7/+49 |
* | target/hppa: Merge translate_one into hppa_tr_translate_insn | Richard Henderson | 2019-02-12 | 1 | -8/+3 |
* | target/hppa: Convert fp operate insns | Richard Henderson | 2019-02-12 | 1 | -435/+308 |
* | target/hppa: Convert fp fused multiply-add insns | Richard Henderson | 2019-02-12 | 1 | -53/+24 |
* | target/hppa: Convert halt/reset insns | Richard Henderson | 2019-02-12 | 1 | -33/+14 |
* | target/hppa: Convert fp indexed memory insns | Richard Henderson | 2019-02-12 | 1 | -93/+0 |
* | target/hppa: Convert offset memory insns | Richard Henderson | 2019-02-12 | 1 | -165/+50 |
* | target/hppa: Convert arithmetic immediate insns | Richard Henderson | 2019-02-12 | 1 | -89/+71 |
* | target/hppa: Convert direct and indirect branches | Richard Henderson | 2019-02-12 | 1 | -101/+30 |
* | target/hppa: Convert shift, extract, deposit insns | Richard Henderson | 2019-02-12 | 1 | -136/+79 |
* | target/hppa: Convert conditional branches | Richard Henderson | 2019-02-12 | 1 | -126/+93 |
* | target/hppa: Convert fp multiply-add | Richard Henderson | 2019-02-12 | 1 | -29/+40 |
* | target/hppa: Convert indexed memory insns | Richard Henderson | 2019-02-12 | 1 | -133/+36 |
* | target/hppa: Convert arithmetic/logical insns | Richard Henderson | 2019-02-12 | 1 | -167/+147 |
* | target/hppa: Convert memory management insns | Richard Henderson | 2019-02-12 | 1 | -111/+51 |
* | target/hppa: Unify specializations of OR | Richard Henderson | 2019-02-12 | 1 | -49/+59 |
* | target/hppa: Convert remainder of system insns | Richard Henderson | 2019-02-12 | 1 | -55/+44 |
* | target/hppa: Convert move to/from system registers | Richard Henderson | 2019-02-12 | 1 | -35/+26 |
* | target/hppa: Begin using scripts/decodetree.py | Richard Henderson | 2019-02-12 | 1 | -5/+19 |
* | target/hppa: Use DisasContextBase.is_jmp | Richard Henderson | 2019-02-12 | 1 | -483/+528 |
* | target/hppa: use tb_cflags() to access tb->cflags | Emilio G. Cota | 2019-02-06 | 1 | -1/+1 |
* | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson | 2018-06-02 | 1 | -3/+3 |
* | translator: merge max_insns into DisasContextBase | Emilio G. Cota | 2018-05-09 | 1 | -5/+2 |
* | tcg: Improve TCGv_ptr support | Richard Henderson | 2018-05-01 | 1 | -14/+2 |
* | target/hppa: Include priv level in user-only iaoq | Richard Henderson | 2018-03-26 | 1 | -8/+4 |