aboutsummaryrefslogtreecommitdiff
path: root/tcg/mips
AgeCommit message (Expand)Author
2017-10-10tcg/mips: delete commented out extern keyword.Jiang Biao
2017-10-10tcg/mips: constify tcg_target_callee_save_regsEmilio G. Cota
2017-09-17tcg/mips: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg: Remove tcg_regset_setRichard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao
2017-07-09tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao
2017-06-05tcg/mips: implement goto_ptrAurelien Jarno
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-05-06tcg/mips: fix field extraction opcodeAurelien Jarno
2017-01-10tcg: Add opcode for ctpopRichard Henderson
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg/mips: Implement field extraction opcodesRichard Henderson
2017-01-10tcg: Add field extraction primitivesRichard Henderson
2017-01-06tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie
2017-01-06tcg-mips: Adjust calling conventions for mips64Jin Guojie
2017-01-06tcg-mips: Add tcg unwind infoJin Guojie
2017-01-06tcg-mips: Adjust prologue for mips64Jin Guojie
2017-01-06tcg-mips: Adjust load/store functions for mips64Jin Guojie
2017-01-06tcg-mips: Adjust move functions for mips64Jin Guojie
2017-01-06tcg-mips: Add bswap32u and bswap64Jin Guojie
2017-01-06tcg-mips: Support 64-bit opcodesJin Guojie
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie
2016-09-16tcg/mips: Add support for fencePranith Kumar
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster
2016-07-05tcg: Optimize spills of constantsRichard Henderson
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg/mips: Make direct jump patching thread-safeSergey Fedorov
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno
2016-04-05tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell
2016-01-29tcg: Clean up includesPeter Maydell
2015-10-19tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZJames Hogan
2015-10-19tcg/mips: Support r6 multiply/divide encodingsJames Hogan
2015-10-19tcg/mips: Support r6 JR encodingJames Hogan
2015-10-19tcg/mips: Add use_mips32r6_instructions definitionJames Hogan
2015-09-19tcg/mips: pass oi to tcg_out_tlb_loadAurelien Jarno
2015-09-19tcg/mips: move tcg_out_addsub2Aurelien Jarno
2015-09-19tcg/mips: Fix clobbering of qemu_ld inputsJames Hogan
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier