aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2010-10-20tcg: Fix compiler error (comparison of unsigned expression)Stefan Weil
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson
2010-06-11tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317Aurelien Jarno
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson
2010-05-07tcg: Add missing 'static' attributeStefan Weil
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-17Fix --enable-profiler compilation.Richard Henderson
2010-04-17tcg: Add missing static qualifiermalc
2010-03-26tcg: Name the opcode enumeration.Richard Henderson
2010-03-23tcg-hppa: Fix 64-bit argument orderingRichard Henderson
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl
2010-02-18tcg: Add consistency checks for op definitionsStefan Weil
2010-02-06tcg: generic support for conditional setRichard Henderson
2009-10-07tcg: improve output logAurelien Jarno
2009-10-04tcg: allocate s->op_dead_iargs dynamicallyAurelien Jarno
2009-09-30Revert part of 6692b043198d58a12317009edb98654c6839f043Aurelien Jarno
2009-09-30TCG: fix DEF2 macroAurelien Jarno
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela
2009-07-21Fix CONFIG_PROFILERBlue Swirl
2009-07-17Userspace guest address offsettingPaul Brook
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-04-16tcg: make sure NDEBUG is defined before including <assert.h>aurel32
2009-04-13Add a --enable-debug-tcg option to configureaurel32
2009-04-06tcg: add a CONST flag to TCG helpersaurel32
2009-02-11TCG: remove obsolete old_op_count profiler fieldblueswir1
2009-02-10Add "static"blueswir1
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-03tcg: remove tcg_global_reg2_new_hack()aurel32
2008-12-14tcg: kill two warningsaurel32
2008-12-10Introduce and use cache-utils.[ch]malc
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some fixes for TCG debuggingblueswir1
2008-11-29Fix alignment of 64bit argsmalc
2008-11-18Preliminary AIX supportmalc
2008-11-17TCG variable type checking.pbrook
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-21TCG: add tcg_const_local_tl()aurel32
2008-09-14Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths
2008-06-07Allocate a register pair instead of a single register.ths
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-05-25suppressed unused macro handlingbellard
2008-05-25added local temporariesbellard