aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2014-08-24tcg: dump op count into qemu logzhanghailiang
2014-06-29tcg/ppc: Fix support for 64-bit PPC MacOSX hostsPeter Maydell
2014-06-27tcg/ppc: Fix failure in tcg_out_mem_longRichard Henderson
2014-06-24tcg: mark tcg_out* and tcg_patch* with attribute 'unused'Peter Maydell
2014-06-24Fix new typos (found by codespell)Stefan Weil
2014-06-23tcg-ppc: Use the return address as a base pointerRichard Henderson
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson
2014-06-23tcg-ppc: Rename the tcg/ppc64 backendRichard Henderson
2014-06-23tcg-ppc: Remove the backendRichard Henderson
2014-06-23tcg-ppc64: Merge ppc32 shiftsRichard Henderson
2014-06-23tcg-ppc64: Support mulsh_i32Richard Henderson
2014-06-23tcg-ppc64: Merge ppc32 register usageRichard Henderson
2014-06-23tcg-ppc64: Merge ppc32 qemu_ld/stRichard Henderson
2014-06-23tcg-ppc64: Merge ppc32 brcond2, setcond2, muluhRichard Henderson
2014-06-23tcg-ppc64: Begin merging ppc32 with ppc64Richard Henderson
2014-06-23tcg-ppc64: Fix sub2 implementationRichard Henderson
2014-06-23tcg-ppc64: Merge 32-bit ABIs into the prologue / frame codeRichard Henderson
2014-06-23tcg-ppc64: Adjust tcg_out_call for ELFv2Ulrich Weigand
2014-06-23tcg-ppc64: Support the ppc64 elfv2 ABIRichard Henderson
2014-06-23tcg-ppc64: Use the correct test in tcg_out_callRichard Henderson
2014-06-23tcg-ppc64: Better parameterize the stack frameRichard Henderson
2014-06-23tcg-ppc64: Fix TCG_TARGET_CALL_STACK_OFFSETRichard Henderson
2014-06-23tcg-ppc64: Move call macros out of tcg-target.hRichard Henderson
2014-06-23tcg-ppc64: Make TCG_AREG0 and TCG_REG_CALL_STACK enum constantsRichard Henderson
2014-06-23tcg-ppc64: Use tcg_out_{ld,st,cmp} internallyRichard Henderson
2014-06-23tcg-ppc64: Relax register restrictions in tcg_out_mem_longRichard Henderson
2014-06-23tcg-ppc64: Move functions aroundRichard Henderson
2014-06-23tcg-ppc64: Avoid some hard-codings of TCG_TYPE_I64Richard Henderson
2014-06-23tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson
2014-06-18tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBERRichard Henderson
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini
2014-06-04TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson
2014-06-04tci: Convert to new ldst opcodesRichard Henderson
2014-06-04tcg-i386: Fix win64 qemu storeRichard Henderson
2014-05-28tcg/optimize: Remember garbage high bits for 32-bit opsRichard Henderson
2014-05-28tcg/optimize: Move updating of gen_opc_buf into tcg_opt_gen_mov*Richard Henderson
2014-05-28tcg-sparc: Make debug_frame constRichard Henderson
2014-05-28tcg-s390: Make debug_frame constRichard Henderson
2014-05-28tcg-arm: Make debug_frame constRichard Henderson
2014-05-28tcg-aarch64: Make debug_frame constRichard Henderson
2014-05-28tcg-i386: Make debug_frame constRichard Henderson
2014-05-28tcg: Allow the debug_frame data structure to be constantRichard Henderson
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson
2014-05-28tcg: Register the helper info struct rather than the nameRichard Henderson
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson
2014-05-28tcg: Use helper-gen.h in tcg-op.hRichard Henderson
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson