Age | Commit message (Expand) | Author | Files | Lines |
2019-06-07 | s390x/tcg: Implement VECTOR FP DIVIDE | David Hildenbrand | 4 | -0/+24 |
2019-06-07 | s390x/tcg: Implement VECTOR FP CONVERT TO LOGICAL 64-BIT | David Hildenbrand | 4 | -0/+30 |
2019-06-07 | s390x/tcg: Implement VECTOR FP CONVERT TO FIXED 64-BIT | David Hildenbrand | 4 | -0/+30 |
2019-06-07 | s390x/tcg: Implement VECTOR FP CONVERT FROM LOGICAL 64-BIT | David Hildenbrand | 4 | -0/+30 |
2019-06-07 | s390x/tcg: Implement VECTOR FP CONVERT FROM FIXED 64-BIT | David Hildenbrand | 4 | -0/+76 |
2019-06-07 | s390x/tcg: Implement VECTOR FP COMPARE (EQUAL|HIGH|HIGH OR EQUAL) | David Hildenbrand | 4 | -0/+173 |
2019-06-07 | s390x/tcg: Implement VECTOR FP COMPARE (AND SIGNAL) SCALAR | David Hildenbrand | 4 | -0/+59 |
2019-06-07 | s390x/tcg: Implement VECTOR FP ADD | David Hildenbrand | 5 | -0/+158 |
2019-06-07 | s390x/tcg: Export float_comp_to_cc() and float(32|64|128)_dcmask() | David Hildenbrand | 2 | -2/+6 |
2019-06-07 | s390x/tcg: Introduce tcg_s390_vector_exception() | David Hildenbrand | 3 | -0/+18 |
2019-06-07 | s390x/tcg: Store only the necessary amount of doublewords for STFLE | David Hildenbrand | 1 | -1/+7 |
2019-06-07 | s390x/tcg: Fix max_byte detection for stfle | David Hildenbrand | 1 | -1/+2 |
2019-06-07 | s390x: Use uint64_t for vector registers | David Hildenbrand | 8 | -95/+95 |
2019-06-07 | s390x: Align vector registers to 16 bytes | David Hildenbrand | 1 | -1/+1 |
2019-06-07 | s390x/tcg: Implement VECTOR STRING RANGE COMPARE | David Hildenbrand | 5 | -0/+237 |
2019-06-07 | s390x/tcg: Implement VECTOR ISOLATE STRING | David Hildenbrand | 4 | -0/+87 |
2019-06-07 | s390x/tcg: Implement VECTOR FIND ELEMENT NOT EQUAL | David Hildenbrand | 5 | -0/+132 |
2019-06-07 | s390x/tcg: Implement VECTOR FIND ELEMENT EQUAL | David Hildenbrand | 4 | -0/+96 |
2019-06-07 | s390x/tcg: Implement VECTOR FIND ANY ELEMENT EQUAL | David Hildenbrand | 5 | -1/+198 |
2019-06-07 | target/mips: Unroll loops in helpers for MSA logic instructions | Aleksandar Markovic | 1 | -4/+40 |
2019-06-07 | target/mips: Outline places for future MSA helpers | Aleksandar Markovic | 1 | -0/+461 |
2019-06-06 | target/mips: Fix block-comment-related issues in msa_helper.c | Aleksandar Markovic | 1 | -15/+27 |
2019-06-06 | target/mips: Fix space-related format issues in msa_helper.c | Aleksandar Markovic | 1 | -14/+14 |
2019-06-03 | i386: Enable IA32_MISC_ENABLE MWAIT bit when exposing mwait/monitor | Wanpeng Li | 2 | -0/+4 |
2019-06-01 | target/mips: Improve performance of certain MSA instructions | Mateja Marjanovic | 1 | -109/+433 |
2019-06-01 | target/mips: Clean up lmi_helper.c | Aleksandar Markovic | 1 | -3/+5 |
2019-06-01 | target/mips: Clean up dsp_helper.c | Aleksandar Markovic | 1 | -11/+29 |
2019-06-01 | target/mips: Add emulation of MMI instruction PCPYUD | Mateja Marjanovic | 1 | -1/+42 |
2019-06-01 | target/mips: Add emulation of MMI instruction PCPYLD | Mateja Marjanovic | 1 | -1/+42 |
2019-06-01 | target/mips: Add emulation of MMI instruction PCPYH | Mateja Marjanovic | 1 | -1/+65 |
2019-05-29 | spapr/xive: add KVM support | Cédric Le Goater | 2 | -0/+13 |
2019-05-29 | target/ppc: Use vector variable shifts for VSL, VSR, VSRA | Richard Henderson | 3 | -61/+12 |
2019-05-29 | target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p | Anton Blanchard | 1 | -2/+2 |
2019-05-29 | target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STORE | Anton Blanchard | 1 | -10/+58 |
2019-05-29 | target/ppc: Fix xxspltib | Anton Blanchard | 1 | -4/+4 |
2019-05-29 | target/ppc: Fix vsum2sws | Anton Blanchard | 1 | -1/+1 |
2019-05-29 | target/ppc: Fix vslv and vsrv | Anton Blanchard | 1 | -7/+7 |
2019-05-29 | target/ppc: Fix xxbrq, xxbrw | Anton Blanchard | 1 | -2/+2 |
2019-05-29 | target/ppc: Fix xvxsigdp | Anton Blanchard | 1 | -1/+1 |
2019-05-29 | target/ppc/kvm: Fix trace typo | Boxuan Li | 2 | -2/+2 |
2019-05-28 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2... | Peter Maydell | 13 | -62/+79 |
2019-05-28 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-may-19-2019-v... | Peter Maydell | 6 | -202/+674 |
2019-05-28 | target/mips: convert UHI_plog to use common semihosting code | Alex Bennée | 1 | -6/+6 |
2019-05-28 | target/mips: only build mips-semi for softmmu | Alex Bennée | 3 | -1/+12 |
2019-05-28 | target/arm: correct return values for WRITE/READ in arm-semi | Alex Bennée | 1 | -8/+12 |
2019-05-28 | target/arm: add LOG_UNIMP messages to arm-semi | Alex Bennée | 1 | -2/+3 |
2019-05-28 | target/arm: use the common interface for WRITE0/WRITEC in arm-semi | Alex Bennée | 1 | -25/+4 |
2019-05-28 | target/arm: fixup some of the commentary for arm-semi | Alex Bennée | 1 | -9/+31 |
2019-05-28 | semihosting: move semihosting configuration into its own directory | Alex Bennée | 11 | -11/+11 |
2019-05-26 | target/mips: realign comments to fix checkpatch warnings | Jules Irenge | 1 | -12/+22 |