Age | Commit message (Expand) | Author | Files | Lines |
2014-03-02 | tcg: Fix typo in comment (dependancies -> dependencies) | Stefan Weil | 1 | -1/+1 |
2014-02-15 | TCG: Fix 32-bit host allocation typo | Richard Henderson | 1 | -1/+1 |
2014-01-30 | TCG: Fix I64-on-32bit-host temporaries | Alexander Graf | 1 | -1/+1 |
2013-12-10 | tcg: Use bitmaps for free temporaries | Richard Henderson | 1 | -17/+15 |
2013-10-10 | tcg: Add qemu_ld_st_i32/64 | Richard Henderson | 1 | -0/+209 |
2013-10-10 | tcg: Add tcg-be-ldst.h | Richard Henderson | 1 | -9/+6 |
2013-10-10 | tcg: Merge tcg_register_helper into tcg_context_init | Richard Henderson | 1 | -15/+6 |
2013-10-10 | tcg: Add tcg-runtime.c helpers to all_helpers | Richard Henderson | 1 | -0/+16 |
2013-10-10 | tcg: Put target helper data into an array. | Richard Henderson | 1 | -3/+14 |
2013-10-10 | tcg: Move helper registration into tcg_context_init | Richard Henderson | 1 | -1/+7 |
2013-10-10 | tcg: Use a GHashTable for tcg_find_helper | Richard Henderson | 1 | -56/+18 |
2013-09-02 | tcg: Fix jit debug for x32 | Richard Henderson | 1 | -5/+5 |
2013-09-02 | tcg: Use appropriate types in tcg_reg_alloc_call | Richard Henderson | 1 | -1/+3 |
2013-09-02 | tcg: Change tcg_out_ld/st offset to intptr_t | Richard Henderson | 1 | -2/+2 |
2013-09-02 | tcg: Use uintptr_t in TCGHelperInfo | Richard Henderson | 1 | -3/+3 |
2013-09-02 | tcg: Change relocation offsets to intptr_t | Richard Henderson | 1 | -4/+5 |
2013-09-02 | tcg: Change memory offsets to intptr_t | Richard Henderson | 1 | -11/+5 |
2013-09-02 | tcg: Change frame pointer offsets to intptr_t | Richard Henderson | 1 | -3/+2 |
2013-09-02 | tcg: Change flush_icache_range arguments to uintptr_t | Richard Henderson | 1 | -4/+2 |
2013-09-02 | tcg: Add muluh and mulsh opcodes | Richard Henderson | 1 | -6/+30 |
2013-08-26 | tcg-i386: Add and use tcg_out64 | Richard Henderson | 1 | -0/+7 |
2013-08-26 | tcg: Tidy generated code for tcg_outN | Richard Henderson | 1 | -4/+6 |
2013-07-09 | tcg: Move the CIE and FDE header definitions to common code | Richard Henderson | 1 | -0/+18 |
2013-07-09 | tcg: Fix high_pc fields in .debug_info | Richard Henderson | 1 | -2/+2 |
2013-07-09 | tcg: Simplify logic using TCG_OPF_NOT_PRESENT | Richard Henderson | 1 | -3/+1 |
2013-04-27 | tcg: Log the contents of the prologue with -d out_asm | Richard Henderson | 1 | -0/+10 |
2013-02-23 | tcg: Apply life analysis to 64-bit multiword arithmetic ops | Richard Henderson | 1 | -8/+20 |
2013-02-16 | TCG: Final globals clean-up | Evgeny Voevodin | 1 | -1/+1 |
2013-01-02 | tcg: Remove unneeded assertion | Stefan Weil | 1 | -1/+0 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -3/+3 |
2012-11-24 | tcg: mark local temps as MEM in dead_temp() | Aurelien Jarno | 1 | -1/+1 |
2012-11-17 | TCG: Remove unused global variables | Evgeny Voevodin | 1 | -4/+0 |
2012-11-17 | TCG: Use gen_opparam_buf from context instead of global variable. | Evgeny Voevodin | 1 | -5/+6 |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin | 1 | -15/+15 |
2012-11-17 | TCG: Use gen_opparam_ptr from context instead of global variable. | Evgeny Voevodin | 1 | -18/+18 |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin | 1 | -8/+8 |
2012-11-11 | tcg: properly check that op's output needs to be synced to memory | Kirill Batuzov | 1 | -4/+4 |
2012-11-03 | tcg: Optimize qemu_ld/st by generating slow paths at the end of a block | Yeongkyoon Lee | 1 | -0/+12 |
2012-10-31 | tcg: don't remove op if output needs to be synced to memory | Aurelien Jarno | 1 | -4/+4 |
2012-10-28 | tcg: rework TCG helper flags | Aurelien Jarno | 1 | -8/+16 |
2012-10-28 | tcg: synchronize globals for ops with side effects | Aurelien Jarno | 1 | -9/+24 |
2012-10-28 | tcg: don't explicitly save globals and temps | Aurelien Jarno | 1 | -0/+12 |
2012-10-28 | tcg: start with local temps in TEMP_VAL_MEM state | Aurelien Jarno | 1 | -1/+5 |
2012-10-28 | tcg: always mark dead input arguments as dead | Aurelien Jarno | 1 | -7/+7 |
2012-10-28 | tcg: rewrite tcg_reg_alloc_mov() | Aurelien Jarno | 1 | -45/+61 |
2012-10-28 | tcg: improve tcg_reg_alloc_movi() | Aurelien Jarno | 1 | -0/+3 |
2012-10-28 | tcg: rework liveness analysis | Aurelien Jarno | 1 | -27/+37 |
2012-10-28 | tcg: sync output arguments on liveness request | Aurelien Jarno | 1 | -36/+61 |
2012-10-28 | tcg: add temp_sync() | Aurelien Jarno | 1 | -15/+19 |
2012-10-28 | tcg: add tcg_reg_sync() | Aurelien Jarno | 1 | -9/+20 |