aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-17fpu: introduce hardfloatEmilio G. Cota
2018-12-17tests/fp: add fp-benchEmilio G. Cota
2018-12-17softfloat: add float{32,64}_is_zero_or_normalEmilio G. Cota
2018-12-17softfloat: rename canonicalize to sf_canonicalizeEmilio G. Cota
2018-12-17target/tricore: use float32_is_denormalEmilio G. Cota
2018-12-17softfloat: add float{32,64}_is_{de,}normalEmilio G. Cota
2018-12-17fp-test: pick TARGET_ARM to get its specializationEmilio G. Cota
2018-12-17MAINTAINERS: update status of FPU emulationAlex Bennée
2018-12-17contrib: add a basic gitdm configAlex Bennée
2018-12-17xxhash: match output against the original xxhash32Emilio G. Cota
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota
2018-12-17qht-bench: document -p flagEmilio G. Cota
2018-12-17tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota
2018-12-17tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITSAlistair Francis
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson
2018-12-17tcg/optimize: Optimize bswapRichard Henderson
2018-12-17tcg: Clean up generic bswap64Richard Henderson
2018-12-17tcg: Clean up generic bswap32Richard Henderson
2018-12-17tcg/i386: Add setup_guest_base_seg for FreeBSDRichard Henderson
2018-12-17tcg/i386: Precompute all guest_base parametersRichard Henderson
2018-12-17tcg/i386: Assume 32-bit values are zero-extendedRichard Henderson
2018-12-17tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guestsRichard Henderson
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_pathRichard Henderson
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_directRichard Henderson
2018-12-17tcg/s390x: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/ppc: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/arm: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/aarch64: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg/i386: Return false on failure from patch_relocRichard Henderson
2018-12-17tcg: Return success from patch_relocRichard Henderson
2018-12-17tcg/mips: Remove retranslation codeRichard Henderson
2018-12-17tcg/sparc: Remove retranslation codeRichard Henderson
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson
2018-12-17tcg/ppc: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/arm: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/arm: Remove reloc_pc24_atomicRichard Henderson
2018-12-17tcg/aarch64: Fold away "noaddr" branch routinesRichard Henderson
2018-12-17tcg/aarch64: Remove reloc_pc26_atomicRichard Henderson
2018-12-17tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson
2018-12-17tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson
2018-12-17target/sparc: Remove the constant poolRichard Henderson
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell
2018-12-14Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell
2018-12-14virt: Fix broken indentationEduardo Habkost
2018-12-14target/arm: Create timers in realize, not initPeter Maydell