aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-4/+4
2009-01-03tcg: remove tcg_global_reg2_new_hack()aurel321-37/+0
2008-12-14tcg: kill two warningsaurel321-1/+1
2008-12-10Introduce and use cache-utils.[ch]malc1-0/+1
2008-12-07Some cleanups after dyngen removalaurel321-11/+6
2008-12-07Some cleanups after dyngen removalaurel321-61/+38
2008-12-07Some fixes for TCG debuggingblueswir11-1/+1
2008-11-29Fix alignment of 64bit argsmalc1-1/+2
2008-11-18Preliminary AIX supportmalc1-0/+3
2008-11-17TCG variable type checking.pbrook1-115/+158
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-2/+2
2008-10-21TCG: add tcg_const_local_tl()aurel321-0/+16
2008-09-14Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir11-1/+30
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-15/+2
2008-06-11Allocate register pair for 64-bit registers on 32-bit host.ths1-2/+2
2008-06-07Allocate a register pair instead of a single register.ths1-1/+1
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-25suppressed unused macro handlingbellard1-94/+2
2008-05-25added local temporariesbellard1-39/+87
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard1-191/+259
2008-05-23compilation fixbellard1-2/+2
2008-05-23profiler clean upbellard1-13/+72
2008-05-22added debug_insn_start debug instructionbellard1-3/+26
2008-05-22debug output: write helper namesbellard1-14/+34
2008-05-22more generic call codegenbellard1-42/+69
2008-05-22fixed zero shifts (64 bit case)bellard1-3/+4
2008-05-21fixed dead global variable updatebellard1-20/+18