Sign in
qemu
/
qemu
/
333858b77c2b4f7636257808a77822c58bdd80fe
/
tcg
d03c98d
tcg/ia64: fix and optimize ld/st slow path
by Aurelien Jarno
· 12 years ago
18d445b
tcg/ia64: fix prologue/epilogue
by Aurelien Jarno
· 12 years ago
9716ef3
tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code
by Peter Maydell
· 12 years ago
3c01ae0
tci: don't write zero for reloc in tci_out_label
by Scott Wood
· 13 years ago
affe518
TCG: Fix compile breakage in tcg_dump_ops
by Alexander Graf
· 13 years ago
eeacee4
qemu-log: cleanup
by Blue Swirl
· 13 years ago
24f50d7
tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin
by Andreas Färber
· 13 years ago
f4f7d01
tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0
by Andreas Färber
· 13 years ago
c82e584
tcg/ppc64: Don't hardcode register numbers for qemu_ld/st
by Andreas Färber
· 13 years ago
1b3e76e
tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode
by Andreas Färber
· 13 years ago
a082615
tcg/ppc: Clobber r5 for 64-bit qemu_ld
by Andreas Färber
· 13 years ago
d831fdb
tcg/ppc: Don't hardcode register numbers
by Andreas Färber
· 13 years ago
c1696d9
tcg/ppc: Do not overwrite lower address word on Darwin and AIX
by Andreas Färber
· 13 years ago
f05ae53
Bail out if CONFIG_TCG_PASS_AREG0 is defined
by malc
· 13 years ago
f6af014
Restore consistent formatting
by malc
· 13 years ago
8d91871
tcg/i386: Add support for w64 ABI
by Stefan Weil
· 13 years ago
c170cb6
tcg/i386: Use GDB JIT debugging interface only for hosts with ELF
by Stefan Weil
· 13 years ago
f638f0d
qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
by Li Zhang
· 13 years ago
cb1977d
tcg-sparc: Add debug_frame support.
by Richard Henderson
· 13 years ago
e7bd630
tcg-hppa: Add debug_frame support.
by Richard Henderson
· 13 years ago
abbb3ea
tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.
by Richard Henderson
· 13 years ago
5872bbf
tcg: Add debug_info to JIT ELF image.
by Richard Henderson
· 13 years ago
813da62
tcg: Use the GDB JIT debugging interface.
by Richard Henderson
· 13 years ago
5bd33de
tcg: fix sparc host for AREG0 free operation
by Blue Swirl
· 13 years ago
e141ab5
softmmu templates: optionally pass CPUState to memory access functions
by Blue Swirl
· 13 years ago
6a18ae2
i386: Remove REGPARM
by Blue Swirl
· 13 years ago
69784ea
w64: Fix data type of next_tb and tcg_qemu_tb_exec
by Stefan Weil
· 13 years ago
4055299
Fix large memory chunks allocation with tcg_malloc.
by Kirill Batuzov
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
9d6fca7
tcg: Improve tcg_out_label and fix its usage for w64
by Stefan Weil
· 13 years ago
2aeabc0
w64: fix type casts when calling flush_icache_range
by Stefan Weil
· 13 years ago
dba4f1b
w64: Change data type of parameters for flush_icache_range
by Stefan Weil
· 13 years ago
f57a516
w64: Fix data type of parameters for flush_icache_range
by Stefan Weil
· 13 years ago
c38bb94
tcg: Rearrange definitions and include statements
by Stefan Weil
· 13 years ago
a97e45c
tcg: Remove unneeded include statements
by Stefan Weil
· 13 years ago
5c84bd9
tcg-arm: fix a typo in comments
by Aurelien Jarno
· 13 years ago
05b922d
tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointer
by Peter Maydell
· 13 years ago
222f23f
tcg/arm: remove fixed map code buffer restriction
by Dr. David Alan Gilbert
· 13 years ago
73f5e31
tcg: make tcg_const_ptr actually accept a pointer argument
by Peter Maydell
· 13 years ago
46d5dee
tcg: Remove redundant declarations of TCG_TARGET_REG_BITS
by Stefan Weil
· 13 years ago
9814dd2
fix spelling in tcg sub directory
by Dong Xu Wang
· 13 years ago
51711ae
tci: Make flush_icache_range() inline
by Stefan Weil
· 13 years ago
b08d26b
tcg-sparc: Fix set-but-not used warnings.
by Richard Henderson
· 13 years ago
25cc4a7
Merge branch 's390-1.0' of git://repo.or.cz/qemu/agraf
by Blue Swirl
· 13 years ago
2a534af
tcg: Use TCGReg for standard tcg-target entry points.
by Richard Henderson
· 13 years ago
771142c
tcg: Standardize on TCGReg as the enum for hard registers
by Richard Henderson
· 13 years ago
9df3b45
tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6
by David Gibson
· 13 years ago
c51d9cb
Merge branch 'tci' of git://qemu.weilnetz.de/qemu
by Blue Swirl
· 13 years ago
0756e71
tcg: Fix whitespace in tcg-op.h.
by Richard Henderson
· 13 years ago
2f98c9d
tcg: Fix regression in tcg_gen_deposit_i64.
by Richard Henderson
· 13 years ago
7316329
tcg: Add bytecode generator for tcg interpreter
by Stefan Weil
· 13 years ago
2a24374
tcg: Make ARRAY_SIZE(tcg_op_defs) globally available
by Stefan Weil
· 13 years ago
ce285b1
tcg: TCG targets may define tcg_qemu_tb_exec
by Stefan Weil
· 13 years ago
df07277
tcg: Optimize some forms of deposit.
by Richard Henderson
· 13 years ago
8ef935b
tcg: Fix spelling in comment (varables -> variables)
by Stefan Weil
· 13 years ago
dc439de
tcg/s390: Remove unused tcg_out_addi()
by Peter Maydell
· 13 years ago
4985629
tcg/ia64: Remove unused tcg_out_addi()
by Peter Maydell
· 13 years ago
a477332
tcg-i386: Introduce limited deposit support
by Jan Kiszka
· 13 years ago
df0eda9
tcg/arm: Remove unused tcg_out_addi()
by Peter Maydell
· 13 years ago
7f6f0ae
tcg: Add some assertions
by Stefan Weil
· 13 years ago
c0ad300
tcg: Add forward declarations for local functions
by Stefan Weil
· 13 years ago
840f586
tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h
by Stefan Weil
· 13 years ago
817b838
tcg: Declare TCG_TARGET_REG_BITS in tcg.h
by Stefan Weil
· 13 years ago
be9c418
tcg/ppc64: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 13 years ago
26a74ae
tcg/sparc: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 13 years ago
5ddd17b
tcg/s390: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 13 years ago
af15a62
tcg/ia64: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 13 years ago
68af23a
tcg/i386: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 13 years ago
e89720b
tcg/ppc64: Fix zero extension code generation bug for ppc64 host
by Thomas Huth
· 13 years ago
70d705f
tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings
by Peter Maydell
· 13 years ago
fe0de7a
TCG: improve optimizer debugging
by Blue Swirl
· 13 years ago
f412c76
tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.
by Richard Henderson
· 13 years ago
0bf1dbd
tcg/ppc64: fix 16/32 mixup
by malc
· 13 years ago
157f266
tcg/ppc64: implement not_i32/64 and ext32u_i64
by malc
· 13 years ago
350dba6
tcg/ppc32: implement deposit_i32
by malc
· 13 years ago
64ba39a
tcg-ia64: Fix typos in AREG0 setup in prologue.
by Richard Henderson
· 13 years ago
6e6a992
tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
by Richard Henderson
· 13 years ago
cb25c80
tcg: Constant fold neg, andc, orc, eqv, nand, nor.
by Richard Henderson
· 13 years ago
25c4d9c
tcg: Always define all of the TCGOpcode enum members.
by Richard Henderson
· 13 years ago
8399ad5
tcg: Add and use TCG_OPF_64BIT.
by Richard Henderson
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
e31b0a7
TCG: fix copy propagation
by Blue Swirl
· 13 years ago
2ec0065
TCG: fix breakage by previous patch
by Blue Swirl
· 13 years ago
1bfd07b
TCG: fix breakage on some RISC hosts
by Blue Swirl
· 13 years ago
a640f03
Do constant folding for unary operations.
by Kirill Batuzov
· 14 years ago
55c0975
Do constant folding for shift operations.
by Kirill Batuzov
· 14 years ago
9a81090
Do constant folding for boolean operations.
by Kirill Batuzov
· 14 years ago
53108fb
Do constant folding for basic arithmetic operations.
by Kirill Batuzov
· 14 years ago
22613af
Add copy and constant propagation.
by Kirill Batuzov
· 14 years ago
8f2e8c0
Add TCG optimizations stub
by Kirill Batuzov
· 14 years ago
ea15fb0
tcg/mips: Fix regression caused by typo (copy + paste bug)
by Stefan Weil
· 13 years ago
107a47c
tcg/README: Expand advice on number of TCG ops per target insn
by Peter Maydell
· 14 years ago
f74b32d
TCG/PPC: use stack for TCG temps
by Blue Swirl
· 14 years ago
ec18842
tcg-hppa: Support deposit opcode.
by Richard Henderson
· 14 years ago
2a6a665
TCG/HPPA: use stack for TCG temps
by Blue Swirl
· 14 years ago
a42bcee
TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP
by Blue Swirl
· 14 years ago
c24a9c6
tcg/ppc64: Remove tcg_out_addi
by malc
· 14 years ago
1a2eb16
tcg/ppc: Remove tcg_out_addi
by malc
· 14 years ago
f44c996
TCG/Sparc64: use stack for TCG temps
by Blue Swirl
· 14 years ago
ac0275d
TCG/x86: use stack for TCG temps
by Blue Swirl
· 14 years ago
Next »