Age | Commit message (Expand) | Author | Files | Lines |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 3 | -3/+0 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-04-05 | tcg/mips: Fix SoftTLB comparison on mips backend | Kele Huang | 1 | -1/+1 |
2021-03-23 | tcg: Workaround macOS 11.2 mprotect bug | Richard Henderson | 1 | -3/+7 |
2021-03-23 | tcg: Do not set guard pages on the rx portion of code_gen_buffer | Richard Henderson | 1 | -7/+5 |
2021-03-17 | tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op | Miroslav Rezanina | 8 | -19/+31 |
2021-03-17 | tcg/tci: Split out tcg_out_op_r[iI] | Richard Henderson | 1 | -15/+35 |
2021-03-17 | tcg/tci: Split out tcg_out_op_v | Richard Henderson | 1 | -4/+10 |
2021-03-17 | tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm} | Richard Henderson | 1 | -17/+53 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrrcl | Richard Henderson | 1 | -8/+19 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrr | Richard Henderson | 1 | -6/+15 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrrrr | Richard Henderson | 1 | -8/+19 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrcl | Richard Henderson | 1 | -6/+15 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrbb | Richard Henderson | 1 | -7/+16 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrrrc | Richard Henderson | 1 | -9/+21 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrrc | Richard Henderson | 1 | -6/+15 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrr | Richard Henderson | 1 | -5/+14 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rr | Richard Henderson | 1 | -13/+23 |
2021-03-17 | tcg/tci: Split out tcg_out_op_p | Richard Henderson | 1 | -6/+12 |
2021-03-17 | tcg/tci: Split out tcg_out_op_l | Richard Henderson | 1 | -3/+11 |
2021-03-17 | tcg/tci: Split out tcg_out_op_rrs | Richard Henderson | 1 | -43/+37 |
2021-03-17 | tcg/tci: Push opcode emit into each case | Richard Henderson | 1 | -3/+32 |
2021-03-17 | tcg/tci: Implement the disassembler properly | Richard Henderson | 1 | -0/+283 |
2021-03-17 | tcg/tci: Remove tci_disas | Richard Henderson | 2 | -12/+0 |
2021-03-17 | tcg/tci: Hoist op_size checking into tci_args_* | Richard Henderson | 1 | -14/+73 |
2021-03-17 | tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm} | Richard Henderson | 1 | -66/+81 |
2021-03-17 | tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits | Richard Henderson | 2 | -6/+6 |
2021-03-17 | tcg/tci: Clean up deposit operations | Richard Henderson | 3 | -28/+30 |
2021-03-17 | tcg/tci: Split out tci_args_rrrr | Richard Henderson | 1 | -5/+11 |
2021-03-17 | tcg/tci: Split out tci_args_rrrrrr | Richard Henderson | 1 | -11/+20 |
2021-03-17 | tcg/tci: Reuse tci_args_l for goto_tb | Richard Henderson | 3 | -23/+9 |
2021-03-17 | tcg/tci: Reuse tci_args_l for exit_tb | Richard Henderson | 2 | -10/+5 |
2021-03-17 | tcg/tci: Reuse tci_args_l for calls. | Richard Henderson | 1 | -19/+19 |
2021-03-17 | tcg/tci: Split out tci_args_ri and tci_args_rI | Richard Henderson | 1 | -16/+22 |
2021-03-17 | tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl | Richard Henderson | 1 | -20/+32 |
2021-03-17 | tcg/tci: Split out tci_args_rrrrrc | Richard Henderson | 1 | -6/+19 |
2021-03-17 | tcg/tci: Split out tci_args_l | Richard Henderson | 1 | -2/+8 |
2021-03-17 | tcg/tci: Split out tci_args_rrrc | Richard Henderson | 1 | -10/+14 |
2021-03-17 | tcg/tci: Split out tci_args_rrr | Richard Henderson | 1 | -97/+57 |
2021-03-17 | tcg/tci: Split out tci_args_rr | Richard Henderson | 1 | -36/+31 |
2021-03-17 | tcg/tci: Split out tci_args_rrs | Richard Henderson | 1 | -44/+67 |
2021-03-17 | tcg/tci: Rename tci_read_r to tci_read_rval | Richard Henderson | 1 | -96/+96 |
2021-03-17 | tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 | Richard Henderson | 1 | -4/+0 |
2021-03-06 | tcg/tci: Merge mov, not and neg operations | Richard Henderson | 1 | -24/+5 |
2021-03-06 | tcg/tci: Merge bswap operations | Richard Henderson | 1 | -18/+4 |
2021-03-06 | tcg/tci: Merge extension operations | Richard Henderson | 1 | -36/+8 |
2021-03-06 | tcg/tci: Merge basic arithmetic operations | Richard Henderson | 1 | -54/+21 |
2021-03-06 | tcg/tci: Reduce use of tci_read_r64 | Richard Henderson | 1 | -51/+42 |
2021-03-06 | tcg/tci: Remove tci_read_r32s | Richard Henderson | 1 | -18/+2 |
2021-03-06 | tcg/tci: Remove tci_read_r32 | Richard Henderson | 1 | -68/+54 |