aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-02fix spelling in tcg sub directoryDong Xu Wang1-1/+1
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson1-4/+4
2011-10-31tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil1-0/+1
2011-10-01tcg: Add some assertionsStefan Weil1-0/+2
2011-10-01tcg: Add forward declarations for local functionsStefan Weil1-0/+16
2011-08-23tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.Richard Henderson1-7/+8
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-0/+4
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-07-30Add TCG optimizations stubKirill Batuzov1-0/+6
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl1-0/+2
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-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-03tcg: Fix unused-but-set-variable warningChristophe Fergeau1-2/+2
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 Jarno1-35/+36
2011-03-07tcg: Add support for debugging leakage of temporariesPeter Maydell1-0/+32
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil1-4/+2
2010-10-20tcg: Fix compiler error (comparison of unsigned expression)Stefan Weil1-1/+1
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson1-6/+35
2010-06-11tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317Aurelien Jarno1-1/+1
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno1-3/+1
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno1-1/+1
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson1-0/+2
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson1-6/+6
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-0/+3
2010-05-07tcg: Add missing 'static' attributeStefan Weil1-2/+2
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-0/+4
2010-04-17Fix --enable-profiler compilation.Richard Henderson1-0/+1
2010-04-17tcg: Add missing static qualifiermalc1-1/+1
2010-03-26tcg: Name the opcode enumeration.Richard Henderson1-9/+24
2010-03-23tcg-hppa: Fix 64-bit argument orderingRichard Henderson1-1/+11
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl1-1/+1
2010-02-18tcg: Add consistency checks for op definitionsStefan Weil1-0/+21
2010-02-06tcg: generic support for conditional setRichard Henderson1-6/+15
2009-10-07tcg: improve output logAurelien Jarno1-1/+1
2009-10-04tcg: allocate s->op_dead_iargs dynamicallyAurelien Jarno1-2/+1
2009-09-30Revert part of 6692b043198d58a12317009edb98654c6839f043Aurelien Jarno1-8/+4
2009-09-30TCG: fix DEF2 macroAurelien Jarno1-5/+9
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela1-1/+1
2009-07-21Fix CONFIG_PROFILERBlue Swirl1-5/+3
2009-07-17Userspace guest address offsettingPaul Brook1-0/+4
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-04-16tcg: make sure NDEBUG is defined before including <assert.h>aurel321-6/+7
2009-04-13Add a --enable-debug-tcg option to configureaurel321-3/+5
2009-04-06tcg: add a CONST flag to TCG helpersaurel321-4/+8
2009-02-11TCG: remove obsolete old_op_count profiler fieldblueswir11-2/+0
2009-02-10Add "static"blueswir11-1/+1