aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix CONFIG_PROFILERBlue Swirl2009-07-211-5/+3
* Userspace guest address offsettingPaul Brook2009-07-171-0/+4
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* tcg: make sure NDEBUG is defined before including <assert.h>aurel322009-04-161-6/+7
* Add a --enable-debug-tcg option to configureaurel322009-04-131-3/+5
* tcg: add a CONST flag to TCG helpersaurel322009-04-061-4/+8
* TCG: remove obsolete old_op_count profiler fieldblueswir12009-02-111-2/+0
* Add "static"blueswir12009-02-101-1/+1
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-2/+2
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-4/+4
* tcg: remove tcg_global_reg2_new_hack()aurel322009-01-031-37/+0
* tcg: kill two warningsaurel322008-12-141-1/+1
* Introduce and use cache-utils.[ch]malc2008-12-101-0/+1
* Some cleanups after dyngen removalaurel322008-12-071-11/+6
* Some cleanups after dyngen removalaurel322008-12-071-61/+38
* Some fixes for TCG debuggingblueswir12008-12-071-1/+1
* Fix alignment of 64bit argsmalc2008-11-291-1/+2
* Preliminary AIX supportmalc2008-11-181-0/+3
* TCG variable type checking.pbrook2008-11-171-115/+158
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-2/+2
* TCG: add tcg_const_local_tl()aurel322008-10-211-0/+16
* Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir12008-09-141-1/+30
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-15/+2
* Allocate register pair for 64-bit registers on 32-bit host.ths2008-06-111-2/+2
* Allocate a register pair instead of a single register.ths2008-06-071-1/+1
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* suppressed unused macro handlingbellard2008-05-251-94/+2
* added local temporariesbellard2008-05-251-39/+87
* added tcg_temp_free() and improved the handling of constantsbellard2008-05-231-191/+259