summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0Star
* 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/+0Star
* 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/+0Star
* 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/+6Star
* Some cleanups after dyngen removalaurel322008-12-071-61/+38Star
* 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/+2Star
* 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/+2Star
* added local temporariesbellard2008-05-251-39/+87
* added tcg_temp_free() and improved the handling of constantsbellard2008-05-231-191/+259
* compilation fixbellard2008-05-231-2/+2
* profiler clean upbellard2008-05-231-13/+72
* added debug_insn_start debug instructionbellard2008-05-221-3/+26
* debug output: write helper namesbellard2008-05-221-14/+34
* more generic call codegenbellard2008-05-221-42/+69
* fixed zero shifts (64 bit case)bellard2008-05-221-3/+4
* fixed dead global variable updatebellard2008-05-211-20/+18Star
* added 'pure' function attribute - fixed indirect function callsbellard2008-05-171-23/+42
* temporary hack to handle register shortage with dyngen for qemu_st64()bellard2008-05-121-0/+39
* Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir12008-05-101-1/+1
* fixed global variable handling with qemu load/stores - initial global prologu...bellard2008-05-101-54/+95
* HPPA (PA-RISC) host supportaurel322008-04-121-7/+23
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-31/+1Star
* Prepare for op.c removal and zero legacy opsblueswir12008-03-211-0/+3
* Fix i32 memory backed variables on 64-bit hostblueswir12008-03-131-9/+9
* Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady)blueswir12008-03-111-2/+2
* Add function prologue, fix pointer load on Sparc64 hostblueswir12008-03-081-0/+5
* Fix typoblueswir12008-02-171-1/+1
* Simplify TCG relocation bugfix.pbrook2008-02-101-13/+8Star
* Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook2008-02-101-17/+22
* win32: suppress alloca() warningbellard2008-02-041-0/+3
* fixed sign extensions - added explicit side effect op flag - added discard in...bellard2008-02-041-17/+42
* Add TCG variable opaque type.pbrook2008-02-031-54/+65