Age | Commit message (Expand) | Author | Files | Lines |
2017-06-05 | tcg/mips: implement goto_ptr | Aurelien Jarno | 2 | -1/+14 |
2017-06-05 | tcg/arm: Implement goto_ptr | Richard Henderson | 2 | -5/+22 |
2017-06-05 | tcg/arm: Clarify tcg_out_bx for arm4 host | Richard Henderson | 1 | -14/+15 |
2017-06-05 | tcg/s390: Implement goto_ptr | Richard Henderson | 2 | -4/+22 |
2017-06-05 | tcg/sparc: Implement goto_ptr | Richard Henderson | 2 | -2/+11 |
2017-06-05 | tcg/aarch64: Implement goto_ptr | Richard Henderson | 2 | -3/+21 |
2017-06-05 | tcg/ppc: Implement goto_ptr | Richard Henderson | 2 | -1/+8 |
2017-06-05 | tcg/i386: implement goto_ptr | Emilio G. Cota | 2 | -3/+23 |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota | 16 | -0/+49 |
2017-05-06 | tcg/mips: fix field extraction opcode | Aurelien Jarno | 1 | -2/+2 |
2017-04-26 | tcg: Initialize return value after exit_atomic | Richard Henderson | 1 | -0/+6 |
2017-04-20 | Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1 | Peter Maydell | 1 | -7/+0 |
2017-04-03 | tcg/sparc: Zero extend address argument to ld/st helpers | Peter Maydell | 1 | -2/+2 |
2017-04-03 | tcg/sparc: Zero extend data argument to store helpers | Peter Maydell | 1 | -0/+25 |
2017-03-03 | Merge branch 'icount-update' into HEAD | Paolo Bonzini | 1 | -1/+0 |
2017-03-01 | aarch64: Change ext type to TCGType to fix warnings | Pranith Kumar | 1 | -2/+2 |
2017-02-24 | tcg: enable MTTCG by default for ARM on x86 hosts | Alex Bennée | 1 | -0/+11 |
2017-02-24 | tcg: add options for enabling MTTCG | KONRAD Frederic | 1 | -0/+9 |
2017-02-24 | tcg: move TCG_MO/BAR types into own file | Alex Bennée | 2 | -17/+49 |
2017-02-22 | cpu-exec: unify icount_decr and tcg_exit_req | Paolo Bonzini | 1 | -1/+0 |
2017-02-03 | tci: Remove invalid assertions | Stefan Weil | 1 | -2/+0 |
2017-01-17 | tcg/i386: Always use TZCNT when available | Richard Henderson | 1 | -3/+7 |
2017-01-17 | Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR" | Richard Henderson | 1 | -22/+13 |
2017-01-13 | tcg/aarch64: Fix tcg_out_movi | Richard Henderson | 1 | -33/+24 |
2017-01-13 | tcg/aarch64: Fix addsub2 for 0+C | Richard Henderson | 1 | -0/+9 |
2017-01-13 | tcg/s390: Fix merge error with facilities | Richard Henderson | 1 | -1/+1 |
2017-01-10 | tcg/i386: Handle ctpop opcode | Richard Henderson | 2 | -3/+14 |
2017-01-10 | tcg/ppc: Handle ctpop opcode | Richard Henderson | 2 | -3/+14 |
2017-01-10 | tcg: Use ctpop to generate ctz if needed | Richard Henderson | 1 | -40/+60 |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson | 15 | -0/+69 |
2017-01-10 | tcg: Add helpers for clrsb | Richard Henderson | 3 | -0/+34 |
2017-01-10 | tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR | Richard Henderson | 1 | -13/+22 |
2017-01-10 | tcg/i386: Handle ctz and clz opcodes | Richard Henderson | 2 | -13/+120 |
2017-01-10 | tcg/i386: Allow bmi2 shiftx to have non-matching operands | Richard Henderson | 1 | -14/+19 |
2017-01-10 | tcg/i386: Hoist common arguments in tcg_out_op | Richard Henderson | 1 | -102/+95 |
2017-01-10 | tcg/i386: Fuly convert tcg_target_op_def | Richard Henderson | 1 | -142/+198 |
2017-01-10 | tcg/s390: Handle clz opcode | Richard Henderson | 2 | -2/+36 |
2017-01-10 | tcg/mips: Handle clz opcode | Richard Henderson | 2 | -2/+51 |
2017-01-10 | tcg/arm: Handle ctz and clz opcodes | Richard Henderson | 2 | -2/+29 |
2017-01-10 | tcg/aarch64: Handle ctz and clz opcodes | Richard Henderson | 2 | -4/+52 |
2017-01-10 | tcg/ppc: Handle ctz and clz opcodes | Richard Henderson | 2 | -4/+73 |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson | 16 | -0/+246 |
2017-01-10 | tcg: Allow an operand to be matching or a constant | Richard Henderson | 2 | -35/+41 |
2017-01-10 | tcg: Pass the opcode width to target_parse_constraint | Richard Henderson | 10 | -85/+53 |
2017-01-10 | tcg: Transition flat op_defs array to a target callback | Richard Henderson | 11 | -77/+136 |
2017-01-10 | tcg: Add markup for output requires new register | Richard Henderson | 2 | -12/+23 |
2017-01-10 | tcg/optimize: Fold movcond 0/1 into setcond | Richard Henderson | 1 | -0/+15 |
2017-01-10 | tcg/s390: Support deposit into zero | Richard Henderson | 1 | -4/+26 |
2017-01-10 | tcg/s390: Implement field extraction opcodes | Richard Henderson | 2 | -2/+13 |
2017-01-10 | tcg/s390: Expose host facilities to tcg-target.h | Richard Henderson | 2 | -104/+96 |