summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson2012-03-241-0/+6
* tcg: Add debug_info to JIT ELF image.Richard Henderson2012-03-241-75/+158
* tcg: Use the GDB JIT debugging interface.Richard Henderson2012-03-241-0/+194
* i386: Remove REGPARMBlue Swirl2012-03-181-14/+0
* Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov2012-03-171-5/+9
* tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil2012-03-111-3/+3
* w64: fix type casts when calling flush_icache_rangeStefan Weil2012-03-031-4/+5
* tcg: Remove unneeded include statementsStefan Weil2012-02-231-12/+0
* fix spelling in tcg sub directoryDong Xu Wang2011-12-021-1/+1
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-4/+4
* tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil2011-10-311-0/+1
* tcg: Add some assertionsStefan Weil2011-10-011-0/+2
* tcg: Add forward declarations for local functionsStefan Weil2011-10-011-0/+16
* tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.Richard Henderson2011-08-231-7/+8
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-0/+4
* tcg: Add and use TCG_OPF_64BIT.Richard Henderson2011-08-211-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* Add TCG optimizations stubKirill Batuzov2011-07-301-0/+6
* TCG/Sparc64: use stack for TCG tempsBlue Swirl2011-06-261-0/+2
* TCG: remove broken stack allocation for call argumentsBlue Swirl2011-06-261-6/+3
* TCG: fix negative frame offset calculationsBlue Swirl2011-06-261-3/+7
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* tcg: Fix unused-but-set-variable warningChristophe Fergeau2011-06-031-2/+2
* tcg: don't keep dead outputs in registersAurelien Jarno2011-05-231-10/+18
* tcg: mark dead output argument in op_dead_argsAurelien Jarno2011-05-231-2/+8
* tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno2011-05-231-35/+36
* tcg: Add support for debugging leakage of temporariesPeter Maydell2011-03-071-0/+32
* tcg: Use fprintf_function (format checking)Stefan Weil2010-10-301-4/+2
* tcg: Fix compiler error (comparison of unsigned expression)Stefan Weil2010-10-201-1/+1
* tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson2010-06-161-6/+35
* tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317Aurelien Jarno2010-06-111-1/+1
* tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno2010-06-091-3/+1
* tcg: get rid of copy_size in TCGOpDefAurelien Jarno2010-06-091-1/+1
* tcg: Make some tcg-target.c routines static.Richard Henderson2010-06-091-0/+2
* tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson2010-06-091-6/+6
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-0/+3
* tcg: Add missing 'static' attributeStefan Weil2010-05-071-2/+2
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-0/+4
* Fix --enable-profiler compilation.Richard Henderson2010-04-171-0/+1
* tcg: Add missing static qualifiermalc2010-04-171-1/+1
* tcg: Name the opcode enumeration.Richard Henderson2010-03-261-9/+24
* tcg-hppa: Fix 64-bit argument orderingRichard Henderson2010-03-231-1/+11
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-131-1/+1
* tcg: Add consistency checks for op definitionsStefan Weil2010-02-181-0/+21
* tcg: generic support for conditional setRichard Henderson2010-02-061-6/+15
* tcg: improve output logAurelien Jarno2009-10-071-1/+1
* tcg: allocate s->op_dead_iargs dynamicallyAurelien Jarno2009-10-041-2/+1
* Revert part of 6692b043198d58a12317009edb98654c6839f043Aurelien Jarno2009-09-301-8/+4
* TCG: fix DEF2 macroAurelien Jarno2009-09-301-5/+9
* rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela2009-07-271-1/+1
OpenPOWER on IntegriCloud