Sign in
qemu
/
qemu
/
a425d23f8fad482f7792745036896eb2f72330de
/
tcg
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
· 14 years ago
26a74ae
tcg/sparc: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 14 years ago
5ddd17b
tcg/s390: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 14 years ago
af15a62
tcg/ia64: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 14 years ago
68af23a
tcg/i386: Only one call output register needed for 64 bit hosts
by Stefan Weil
· 14 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
· 14 years ago
fe0de7a
TCG: improve optimizer debugging
by Blue Swirl
· 14 years ago
f412c76
tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.
by Richard Henderson
· 14 years ago
0bf1dbd
tcg/ppc64: fix 16/32 mixup
by malc
· 14 years ago
157f266
tcg/ppc64: implement not_i32/64 and ext32u_i64
by malc
· 14 years ago
350dba6
tcg/ppc32: implement deposit_i32
by malc
· 14 years ago
64ba39a
tcg-ia64: Fix typos in AREG0 setup in prologue.
by Richard Henderson
· 14 years ago
6e6a992
tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.
by Richard Henderson
· 14 years ago
cb25c80
tcg: Constant fold neg, andc, orc, eqv, nand, nor.
by Richard Henderson
· 14 years ago
25c4d9c
tcg: Always define all of the TCGOpcode enum members.
by Richard Henderson
· 14 years ago
8399ad5
tcg: Add and use TCG_OPF_64BIT.
by Richard Henderson
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
e31b0a7
TCG: fix copy propagation
by Blue Swirl
· 14 years ago
2ec0065
TCG: fix breakage by previous patch
by Blue Swirl
· 14 years ago
1bfd07b
TCG: fix breakage on some RISC hosts
by Blue Swirl
· 14 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
· 14 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
e83c80f
TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP
by Blue Swirl
· 14 years ago
345649c
TCG: remove broken stack allocation for call arguments
by Blue Swirl
· 14 years ago
b591dc5
TCG: fix negative frame offset calculations
by Blue Swirl
· 14 years ago
614f104
Delegate setup of TCG temporaries to targets
by Blue Swirl
· 14 years ago
cea5f9a
cpu-exec.c: avoid AREG0 use
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
568fffe
tcg: Fix unused-but-set-variable warning
by Christophe Fergeau
· 14 years ago
ebecf36
tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64
by Peter Maydell
· 14 years ago
6bd4b08
tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts
by Peter Maydell
· 14 years ago
03938c1
Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.
by Brad
· 14 years ago
06ea77b
Fix spelling in comment (additon -> addition)
by Stefan Weil
· 14 years ago
8c11ad2
tcg: don't keep dead outputs in registers
by Aurelien Jarno
· 14 years ago
6b64b62
tcg: mark dead output argument in op_dead_args
by Aurelien Jarno
· 14 years ago
866cb6c
tcg: replace op_dead_iargs by op_dead_args
by Aurelien Jarno
· 14 years ago
5225d66
Fix typos in comments (accross -> across)
by Stefan Weil
· 14 years ago
24e838b
tcg/arm: Support host code being compiled for Thumb
by Peter Maydell
· 14 years ago
27bfd83
tcg: Add support for debugging leakage of temporaries
by Peter Maydell
· 14 years ago
3a34dfd
tcg: README, name deposit second argument len/LEN
by Edgar E. Iglesias
· 14 years ago
b7767f0
tcg: Define "deposit" as an optional operation.
by Richard Henderson
· 14 years ago
5677903
tcg arm/mips/ia64: add a comment about retranslation and caches
by Aurelien Jarno
· 14 years ago
0f11f25
tcg/arm: improve constant loading
by Aurelien Jarno
· 14 years ago
a3e28aa
tcg/ia64: remove an unnecessary stop bit
by Aurelien Jarno
· 14 years ago
759c90b
tcg: fix typo in readme
by Mike Frysinger
· 14 years ago
aa95e3a
tcg/README: Spelling fixes
by Stefan Weil
· 14 years ago
d43ffce
tcg/mips: fix branch target change during code retranslation
by Aurelien Jarno
· 14 years ago
9a3abc2
tcg/arm: fix qemu_st64 for big endian targets
by Aurelien Jarno
· 14 years ago
c69806a
tcg/arm: fix branch target change during code retranslation
by Aurelien Jarno
· 14 years ago
393f398
tcg-ia64: Fix warning in qemu_ld.
by Richard Henderson
· 14 years ago
07f5973
tcg-ia64: Fix address compilation in qemu_st.
by Richard Henderson
· 14 years ago
650a217
tcg-ia64: Fix tlb read error for 32-bit targets.
by Richard Henderson
· 14 years ago
b3b0091
tcg-ia64: Implement qemu_ld32.
by Richard Henderson
· 14 years ago
255108c
tcg-ia64: Provide default GUEST_BASE.
by Richard Henderson
· 14 years ago
0909cbd
tcg: Fix default definition of divu_i32 and remu_i32.
by Richard Henderson
· 14 years ago
405cf9f
tcg: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
c3b08d0
tcg: Fix compiler error (comparison of unsigned expression)
by Stefan Weil
· 14 years ago
b1d6d51
TCG: Revert ppc64 tcg_out_movi32 change
by Andreas Färber
· 15 years ago
e9119cd
TCG: Fix Darwin/ppc calling convention recognition
by Andreas Färber
· 15 years ago
48bb375
tcg-s390: new TCG Target
by Richard Henderson
· 15 years ago
b9e946c
tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.
by Richard Henderson
· 15 years ago
2bece2c
tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.
by Richard Henderson
· 15 years ago
0e2029a
tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317
by Aurelien Jarno
· 15 years ago
Next »