Age | Commit message (Expand) | Author | Files | Lines |
2018-06-15 | tcg: Reduce max TB opcode count | Richard Henderson | 1 | -1/+1 |
2017-11-03 | tcg/s390x: Use constant pool for prologue | Richard Henderson | 1 | -32/+12 |
2017-09-17 | tcg: Remove tcg_regset_set32 | Richard Henderson | 1 | -7/+7 |
2017-09-17 | tcg: Remove tcg_regset_clear | Richard Henderson | 1 | -4/+4 |
2017-09-07 | tcg/s390: Use constant pool for cmpi | Richard Henderson | 1 | -69/+67 |
2017-09-07 | tcg/s390: Use constant pool for xori | Richard Henderson | 1 | -37/+40 |
2017-09-07 | tcg/s390: Use constant pool for ori | Richard Henderson | 1 | -40/+34 |
2017-09-07 | tcg/s390: Use constant pool for andi | Richard Henderson | 1 | -6/+14 |
2017-09-07 | tcg/s390: Use constant pool for movi | Richard Henderson | 2 | -53/+78 |
2017-09-07 | tcg/s390: Fix sign of patch_reloc addend | Richard Henderson | 1 | -12/+13 |
2017-09-07 | tcg/s390: Introduce TCG_REG_TB | Richard Henderson | 2 | -12/+61 |
2017-09-07 | tcg: Rearrange ldst label tracking | Richard Henderson | 2 | -2/+6 |
2017-09-07 | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson | 1 | -0/+10 |
2017-09-06 | tcg/s390: Use slbgr for setcond le and leu | Richard Henderson | 1 | -76/+43 |
2017-09-06 | tcg/s390: Use load-on-condition-2 facility | Richard Henderson | 2 | -17/+63 |
2017-09-06 | tcg/s390: Use distinct-operands facility | Richard Henderson | 2 | -28/+91 |
2017-09-06 | tcg/s390: Merge ori+xori facilities check to tcg_target_op_def | Richard Henderson | 1 | -68/+33 |
2017-09-06 | tcg/s390: Merge add2i facilities check to tcg_target_op_def | Richard Henderson | 1 | -24/+14 |
2017-09-06 | tcg/s390: Merge muli facilities check to tcg_target_op_def | Richard Henderson | 1 | -20/+25 |
2017-09-06 | tcg/s390: Merge cmpi facilities check to tcg_target_op_def | Richard Henderson | 1 | -38/+30 |
2017-09-06 | tcg/s390: Fully convert tcg_target_op_def | Richard Henderson | 1 | -124/+154 |
2017-09-05 | tcg: Add tcg target default memory ordering | Pranith Kumar | 1 | -0/+2 |
2017-06-05 | tcg/s390: Implement goto_ptr | Richard Henderson | 2 | -4/+22 |
2017-06-05 | tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr | Emilio G. Cota | 1 | -0/+1 |
2017-01-13 | tcg/s390: Fix merge error with facilities | Richard Henderson | 1 | -1/+1 |
2017-01-10 | tcg: Add opcode for ctpop | Richard Henderson | 1 | -0/+2 |
2017-01-10 | tcg/s390: Handle clz opcode | Richard Henderson | 2 | -2/+36 |
2017-01-10 | tcg: Add clz and ctz opcodes | Richard Henderson | 1 | -0/+4 |
2017-01-10 | tcg: Pass the opcode width to target_parse_constraint | Richard Henderson | 1 | -9/+5 |
2017-01-10 | tcg: Transition flat op_defs array to a target callback | Richard Henderson | 1 | -2/+12 |
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 |
2017-01-10 | tcg: Add field extraction primitives | Richard Henderson | 1 | -0/+4 |
2016-12-23 | tcg/s390: Remove 'R' constraint | Richard Henderson | 1 | -15/+10 |
2016-12-23 | tcg/s390: Fix setcond expansion | Richard Henderson | 1 | -20/+30 |
2016-09-16 | tcg/s390: Add support for fence | Pranith Kumar | 1 | -0/+11 |
2016-09-16 | tcg: Support arbitrary size + alignment | Richard Henderson | 1 | -9/+6 |
2016-07-12 | tcg: Clean up tcg-target.h header guards | Markus Armbruster | 1 | -2/+3 |
2016-07-05 | tcg: Improve the alignment check infrastructure | Sergey Sorokin | 1 | -4/+5 |
2016-07-05 | tcg: Optimize spills of constants | Richard Henderson | 1 | -0/+6 |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov | 1 | -5/+6 |
2016-05-12 | tcg/s390: Make direct jump patching thread-safe | Sergey Fedorov | 1 | -0/+8 |
2016-04-21 | tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG | Aurelien Jarno | 1 | -1/+1 |
2016-04-21 | tcg: use tcg_debug_assert instead of assert (fix performance regression) | Aurelien Jarno | 1 | -3/+3 |
2016-02-23 | tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c | Peter Maydell | 1 | -1/+0 |
2016-02-23 | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell | 1 | -0/+0 |
2016-01-29 | tcg: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-08-28 | s390: fix softmmu compilation | Laurent Vivier | 1 | -2/+2 |
2015-08-24 | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier | 1 | -9/+4 |