index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ
James Hogan
2015-10-19
1
-6
/
+37
*
tcg/mips: Support r6 multiply/divide encodings
James Hogan
2015-10-19
2
-3
/
+43
*
tcg/mips: Support r6 JR encoding
James Hogan
2015-10-19
1
-1
/
+4
*
tcg/mips: Add use_mips32r6_instructions definition
James Hogan
2015-10-19
1
-0
/
+7
*
tcg-opc.h: Simplify insn_start def
James Hogan
2015-10-19
1
-8
/
+5
*
tcg/ppc: Prefer mask over andi.
Richard Henderson
2015-10-19
1
-10
/
+10
*
tcg/ppc: Revise goto_tb implementation
Richard Henderson
2015-10-19
1
-11
/
+38
*
tcg/ppc: Adjust exit_tb for change in prologue placement
Richard Henderson
2015-10-19
1
-6
/
+4
*
tcg: Check for overflow via highwater mark
Richard Henderson
2015-10-07
2
-5
/
+14
*
tcg: Emit prologue to the beginning of code_gen_buffer
Richard Henderson
2015-10-07
1
-7
/
+28
*
tcg: Remove tcg_gen_code_search_pc
Richard Henderson
2015-10-07
2
-42
/
+19
*
tcg: Remove gen_intermediate_code_pc
Richard Henderson
2015-10-07
1
-4
/
+0
*
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
2015-10-07
2
-15
/
+29
*
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
2015-10-07
2
-1
/
+12
*
tcg: Add TCG_MAX_INSNS
Richard Henderson
2015-10-07
1
-0
/
+1
*
tcg: Allow extra data to be attached to insn_start
Richard Henderson
2015-10-07
4
-16
/
+59
*
tcg: Rename debug_insn_start to insn_start
Richard Henderson
2015-10-07
3
-8
/
+8
*
tcg/mips: pass oi to tcg_out_tlb_load
Aurelien Jarno
2015-09-19
1
-15
/
+5
*
tcg/mips: move tcg_out_addsub2
Aurelien Jarno
2015-09-19
1
-49
/
+49
*
tcg/mips: Fix clobbering of qemu_ld inputs
James Hogan
2015-09-19
1
-11
/
+15
*
tcg: Move tci_tb_ptr to -common
Peter Crosthwaite
2015-09-16
1
-0
/
+4
*
tcg: split tcg_op_defs to -common
Peter Crosthwaite
2015-09-16
3
-8
/
+35
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-0
/
+4
|
\
|
*
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
1
-0
/
+4
*
|
softmmu: add helper function to pass through retaddr
Pavel Dovgalyuk
2015-09-11
1
-0
/
+23
*
|
typofixes - v4
Veres Lajos
2015-09-11
2
-3
/
+3
*
|
tcg/i386: omit a few REXW prefixes in softmmu code
Aurelien Jarno
2015-09-02
1
-6
/
+9
*
|
tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0
Richard Henderson
2015-09-02
1
-7
/
+20
|
/
*
s390: fix softmmu compilation
Laurent Vivier
2015-08-28
1
-2
/
+2
*
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
2015-08-24
8
-61
/
+49
*
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-08-24
5
-18
/
+8
*
tcg/aarch64: Use softmmu fast path for unaligned accesses
Richard Henderson
2015-08-24
1
-13
/
+24
*
tcg/s390: Use softmmu fast path for unaligned accesses
Richard Henderson
2015-08-24
1
-5
/
+21
*
tcg/ppc: Improve unaligned load/store handling on 64-bit backend
Benjamin Herrenschmidt
2015-08-24
1
-10
/
+31
*
tcg/i386: use softmmu fast path for unaligned accesses
Aurelien Jarno
2015-08-24
1
-9
/
+13
*
tcg: Remove tcg_gen_trunc_i64_i32
Richard Henderson
2015-08-24
1
-7
/
+2
*
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
2015-08-24
14
-53
/
+71
*
tcg: update README about size changing ops
Aurelien Jarno
2015-08-24
1
-3
/
+15
*
tcg/optimize: add optimizations for ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
2015-08-24
1
-0
/
+13
*
tcg: implement real ext_i32_i64 and extu_i32_i64 ops
Aurelien Jarno
2015-08-24
9
-8
/
+41
*
tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32
Aurelien Jarno
2015-08-24
1
-2
/
+2
*
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
Aurelien Jarno
2015-08-24
13
-18
/
+18
*
tcg/optimize: allow constant to have copies
Aurelien Jarno
2015-08-24
1
-8
/
+2
*
tcg/optimize: track const/copy status separately
Aurelien Jarno
2015-08-24
1
-28
/
+14
*
tcg/optimize: add temp_is_const and temp_is_copy functions
Aurelien Jarno
2015-08-24
1
-71
/
+60
*
tcg/optimize: optimize temps tracking
Aurelien Jarno
2015-08-24
1
-11
/
+32
*
tcg/optimize: fix constant signedness
Aurelien Jarno
2015-08-24
1
-5
/
+5
*
tcg/mips: fix add2
Aurelien Jarno
2015-08-01
1
-0
/
+3
*
tcg/s390x: Mask TCGMemOp appropriately for indexing
Aurelien Jarno
2015-08-01
1
-2
/
+2
*
tcg/mips: Mask TCGMemOp appropriately for indexing
Aurelien Jarno
2015-08-01
1
-2
/
+2
[next]