aboutsummaryrefslogtreecommitdiff
path: root/tcg/sparc
AgeCommit message (Expand)Author
2017-09-17tcg/sparc: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-07tcg/sparc: Use constant pool for moviRichard Henderson
2017-09-07tcg/sparc: Introduce TCG_REG_TBRichard 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-06-05tcg/sparc: Implement goto_ptrRichard Henderson
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-04-03tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell
2017-04-03tcg/sparc: Zero extend data argument to store helpersPeter Maydell
2017-01-10tcg: Add opcode for ctpopRichard 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: Add field extraction primitivesRichard Henderson
2016-09-16tcg/sparc: 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/sparc: 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-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-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno
2015-06-09tcg: Mask TCGMemOp appropriately for indexingRichard Henderson
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2014-09-29tcg-sparc: Use UMULXHI instructionRichard Henderson
2014-09-29tcg-sparc: Rename ADDX/SUBX insnsRichard Henderson
2014-09-29tcg-sparc: Use ADDXC in setcond_i64Richard Henderson
2014-09-29tcg-sparc: Fix setcond_i32 uninitialized valueRichard Henderson
2014-09-29tcg-sparc: Use ADDXC in addsub2_i64Richard Henderson
2014-09-29tcg-sparc: Support addsub2_i64Richard Henderson
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson
2014-05-28tcg-sparc: Make debug_frame constRichard Henderson
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tcg-sparc: Create tcg_out_callRichard Henderson
2014-05-12tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-04-28tcg-sparc: Accept stores of zeroRichard Henderson