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-ppc64: Avoid code for nop move
Richard Henderson
2013-09-25
1
-1
/
+3
*
|
tcg-ppc64: Use tcg_out64
Richard Henderson
2013-09-25
1
-5
/
+1
*
|
tcg-ppc64: Use TCG_REG_Rn constants
Richard Henderson
2013-09-25
1
-48
/
+48
*
|
tcg-ppc64: More use of TAI and SAI helper macros
Richard Henderson
2013-09-25
1
-25
/
+16
*
|
tcg-ppc64: Reformat tcg-target.c
Richard Henderson
2013-09-25
1
-239
/
+239
*
|
tcg-ppc: Fix and cleanup tcg_out_tlb_check
Richard Henderson
2013-09-25
1
-175
/
+127
*
|
tcg-ppc: Use conditional branch and link to slow path
Richard Henderson
2013-09-25
1
-5
/
+10
*
|
tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path
Richard Henderson
2013-09-25
1
-89
/
+58
*
|
tcg-ppc: Avoid code for nop move
Richard Henderson
2013-09-25
1
-1
/
+3
*
|
tcg-ppc: use new return-argument ld/st helpers
Paolo Bonzini
2013-09-25
1
-21
/
+20
*
|
tcg-ppc: fix qemu_ld/qemu_st for AIX ABI
Paolo Bonzini
2013-09-25
1
-8
/
+9
|
/
*
tcg-sparc: Fix parenthesis warning
Richard Henderson
2013-09-20
1
-1
/
+1
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-09-03
1
-7
/
+0
|
\
|
*
tci: Remove function tcg_out64 (fix broken build)
Stefan Weil
2013-09-01
1
-7
/
+0
*
|
Merge branch 'tcg-next' of git://github.com/rth7680/qemu
Aurelien Jarno
2013-09-03
27
-287
/
+450
|
\
\
|
*
|
tcg-i386: Make use of zero-extended memory helper routines
Richard Henderson
2013-09-02
1
-9
/
+6
|
*
|
tcg: Introduce zero and sign-extended versions of load helpers
Richard Henderson
2013-09-02
2
-9
/
+18
|
*
|
exec: Split softmmu_defs.h
Richard Henderson
2013-09-02
11
-25
/
+43
|
*
|
tcg-i386: Don't perform GETPC adjustment in TCG code
Richard Henderson
2013-09-02
1
-19
/
+14
|
*
|
tcg-i386: Adjust tcg_out_tlb_load for x32
Richard Henderson
2013-09-02
1
-14
/
+27
|
*
|
tcg-i386: Use intptr_t appropriately
Richard Henderson
2013-09-02
1
-22
/
+19
|
*
|
tcg: Fix jit debug for x32
Richard Henderson
2013-09-02
1
-5
/
+5
|
*
|
tcg: Use appropriate types in tcg_reg_alloc_call
Richard Henderson
2013-09-02
1
-1
/
+3
|
*
|
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
2013-09-02
12
-28
/
+28
|
*
|
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
|
*
|
tcg: Use uintptr_t in TCGHelperInfo
Richard Henderson
2013-09-02
2
-4
/
+4
|
*
|
tcg: Change relocation offsets to intptr_t
Richard Henderson
2013-09-02
13
-39
/
+40
|
*
|
tcg: Change memory offsets to intptr_t
Richard Henderson
2013-09-02
2
-16
/
+8
|
*
|
tcg: Change frame pointer offsets to intptr_t
Richard Henderson
2013-09-02
2
-8
/
+6
|
*
|
tcg: Define TCG_ptr properly
Richard Henderson
2013-09-02
1
-3
/
+3
|
*
|
tcg: Define TCG_TYPE_PTR properly
Richard Henderson
2013-09-02
1
-3
/
+6
|
*
|
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
Richard Henderson
2013-09-02
6
-16
/
+37
|
*
|
tcg: Change tcg_qemu_tb_exec return to uintptr_t
Richard Henderson
2013-09-02
3
-4
/
+3
|
*
|
tcg: Change flush_icache_range arguments to uintptr_t
Richard Henderson
2013-09-02
10
-31
/
+17
|
*
|
tcg: Constant fold div, rem
Richard Henderson
2013-09-02
1
-0
/
+23
|
*
|
tcg-ppc64: Implement muluh, mulsh
Richard Henderson
2013-09-02
2
-29
/
+11
|
*
|
tcg-mips: Implement mulsh, muluh
Richard Henderson
2013-09-02
2
-2
/
+12
|
*
|
tcg: Add muluh and mulsh opcodes
Richard Henderson
2013-09-02
16
-11
/
+128
|
|
/
*
|
tcg/mips: only enable ext8s/ext16s ops on MIPS32R2
Aurelien Jarno
2013-09-03
2
-4
/
+4
*
|
tcg/mips: inline bswap16/bswap32 ops
Aurelien Jarno
2013-09-03
1
-4
/
+3
*
|
tcg/mips: detect available host instructions at runtime
Aurelien Jarno
2013-09-03
2
-92
/
+171
|
/
*
tcg-i386: Use new return-argument ld/st helpers
Richard Henderson
2013-08-26
1
-56
/
+47
*
tcg-i386: Tidy qemu_ld/st slow path
Richard Henderson
2013-08-26
1
-91
/
+74
*
tcg-i386: Try pc-relative lea for constant formation
Richard Henderson
2013-08-26
1
-5
/
+20
*
tcg-i386: Add and use tcg_out64
Richard Henderson
2013-08-26
2
-2
/
+8
*
tcg: Tidy generated code for tcg_outN
Richard Henderson
2013-08-26
1
-4
/
+6
*
tcg/mips: fix invalid op definition errors
James Hogan
2013-08-08
1
-0
/
+10
*
tci: Fix broken build (compiler warning caused by redefined macro BIT)
Stefan Weil
2013-07-30
1
-3
/
+0
*
Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next
Richard Henderson
2013-07-15
1
-53
/
+203
|
\
|
*
tcg/aarch64: Implement tlb lookup fast path
Jani Kokkonen
2013-07-15
1
-50
/
+174
[prev]
[next]