Age | Commit message (Expand) | Author | Files | Lines |
2013-01-02 | tcg: Remove unneeded assertion | Stefan Weil | 1 | -1/+0 |
2012-12-29 | tcg-hppa: Fix typo in brcond2 | Richard Henderson | 1 | -1/+1 |
2012-12-29 | tcg-i386: Perform cmov detection at runtime for 32-bit. | Richard Henderson | 2 | -6/+30 |
2012-12-29 | tcg: Add TCGV_IS_UNUSED_* | Richard Henderson | 2 | -0/+5 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -3/+3 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 9 | -9/+9 |
2012-12-19 | janitor: add guards to headers | Paolo Bonzini | 9 | -0/+27 |
2012-12-10 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -2/+2 |
2012-12-08 | tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext. | Evgeny Voevodin | 1 | -0/+3 |
2012-12-07 | Fix comments (adress -> address, layed -> laid, wierd -> weird) | Stefan Weil | 1 | -2/+2 |
2012-11-24 | tcg: mark local temps as MEM in dead_temp() | Aurelien Jarno | 1 | -1/+1 |
2012-11-24 | tcg/arm: fix cross-endian qemu_st16 | Aurelien Jarno | 1 | -2/+18 |
2012-11-24 | tcg/arm: fix TLB access in qemu-ld/st ops | Aurelien Jarno | 1 | -36/+42 |
2012-11-21 | tcg/ppc: Fix !softmmu case | malc | 1 | -4/+8 |
2012-11-19 | tcg/ppc: Remove unused s_bits variable | malc | 1 | -3/+0 |
2012-11-18 | tci: Support deposit operations | Stefan Weil | 2 | -2/+26 |
2012-11-17 | TCG: Remove unused global variables | Evgeny Voevodin | 2 | -8/+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 | 2 | -46/+46 |
2012-11-17 | TCG: Use gen_opparam_ptr from context instead of global variable. | Evgeny Voevodin | 2 | -145/+145 |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin | 2 | -43/+43 |
2012-11-17 | tcg/tcg.h: Duplicate global TCG variables in TCGContext | Evgeny Voevodin | 1 | -0/+6 |
2012-11-11 | tcg: properly check that op's output needs to be synced to memory | Kirill Batuzov | 1 | -4/+4 |
2012-11-06 | tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors | malc | 1 | -8/+24 |
2012-11-03 | tcg/ppc: ld/st optimization | malc | 1 | -195/+258 |
2012-11-03 | tcg: Optimize qemu_ld/st by generating slow paths at the end of a block | Yeongkyoon Lee | 3 | -126/+320 |
2012-10-31 | tcg: don't remove op if output needs to be synced to memory | Aurelien Jarno | 1 | -4/+4 |
2012-10-30 | tcg/mips: use MUL instead of MULT on MIPS32 and above | Aurelien Jarno | 1 | -0/+7 |
2012-10-28 | tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE | Richard Henderson | 1 | -56/+97 |
2012-10-28 | tcg: remove compatiblity call flags | Aurelien Jarno | 1 | -4/+0 |
2012-10-28 | tcg: rework TCG helper flags | Aurelien Jarno | 5 | -30/+60 |
2012-10-28 | tcg: synchronize globals for ops with side effects | Aurelien Jarno | 2 | -11/+26 |
2012-10-28 | tcg: forbid ld/st function to modify globals | Aurelien Jarno | 2 | -7/+10 |
2012-10-28 | tcg: fix some op flags | Aurelien Jarno | 1 | -8/+7 |
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 | 2 | -36/+64 |
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 |
2012-10-28 | tcg: add temp_dead() | Aurelien Jarno | 1 | -36/+31 |
2012-10-28 | tcg/i386: remove ld/st third argument register constraint | Aurelien Jarno | 1 | -6/+2 |
2012-10-28 | tcg/i386: remove suboptimal register shifting | Aurelien Jarno | 1 | -42/+31 |
2012-10-20 | exec: Allocate code_gen_prologue from code_gen_buffer | Richard Henderson | 1 | -1/+1 |
2012-10-19 | Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi... | Aurelien Jarno | 11 | -26/+0 |
2012-10-17 | tcg: Optimize mulu2 | Richard Henderson | 3 | -0/+47 |
2012-10-17 | tcg: Optimize half-dead add2/sub2 | Richard Henderson | 1 | -1/+33 |