summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell1-13/+0
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini1-13/+0
2014-06-04TCG: Fix tcg_gen_extr_i64_tl for 32bitAlexander Graf1-1/+1
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson13-234/+28
2014-06-04tci: Convert to new ldst opcodesRichard Henderson2-47/+31
2014-06-04tcg-i386: Fix win64 qemu storeRichard Henderson1-1/+2
2014-05-28tcg/optimize: Remember garbage high bits for 32-bit opsRichard Henderson1-7/+26
2014-05-28tcg/optimize: Move updating of gen_opc_buf into tcg_opt_gen_mov*Richard Henderson1-61/+56
2014-05-28tcg-sparc: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-s390: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-arm: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-aarch64: Make debug_frame constRichard Henderson1-13/+9
2014-05-28tcg-i386: Make debug_frame constRichard Henderson1-21/+17
2014-05-28tcg: Allow the debug_frame data structure to be constantRichard Henderson1-4/+17
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson2-12/+9
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson1-0/+7
2014-05-28tcg: Register the helper info struct rather than the nameRichard Henderson1-2/+5
2014-05-28tcg: Inline tcg_gen_helperNRichard Henderson1-7/+0
2014-05-28tcg: Use helper-gen.h in tcg-op.hRichard Henderson1-150/+25
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson4-52/+31
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-4/+3
2014-05-28tcg: Optimize brcond2 and setcond2 ne/eqRichard Henderson1-0/+94
2014-05-27Merge remote-tracking branch 'remotes/rth/tcg-mips' into stagingPeter Maydell2-918/+945
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson1-1/+10
2014-05-24tcg-mips: Simplify movcondRichard Henderson1-49/+17
2014-05-24tcg-mips: Simplify brcond2Richard Henderson1-57/+20
2014-05-24tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson1-4/+36
2014-05-24tcg-mips: Simplify setcond2Richard Henderson1-64/+31
2014-05-24tcg-mips: Simplify brcondRichard Henderson1-46/+41
2014-05-24tcg-mips: Simplify setcondRichard Henderson1-58/+67
2014-05-24tcg-mips: Commonize opcode implementationsRichard Henderson1-114/+98
2014-05-24tcg-mips: Improve add2/sub2Richard Henderson1-31/+56
2014-05-24tcg-mips: Hoist args loadsRichard Henderson1-98/+103
2014-05-24tcg-mips: Fix subtract immediate rangeRichard Henderson1-5/+11
2014-05-24tcg-mips: Name the opcode enumerationRichard Henderson1-9/+9
2014-05-24tcg-mips: Use EXT for AND on mips32r2Richard Henderson2-14/+50
2014-05-24tcg-mips: Use T9 for TCG_TMP1Richard Henderson1-1/+1
2014-05-24tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson1-114/+117
2014-05-24tcg-mips: Rearrange register allocationRichard Henderson2-11/+19
2014-05-24tcg-mips: Convert to new_ldstRichard Henderson2-53/+25
2014-05-24tcg-mips: Convert to new qemu_l/st helpersRichard Henderson1-51/+56
2014-05-24tcg-mips: Move softmmu slow path out of lineRichard Henderson1-389/+383
2014-05-24tcg-mips: Split large ldst offsetsRichard Henderson1-11/+12
2014-05-24tcg-mips: Fill the exit_tb delay slotRichard Henderson1-7/+18
2014-05-24tcg-mips: Use J and JAL opcodesRichard Henderson1-6/+40
2014-05-22tci: Fix tcg_out_callRichard Henderson1-0/+3
2014-05-15tcg-s390: Implement direct chaining of TBsRichard Henderson1-1/+3
2014-05-15tcg-s390: Improve setcondRichard Henderson1-6/+91
2014-05-15tcg-s390: Allow immediate operands to add2 and sub2Richard Henderson1-12/+52
2014-05-15tcg-s390: Implement tcg_register_jitRichard Henderson1-7/+55