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