aboutsummaryrefslogtreecommitdiffstats
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil2-3/+1
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-12/+3
2012-10-06tcg: Add tcg_high_condRichard Henderson2-15/+19
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson11-41/+102
2012-10-06tcg: Add is_unsigned_condRichard Henderson2-1/+6
2012-10-06tcg: remove obsolete jmp opAurelien Jarno12-70/+1
2012-10-05tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell1-12/+3
2012-09-27tci: Fix for AREG0 free modeStefan Weil1-5/+5
2012-09-26tcg/i386: fix build with -march < i686Aurelien Jarno1-0/+2
2012-09-26tcg: Streamline movcond_i64 using movcond_i32Richard Henderson1-7/+15
2012-09-26tcg: Streamline movcond_i64 using 32-bit arithmeticRichard Henderson1-0/+20
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson3-2/+14
2012-09-26tcg: Sanity check deposit inputsRichard Henderson1-0/+8
2012-09-26tcg: Add tcg_debug_assertRichard Henderson1-0/+9
2012-09-26tcg: Implement concat*_i64 with deposit_i64Richard Henderson1-30/+30
2012-09-26tcg: Emit XORI as NOT for appropriate constantsRichard Henderson1-4/+15
2012-09-26tcg: Optimize initial inputs for ori_i64Richard Henderson1-6/+13
2012-09-26tcg: Emit ANDI as EXTU for appropriate constantsRichard Henderson1-11/+56
2012-09-26tcg: Adjust descriptions of *cond opcodesRichard Henderson1-5/+5
2012-09-26tcg/mips: fix MIPS32(R2) detectionAurelien Jarno2-9/+9
2012-09-22Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rthBlue Swirl3-528/+478
2012-09-22Revert "tcg/mips"Aurelien Jarno1-2/+2
2012-09-22tcg/ppc32: Implement movcond32malc2-1/+76
2012-09-22tcg/mipsAurelien Jarno1-2/+2
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil11-61/+1
2012-09-22tcg/i386: Remove unused registers from tcg_target_call_iarg_regsStefan Weil1-8/+2
2012-09-22tcg/i386: Add shortcuts for registers used in L constraintStefan Weil1-48/+48
2012-09-22w64: Fix TCG helper functions with 5 argumentsStefan Weil2-1/+5
2012-09-22tcg/README: document tcg_gen_goto_tb restrictionsMax Filippov1-1/+2
2012-09-22tcg-hppa: Implement movcondRichard Henderson2-1/+22
2012-09-22tcg/optimize: add constant folding for depositAurelien Jarno1-0/+20
2012-09-22tcg: remove #ifdef #endif around TCGOpcode testsAurelien Jarno1-12/+1
2012-09-22tcg/optimize: prefer the "op a, a, b" form for commutative opsAurelien Jarno1-1/+4
2012-09-22tcg/optimize: further optimize brcond/movcond/setcondAurelien Jarno1-51/+76
2012-09-22tcg/optimize: optimize "op r, a, a => movi r, 0"Aurelien Jarno1-0/+16
2012-09-22tcg/optimize: optimize "op r, a, a => mov r, a"Aurelien Jarno1-1/+1
2012-09-22tcg/optimize: do copy propagation for all operationsAurelien Jarno1-2/+9
2012-09-22tcg/optimize: rework copy progagationAurelien Jarno1-75/+92
2012-09-22tcg/optimize: check types in copy propagationAurelien Jarno1-10/+8
2012-09-22tcg/optimize: remove TCG_TEMP_ANYAurelien Jarno1-6/+5
2012-09-22tcg/mips: implement movcond op on MIPS32R2Aurelien Jarno2-0/+77
2012-09-22tcg/mips: implement deposit op on MIPS32R2Aurelien Jarno2-1/+10
2012-09-22tcg/mips: implement rotl/rotr ops on MIPS32R2Aurelien Jarno2-1/+22
2012-09-22tcg/mips: optimize bswap{16,16s,32} on MIPS32R2Aurelien Jarno2-7/+38
2012-09-22tcg/mips: optimize brcond arg, 0Aurelien Jarno1-8/+30
2012-09-22tcg/mips: use stack for TCG tempsAurelien Jarno1-4/+6
2012-09-22tcg/mips: don't use global pointerAurelien Jarno1-1/+1
2012-09-22tcg/mips: use TCGArg or TCGReg instead of intAurelien Jarno1-28/+35
2012-09-22tcg/mips: kill warnings in user modeAurelien Jarno1-41/+43
2012-09-22tcg-mips: fix wrong usage of 'Z' constraintAurelien Jarno1-8/+8
2012-09-21tcg-sparc: Preserve branch destinations during retranslationRichard Henderson1-8/+11
2012-09-21tcg-sparc: Fix and enable direct TB chaining.Richard Henderson1-3/+18
2012-09-21tcg-sparc: Add %g/%o registers to alloc_orderRichard Henderson1-0/+13
2012-09-21tcg-sparc: Use defines for temporaries.Richard Henderson1-56/+59
2012-09-21tcg-sparc: Mask shift immediates to avoid illegal insns.Richard Henderson1-6/+12
2012-09-21tcg-sparc: Clean up cruft stemming from attempts to use global registers.Richard Henderson2-47/+26
2012-09-21tcg-sparc: Change AREG0 in generated code to %i0.Richard Henderson2-8/+3
2012-09-21tcg-sparc: Support GUEST_BASE.Richard Henderson2-3/+25
2012-09-21tcg-sparc: Fix qemu_ld/st to handle 32-bit host.Richard Henderson1-429/+348
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson3-19/+11
2012-09-21tcg-sparc: Fix ADDX opcode.Richard Henderson1-1/+1
2012-09-21tcg-sparc: Hack in qemu_ld/st64 for 32-bit.Richard Henderson1-0/+3
2012-09-21tcg-hppa: Fix broken load/store helpersRichard Henderson1-62/+74
2012-09-21tcg-hppa: Fix brcond2 and setcond2Richard Henderson1-9/+42
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson1-1/+1
2012-09-21tcg: Optimize two-address commutative operationsRichard Henderson1-1/+14
2012-09-21tcg: Optimize movcond for constant comparisonsRichard Henderson1-0/+40
2012-09-21tcg-i386: Implement movcondRichard Henderson2-1/+35
2012-09-21tcg: Introduce movcondRichard Henderson15-6/+70
2012-09-19tcg/optimize: fix end of basic block detectionAurelien Jarno1-13/+9
2012-09-19revert "TCG: fix copy propagation"Aurelien Jarno2-14/+6
2012-09-19tcg: mark set_label with TCG_OPF_BB_END flagAurelien Jarno2-6/+1
2012-09-19tcg/i386: allow constants in load/store opsAurelien Jarno1-13/+37
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl17-275/+6
2012-09-11tcg/optimize: fix if/else/break coding styleAurelien Jarno1-23/+11
2012-09-11tcg/optimize: add constant folding for brcondAurelien Jarno1-1/+26
2012-09-11tcg/optimize: add constant folding for setcondAurelien Jarno1-0/+81
2012-09-11tcg/optimize: swap brcond/setcond arguments when possibleAurelien Jarno1-0/+18
2012-09-11tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 casesAurelien Jarno1-0/+20
2012-09-11tcg/optimize: simplify and r, a, 0 casesAurelien Jarno1-0/+1
2012-09-11tcg/optimize: simplify or/xor r, a, 0 casesAurelien Jarno1-0/+2
2012-09-11tcg/optimize: split expression simplificationAurelien Jarno1-1/+13
2012-09-11tcg: improve profilerAurelien Jarno2-1/+12
2012-09-10tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0Aurelien Jarno1-7/+7
2012-08-28tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 codeAurelien Jarno1-59/+99
2012-08-26tcg/ia64: fix and optimize ld/st slow pathAurelien Jarno1-15/+23
2012-08-26tcg/ia64: fix prologue/epilogueAurelien Jarno1-10/+10
2012-08-26tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell1-93/+144
2012-06-24tci: don't write zero for reloc in tci_out_labelScott Wood1-1/+1
2012-06-24TCG: Fix compile breakage in tcg_dump_opsAlexander Graf2-2/+2
2012-06-21qemu-log: cleanupBlue Swirl3-45/+51
2012-05-27tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber1-6/+10
2012-05-15tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0Andreas Färber1-20/+12
2012-05-15tcg/ppc64: Don't hardcode register numbers for qemu_ld/stAndreas Färber1-7/+9
2012-05-09tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber1-1/+32
2012-05-09tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber1-0/+3
2012-05-09tcg/ppc: Don't hardcode register numbersAndreas Färber1-12/+17
2012-05-09tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber1-4/+0
2012-05-03Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc1-21/+1
2012-05-03Restore consistent formattingmalc1-18/+18
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil1-11/+28
2012-04-15tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil1-1/+5
2012-03-29qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defsLi Zhang1-1/+0
2012-03-24tcg-sparc: Add debug_frame support.Richard Henderson1-0/+63
2012-03-24tcg-hppa: Add debug_frame support.Richard Henderson1-15/+88
2012-03-24tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson1-0/+6
2012-03-24tcg: Add debug_info to JIT ELF image.Richard Henderson1-75/+158
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson3-9/+301
2012-03-18tcg: fix sparc host for AREG0 free operationBlue Swirl1-0/+11
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl10-3/+430
2012-03-18i386: Remove REGPARMBlue Swirl4-77/+58
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil2-2/+2
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov2-6/+10
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber11-40/+40
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil4-14/+14
2012-03-03w64: fix type casts when calling flush_icache_rangeStefan Weil1-4/+5
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil6-6/+13
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil2-2/+4
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil1-3/+3
2012-02-23tcg: Remove unneeded include statementsStefan Weil1-12/+0
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno1-1/+1
2012-01-10tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell1-1/+1
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert1-19/+12
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell2-5/+5
2011-12-09tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil1-5/+0
2011-12-02fix spelling in tcg sub directoryDong Xu Wang2-2/+2
2011-11-28tci: Make flush_icache_range() inlineStefan Weil2-4/+4
2011-11-19tcg-sparc: Fix set-but-not used warnings.Richard Henderson1-4/+0
2011-11-19Merge branch 's390-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl19-69/+73
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson10-52/+56
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson9-17/+17
2011-11-11tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6David Gibson1-6/+8
2011-11-02Merge branch 'tci' of git://qemu.weilnetz.de/qemuBlue Swirl6-6/+1207
2011-11-02tcg: Fix whitespace in tcg-op.h.Richard Henderson1-4/+4
2011-11-02tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson1-0/+2
2011-10-31tcg: Add bytecode generator for tcg interpreterStefan Weil3-0/+1196
2011-10-31tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil2-1/+3
2011-10-31tcg: TCG targets may define tcg_qemu_tb_execStefan Weil2-5/+8
2011-10-30tcg: Optimize some forms of deposit.Richard Henderson1-14/+51
2011-10-14tcg: Fix spelling in comment (varables -> variables)Stefan Weil1-1/+1
2011-10-08tcg/s390: Remove unused tcg_out_addi()Peter Maydell1-5/+0
2011-10-08tcg/ia64: Remove unused tcg_out_addi()Peter Maydell1-19/+0
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka4-4/+40
2011-10-01tcg/arm: Remove unused tcg_out_addi()Peter Maydell1-15/+0
2011-10-01tcg: Add some assertionsStefan Weil1-0/+2
2011-10-01tcg: Add forward declarations for local functionsStefan Weil1-0/+16
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil8-21/+1
2011-10-01tcg: Declare TCG_TARGET_REG_BITS in tcg.hStefan Weil1-0/+10
2011-09-17tcg/ppc64: Only one call output register needed for 64 bit hostsStefan Weil1-1/+1
2011-09-17tcg/sparc: Only one call output register needed for 64 bit hostsStefan Weil1-2/+4
2011-09-17tcg/s390: Only one call output register needed for 64 bit hostsStefan Weil1-1/+3
2011-09-17tcg/ia64: Only one call output register needed for 64 bit hostsStefan Weil1-3/+2
2011-09-17tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil1-1/+3
2011-09-09tcg/ppc64: Fix zero extension code generation bug for ppc64 hostThomas Huth1-1/+1
2011-09-01tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell1-10/+10
2011-08-28TCG: improve optimizer debuggingBlue Swirl1-6/+9
2011-08-23tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.Richard Henderson1-7/+8
2011-08-22tcg/ppc64: fix 16/32 mixupmalc1-2/+2
2011-08-22tcg/ppc64: implement not_i32/64 and ext32u_i64malc2-3/+16
2011-08-22tcg/ppc32: implement deposit_i32malc2-1/+13
2011-08-21tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson1-2/+2
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson1-1/+1
2011-08-21tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson1-0/+27
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson14-1008/+837
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson4-131/+67
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-07TCG: fix copy propagationBlue Swirl2-6/+14
2011-07-30TCG: fix breakage by previous patchBlue Swirl1-7/+12
2011-07-30TCG: fix breakage on some RISC hostsBlue Swirl1-13/+115
2011-07-30Do constant folding for unary operations.Kirill Batuzov1-0/+59
2011-07-30Do constant folding for shift operations.Kirill Batuzov1-0/+72
2011-07-30Do constant folding for boolean operations.Kirill Batuzov1-0/+37
2011-07-30Do constant folding for basic arithmetic operations.Kirill Batuzov1-0/+125
2011-07-30Add copy and constant propagation.Kirill Batuzov1-2/+180
2011-07-30Add TCG optimizations stubKirill Batuzov3-0/+106
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil1-1/+1
2011-07-16tcg/README: Expand advice on number of TCG ops per target insnPeter Maydell1-1/+9
2011-07-02TCG/PPC: use stack for TCG tempsBlue Swirl2-4/+10
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson2-4/+21
2011-07-01TCG/HPPA: use stack for TCG tempsBlue Swirl1-2/+7
2011-07-01TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl1-14/+16
2011-06-28tcg/ppc64: Remove tcg_out_addimalc1-5/+0
2011-06-28tcg/ppc: Remove tcg_out_addimalc1-5/+0
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl2-3/+6
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl1-10/+12
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl1-4/+4
2011-06-26TCG: remove broken stack allocation for call argumentsBlue Swirl1-6/+3
2011-06-26TCG: fix negative frame offset calculationsBlue Swirl1-3/+7
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl9-0/+18
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl10-32/+40
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-03tcg: Fix unused-but-set-variable warningChristophe Fergeau1-2/+2
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell2-28/+50
2011-06-03tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell1-11/+11
2011-06-03Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.Brad1-0/+4
2011-05-29Fix spelling in comment (additon -> addition)Stefan Weil1-1/+1
2011-05-23tcg: don't keep dead outputs in registersAurelien Jarno1-10/+18
2011-05-23tcg: mark dead output argument in op_dead_argsAurelien Jarno1-2/+8
2011-05-23tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno2-37/+38
2011-05-08Fix typos in comments (accross -> across)Stefan Weil1-2/+2