Age | Commit message (Expand) | Author | Files | Lines |
2019-05-13 | tcg: Support cross-class moves without instruction support | Richard Henderson | 1 | -3/+28 |
2019-05-13 | tcg: Return bool success from tcg_out_mov | Richard Henderson | 10 | -16/+31 |
2019-05-13 | tcg/arm: Use tcg_out_mov_reg in tcg_out_mov | Richard Henderson | 1 | -1/+1 |
2019-05-13 | tcg: Assert fixed_reg is read-only | Richard Henderson | 1 | -47/+40 |
2019-05-13 | tcg: Specify optional vector requirements with a list | Richard Henderson | 4 | -117/+278 |
2019-05-13 | tcg: Allow add_vec, sub_vec, neg_vec, not_vec to be expanded | Richard Henderson | 1 | -16/+33 |
2019-05-13 | tcg: Do not recreate INDEX_op_neg_vec unless supported | Richard Henderson | 1 | -2/+6 |
2019-05-13 | tcg: Implement tcg_gen_gvec_3i() | David Hildenbrand | 2 | -0/+163 |
2019-04-25 | tcg/arm: Restrict constant pool displacement to 12 bits | Richard Henderson | 1 | -36/+21 |
2019-04-24 | tcg/ppc: Allow the constant pool to overflow at 32k | Richard Henderson | 1 | -18/+10 |
2019-04-24 | tcg: Restart TB generation after out-of-line ldst overflow | Richard Henderson | 9 | -44/+75 |
2019-04-24 | tcg: Restart TB generation after constant pool overflow | Richard Henderson | 2 | -9/+12 |
2019-04-24 | tcg: Restart TB generation after relocation overflow | Richard Henderson | 2 | -40/+36 |
2019-04-24 | tcg: Restart after TB code generation overflow | Richard Henderson | 1 | -0/+4 |
2019-04-24 | tcg/aarch64: Support INDEX_op_extract2_{i32,i64} | Richard Henderson | 2 | -2/+13 |
2019-04-24 | tcg/arm: Support INDEX_op_extract2_i32 | Richard Henderson | 2 | -1/+26 |
2019-04-24 | tcg/i386: Support INDEX_op_extract2_{i32,i64} | Richard Henderson | 2 | -2/+13 |
2019-04-24 | tcg: Use extract2 in tcg_gen_deposit_{i32,i64} | Richard Henderson | 1 | -4/+30 |
2019-04-24 | tcg: Use deposit and extract2 in tcg_gen_shifti_i64 | Richard Henderson | 1 | -21/+22 |
2019-04-24 | tcg: Add INDEX_op_extract2_{i32,i64} | Richard Henderson | 15 | -0/+51 |
2019-04-24 | tcg: Implement tcg_gen_extract2_{i32,i64} | David Hildenbrand | 2 | -0/+50 |
2019-04-18 | tcg: Simplify how dump_exec_info() prints | Markus Armbruster | 2 | -21/+22 |
2019-04-18 | tcg: Simplify how dump_opcount_info() prints | Markus Armbruster | 2 | -5/+6 |
2019-02-21 | tcg: Remove TODO file | Richard Henderson | 1 | -14/+0 |
2019-02-11 | tcg/i386: fix unsigned vector saturating arithmetic | Mark Cave-Ayland | 1 | -2/+2 |
2019-02-11 | tcg: Diagnose referenced labels that have not been emitted | Richard Henderson | 3 | -3/+33 |
2019-01-30 | tcg: Fix LGPL version number | Thomas Huth | 4 | -4/+4 |
2019-01-28 | cputlb: Remove static tlb sizing | Richard Henderson | 9 | -9/+0 |
2019-01-28 | tcg/tci: enable dynamic TLB sizing | Richard Henderson | 1 | -1/+1 |
2019-01-28 | tcg/mips: enable dynamic TLB sizing | Richard Henderson | 2 | -32/+64 |
2019-01-28 | tcg/mips: Fix tcg_out_qemu_ld_slow_path | Richard Henderson | 1 | -1/+2 |
2019-01-28 | tcg/arm: enable dynamic TLB sizing | Richard Henderson | 2 | -71/+70 |
2019-01-28 | tcg/riscv: enable dynamic TLB sizing | Richard Henderson | 2 | -71/+55 |
2019-01-28 | tcg/s390: enable dynamic TLB sizing | Richard Henderson | 2 | -27/+20 |
2019-01-28 | tcg/sparc: enable dynamic TLB sizing | Richard Henderson | 2 | -33/+51 |
2019-01-28 | tcg/ppc: enable dynamic TLB sizing | Richard Henderson | 2 | -44/+55 |
2019-01-28 | tcg/aarch64: enable dynamic TLB sizing | Richard Henderson | 2 | -42/+60 |
2019-01-28 | tcg/i386: enable dynamic TLB sizing | Emilio G. Cota | 2 | -15/+15 |
2019-01-28 | tcg: introduce dynamic TLB sizing | Emilio G. Cota | 9 | -0/+9 |
2019-01-28 | tcg/aarch64: Implement vector minmax arithmetic | Richard Henderson | 2 | -1/+25 |
2019-01-28 | tcg/aarch64: Implement vector saturating arithmetic | Richard Henderson | 2 | -1/+25 |
2019-01-28 | tcg/i386: Implement vector minmax arithmetic | Richard Henderson | 2 | -1/+82 |
2019-01-28 | tcg/i386: Implement vector saturating arithmetic | Richard Henderson | 2 | -1/+43 |
2019-01-28 | tcg/i386: Split subroutines out of tcg_expand_vec_op | Richard Henderson | 1 | -219/+224 |
2019-01-28 | tcg: Add opcodes for vector minmax arithmetic | Richard Henderson | 10 | -0/+164 |
2019-01-28 | tcg: Add opcodes for vector saturated arithmetic | Richard Henderson | 9 | -24/+119 |
2019-01-28 | tcg: Add write_aofs to GVecGen4 | Richard Henderson | 2 | -8/+21 |
2019-01-28 | tcg: Add gvec expanders for nand, nor, eqv | Richard Henderson | 4 | -0/+81 |
2019-01-28 | tcg: Add logical simplifications during gvec expand | Richard Henderson | 1 | -5/+30 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -2/+2 |