summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
* s390x/tcg: Implement VECTOR FP COMPARE (AND SIGNAL) SCALARDavid Hildenbrand2019-06-074-0/+59
* s390x/tcg: Implement VECTOR FP ADDDavid Hildenbrand2019-06-075-0/+158
* s390x/tcg: Export float_comp_to_cc() and float(32|64|128)_dcmask()David Hildenbrand2019-06-072-2/+6
* s390x/tcg: Introduce tcg_s390_vector_exception()David Hildenbrand2019-06-073-0/+18
* s390x/tcg: Store only the necessary amount of doublewords for STFLEDavid Hildenbrand2019-06-071-1/+7
* s390x/tcg: Fix max_byte detection for stfleDavid Hildenbrand2019-06-071-1/+2
* s390x: Use uint64_t for vector registersDavid Hildenbrand2019-06-078-95/+95
* s390x: Align vector registers to 16 bytesDavid Hildenbrand2019-06-071-1/+1
* s390x/tcg: Implement VECTOR STRING RANGE COMPAREDavid Hildenbrand2019-06-075-0/+237
* s390x/tcg: Implement VECTOR ISOLATE STRINGDavid Hildenbrand2019-06-074-0/+87
* s390x/tcg: Implement VECTOR FIND ELEMENT NOT EQUALDavid Hildenbrand2019-06-075-0/+132
* s390x/tcg: Implement VECTOR FIND ELEMENT EQUALDavid Hildenbrand2019-06-074-0/+96
* s390x/tcg: Implement VECTOR FIND ANY ELEMENT EQUALDavid Hildenbrand2019-06-075-1/+198
* target/mips: Unroll loops in helpers for MSA logic instructionsAleksandar Markovic2019-06-071-4/+40
* target/mips: Outline places for future MSA helpersAleksandar Markovic2019-06-071-0/+461
* target/mips: Fix block-comment-related issues in msa_helper.cAleksandar Markovic2019-06-061-15/+27
* target/mips: Fix space-related format issues in msa_helper.cAleksandar Markovic2019-06-061-14/+14
* i386: Enable IA32_MISC_ENABLE MWAIT bit when exposing mwait/monitorWanpeng Li2019-06-032-0/+4
* target/mips: Improve performance of certain MSA instructionsMateja Marjanovic2019-06-011-109/+433
* target/mips: Clean up lmi_helper.cAleksandar Markovic2019-06-011-3/+5
* target/mips: Clean up dsp_helper.cAleksandar Markovic2019-06-011-11/+29
* target/mips: Add emulation of MMI instruction PCPYUDMateja Marjanovic2019-06-011-1/+42
* target/mips: Add emulation of MMI instruction PCPYLDMateja Marjanovic2019-06-011-1/+42
* target/mips: Add emulation of MMI instruction PCPYHMateja Marjanovic2019-06-011-1/+65
* spapr/xive: add KVM supportCédric Le Goater2019-05-292-0/+13
* target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson2019-05-293-61/+12Star
* target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]pAnton Blanchard2019-05-291-2/+2
* target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STOREAnton Blanchard2019-05-291-10/+58
* target/ppc: Fix xxspltibAnton Blanchard2019-05-291-4/+4
* target/ppc: Fix vsum2swsAnton Blanchard2019-05-291-1/+1
* target/ppc: Fix vslv and vsrvAnton Blanchard2019-05-291-7/+7
* target/ppc: Fix xxbrq, xxbrwAnton Blanchard2019-05-291-2/+2
* target/ppc: Fix xvxsigdpAnton Blanchard2019-05-291-1/+1
* target/ppc/kvm: Fix trace typoBoxuan Li2019-05-292-2/+2
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell2019-05-2813-62/+79
|\
| * target/mips: convert UHI_plog to use common semihosting codeAlex Bennée2019-05-281-6/+6
| * target/mips: only build mips-semi for softmmuAlex Bennée2019-05-283-1/+12
| * target/arm: correct return values for WRITE/READ in arm-semiAlex Bennée2019-05-281-8/+12
| * target/arm: add LOG_UNIMP messages to arm-semiAlex Bennée2019-05-281-2/+3
| * target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée2019-05-281-25/+4Star
| * target/arm: fixup some of the commentary for arm-semiAlex Bennée2019-05-281-9/+31
| * semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-2811-11/+11
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-may-19-2019-v...Peter Maydell2019-05-286-202/+674
|\ \
| * | target/mips: realign comments to fix checkpatch warningsJules Irenge2019-05-261-12/+22
| * | target/mips: add or remove space to fix checkpatch errorsJules Irenge2019-05-261-81/+94
| * | mips: Decide to map PAGE_EXEC in map_addressJakub Jermář2019-05-261-5/+8
| * | target/mips: Refactor and fix INSERT.<B|H|W|D> instructionsMateja Marjanovic2019-05-263-18/+71
| * | target/mips: Refactor and fix COPY_U.<B|H|W> instructionsMateja Marjanovic2019-05-263-21/+59
| * | target/mips: Refactor and fix COPY_S.<B|H|W|D> instructionsMateja Marjanovic2019-05-263-21/+67
| * | target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian hostMateja Marjanovic2019-05-261-20/+180