| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tcg-mips: Add mips64 opcodes | Jin Guojie | 2017-01-06 | 1 | -75/+118 |
* | tcg-mips: Move bswap code to a subroutine | Jin Guojie | 2017-01-06 | 2 | -70/+139 |
* | tcg/mips: Add support for fence | Pranith Kumar | 2016-09-16 | 1 | -0/+30 |
* | tcg: Support arbitrary size + alignment | Richard Henderson | 2016-09-16 | 1 | -2/+9 |
* | tcg: Clean up tcg-target.h header guards | Markus Armbruster | 2016-07-12 | 1 | -2/+3 |
* | tcg: Optimize spills of constants | Richard Henderson | 2016-07-06 | 1 | -0/+10 |
* | tcg: Clean up direct block chaining data fields | Sergey Fedorov | 2016-05-13 | 1 | -4/+4 |
* | tcg/mips: Make direct jump patching thread-safe | Sergey Fedorov | 2016-05-13 | 1 | -2/+1 |
* | tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG | Aurelien Jarno | 2016-04-21 | 1 | -1/+1 |
* | tcg: use tcg_debug_assert instead of assert (fix performance regression) | Aurelien Jarno | 2016-04-21 | 1 | -9/+9 |
* | tcg/mips: Fix type of tcg_target_reg_alloc_order[] | James Hogan | 2016-04-05 | 1 | -1/+1 |
* | tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c | Peter Maydell | 2016-02-23 | 1 | -1/+0 |
* | tcg: Rename tcg-target.c to tcg-target.inc.c | Peter Maydell | 2016-02-23 | 1 | -0/+0 |
* | tcg: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -1/+1 |
* | tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ | James Hogan | 2015-10-19 | 1 | -6/+37 |
* | tcg/mips: Support r6 multiply/divide encodings | James Hogan | 2015-10-19 | 2 | -3/+43 |
* | tcg/mips: Support r6 JR encoding | James Hogan | 2015-10-19 | 1 | -1/+4 |
* | tcg/mips: Add use_mips32r6_instructions definition | James Hogan | 2015-10-19 | 1 | -0/+7 |
* | tcg/mips: pass oi to tcg_out_tlb_load | Aurelien Jarno | 2015-09-19 | 1 | -15/+5 |
* | tcg/mips: move tcg_out_addsub2 | Aurelien Jarno | 2015-09-19 | 1 | -49/+49 |
* | tcg/mips: Fix clobbering of qemu_ld inputs | James Hogan | 2015-09-19 | 1 | -11/+15 |
* | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier | 2015-08-24 | 1 | -8/+8 |
* | tcg/mips: fix add2 | Aurelien Jarno | 2015-08-01 | 1 | -0/+3 |
* | tcg/mips: Mask TCGMemOp appropriately for indexing | Aurelien Jarno | 2015-08-01 | 1 | -2/+2 |
* | tcg/mips: fix TLB loading for BE host with 32-bit guests | Aurelien Jarno | 2015-08-01 | 1 | -1/+3 |
* | tcg/mips: Fix build error from merged memop+mmu_idx parameter | James Hogan | 2015-07-09 | 1 | -2/+2 |
* | tcg: Mask TCGMemOp appropriately for indexing | Richard Henderson | 2015-06-09 | 1 | -2/+2 |
* | tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS | Paolo Bonzini | 2015-06-03 | 1 | -0/+1 |
* | tcg: Push merged memop+mmu_idx parameter to softmmu routines | Richard Henderson | 2015-05-14 | 1 | -13/+13 |
* | tcg: Merge memop and mmu_idx parameters to qemu_ld/st | Richard Henderson | 2015-05-14 | 1 | -4/+8 |
* | tcg: Change generator-side labels to a pointer | Richard Henderson | 2015-03-13 | 1 | -9/+8 |
* | tcg/mips: fix store softmmu slow path | Aurelien Jarno | 2014-11-02 | 1 | -1/+1 |
* | Fix new typos (found by codespell) | Stefan Weil | 2014-06-24 | 1 | -2/+2 |
* | tcg: Remove TCG_TARGET_HAS_new_ldst | Richard Henderson | 2014-06-04 | 1 | -2/+0 |
* | tcg-mips: Enable direct chaining of TBs | Richard Henderson | 2014-05-24 | 1 | -1/+10 |
* | tcg-mips: Simplify movcond | Richard Henderson | 2014-05-24 | 1 | -49/+17 |
* | tcg-mips: Simplify brcond2 | Richard Henderson | 2014-05-24 | 1 | -57/+20 |
* | tcg-mips: Improve setcond eq/ne vs zeros | Richard Henderson | 2014-05-24 | 1 | -4/+36 |
* | tcg-mips: Simplify setcond2 | Richard Henderson | 2014-05-24 | 1 | -64/+31 |
* | tcg-mips: Simplify brcond | Richard Henderson | 2014-05-24 | 1 | -46/+41 |
* | tcg-mips: Simplify setcond | Richard Henderson | 2014-05-24 | 1 | -58/+67 |
* | tcg-mips: Commonize opcode implementations | Richard Henderson | 2014-05-24 | 1 | -114/+98 |
* | tcg-mips: Improve add2/sub2 | Richard Henderson | 2014-05-24 | 1 | -31/+56 |
* | tcg-mips: Hoist args loads | Richard Henderson | 2014-05-24 | 1 | -98/+103 |
* | tcg-mips: Fix subtract immediate range | Richard Henderson | 2014-05-24 | 1 | -5/+11 |
* | tcg-mips: Name the opcode enumeration | Richard Henderson | 2014-05-24 | 1 | -9/+9 |
* | tcg-mips: Use EXT for AND on mips32r2 | Richard Henderson | 2014-05-24 | 2 | -14/+50 |
* | tcg-mips: Use T9 for TCG_TMP1 | Richard Henderson | 2014-05-24 | 1 | -1/+1 |
* | tcg-mips: Introduce TCG_TMP0, TCG_TMP1 | Richard Henderson | 2014-05-24 | 1 | -114/+117 |
* | tcg-mips: Rearrange register allocation | Richard Henderson | 2014-05-24 | 2 | -11/+19 |