aboutsummaryrefslogtreecommitdiff
path: root/tcg/arm/tcg-target.c
AgeCommit message (Expand)Author
2013-06-05tcg: Remove redundant tcg_target_init checksRichard Henderson
2013-05-03tcg-arm: Use movi32 in exit_tbRichard Henderson
2013-05-03tcg-arm: Fix 64-bit tlb load for pre-v6Richard Henderson
2013-04-27tcg-arm: Remove long jump from tcg_out_goto_labelRichard Henderson
2013-04-27tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson
2013-04-27tcg-arm: Use movi32 + blx for calls on v7Richard Henderson
2013-04-27tcg-arm: Delete the 'S' constraintRichard Henderson
2013-04-27tcg-arm: Improve scheduling of tcg_out_tlb_readRichard Henderson
2013-04-27tcg-arm: Split out tcg_out_tlb_readRichard Henderson
2013-04-27tcg-arm: Cleanup most primitive load store subroutinesRichard Henderson
2013-04-27tcg-arm: Cleanup multiply subroutinesRichard Henderson
2013-04-27tcg-arm: Use R12 for the tcg temporaryRichard Henderson
2013-04-27tcg-arm: Use TCG_REG_TMP name for the tcg temporaryRichard Henderson
2013-04-27tcg-arm: Implement division instructionsRichard Henderson
2013-04-27tcg-arm: Implement deposit for armv7Richard Henderson
2013-04-27tcg-arm: Improve constant generationRichard Henderson
2013-04-27tcg-arm: Handle constant arguments to add2/sub2Richard Henderson
2013-04-27tcg-arm: Use tcg_out_dat_rIN for comparesRichard Henderson
2013-04-27tcg-arm: Allow constant first argument to subRichard Henderson
2013-04-27tcg-arm: Handle negated constant arguments to and/subRichard Henderson
2013-04-27tcg-arm: Use bic to implement and with constantRichard Henderson
2013-04-27tcg-arm: Fix local stack frameRichard Henderson
2013-02-23tcg-arm: Implement muls2_i32Richard Henderson
2013-01-19tcg/target-arm: Add missing parens to assertionsPeter Maydell
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-11-24tcg/arm: fix cross-endian qemu_st16Aurelien Jarno
2012-11-24tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno
2012-10-17tcg/arm: Implement movcond_i32Peter Maydell
2012-10-17tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: remove obsolete jmp opAurelien Jarno
2012-10-05tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-08-26tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson
2011-10-01tcg/arm: Remove unused tcg_out_addi()Peter Maydell
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl
2011-03-24tcg/arm: Support host code being compiled for ThumbPeter Maydell
2011-01-12tcg arm/mips/ia64: add a comment about retranslation and cachesAurelien Jarno
2011-01-10tcg/arm: improve constant loadingAurelien Jarno
2011-01-08tcg/arm: fix qemu_st64 for big endian targetsAurelien Jarno
2011-01-08tcg/arm: fix branch target change during code retranslationAurelien Jarno
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson