Sign in
qemu
/
qemu
/
0d5d46993840c1e6a04c1db38a554aad4ee83835
/
tcg
4ab50cc
tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.
by Richard Henderson
· 15 years ago
6648e29
tcg-i386: Allocate call-saved registers first.
by Richard Henderson
· 15 years ago
a5ad591
tcg: Add missing 'static' attribute
by Stefan Weil
· 15 years ago
70ec48e
tcg-hppa: Remove automatically implemented opcodes.
by Richard Henderson
· 15 years ago
2d097a8
tcg-hppa: Fix branch offset during retranslation.
by Richard Henderson
· 15 years ago
739734c
tcg-hppa: Schedule the address masking after the TLB load.
by Richard Henderson
· 15 years ago
f061b40
tcg-hppa: Fix softmmu loads and stores.
by Richard Henderson
· 15 years ago
884d348
tcg-hppa: Fix GUEST_BASE initialization in prologue.
by Richard Henderson
· 15 years ago
0085bd5
tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.
by Richard Henderson
· 15 years ago
9678d95
Remove dead assignments in various common files, spotted by clang analyzer
by Blue Swirl
· 15 years ago
e23886a
tcg/arm: fix condition in zero/sign extension functions
by Aurelien Jarno
· 15 years ago
c66b5c2
tcg/arm: don't try to load constants using pc
by Aurelien Jarno
· 15 years ago
914ccf5
tcg/arm: optimize register allocation order
by Aurelien Jarno
· 15 years ago
bf5675e
tcg/arm: fix argument alignment in qemu_st64
by Aurelien Jarno
· 15 years ago
2633a2d
tcg/arm: remove useless register tests in qemu_ld/st
by Aurelien Jarno
· 15 years ago
67dcab7
tcg/arm: bswap arguments in qemu_ld/st if needed
by Aurelien Jarno
· 15 years ago
e854b6d
tcg/arm: use ext* ops in qemu_ld
by Aurelien Jarno
· 15 years ago
7e0d956
tcg/arm: remove conditional argument for qemu_ld/st
by Aurelien Jarno
· 15 years ago
244b1e8
tcg/arm: add bswap ops
by Aurelien Jarno
· 15 years ago
9517094
tcg/arm: add ext16u op
by Aurelien Jarno
· 15 years ago
293579e
tcg/arm: add rotation ops
by Aurelien Jarno
· 15 years ago
23401b5
tcg/arm: use the blx instruction when possible
by Aurelien Jarno
· 15 years ago
8f7f749
tcg/arm: sxtb and sxth are available starting with ARMv6
by Aurelien Jarno
· 15 years ago
ac34fb5
tcg/arm: add variables to define the allowed instructions set
by Aurelien Jarno
· 15 years ago
2488b41
tcg/arm: align 64-bit arguments in function calls
by Aurelien Jarno
· 15 years ago
c8d80ce
tcg/arm: replace integer values by registers enum
by Aurelien Jarno
· 15 years ago
f694a27
tcg/arm: remove store signed functions
by Aurelien Jarno
· 15 years ago
e4a7d5e
tcg/arm: explicitely list clobbered/reserved regs
by Aurelien Jarno
· 15 years ago
39221a8
tcg/arm: remove SAVE_LR code
by Aurelien Jarno
· 15 years ago
606257c
tcg/ppc: Remove redundant comparison from brcond2
by malc
· 15 years ago
2d8ebcf
Fix --enable-profiler compilation.
by Richard Henderson
· 15 years ago
655feed
tcg: Add missing static qualifier
by malc
· 15 years ago
efe72c8
tcg/ppc: Fix signed versions of brcond2
by malc
· 15 years ago
60bf84c
tcp/mips: Change TCG_AREG0 (fp -> s0)
by Stefan Weil
· 15 years ago
837d987
tcg/README: improve description of bswap*
by Aurelien Jarno
· 15 years ago
3e1f46e
tcg-hppa: Don't try to calls to non-constant addresses.
by Richard Henderson
· 15 years ago
9149363
tcg-hppa: Fix in/out register overlap in add2/sub2.
by Richard Henderson
· 15 years ago
fd76e73
tcg-hppa: Finish the port.
by Richard Henderson
· 15 years ago
a175b99
tcg/ia64: fix tlb addend read
by Aurelien Jarno
· 15 years ago
98926b0
tcg/ppc64: Fix typo
by malc
· 15 years ago
f7e2aca
tcg/ppc: Fix typo
by malc
· 15 years ago
a884dcb
tcg/ppc: Implment bswap16/32
by malc
· 15 years ago
116348d
tcg/mips: use seb/seh instructions on MIPS32R2
by Aurelien Jarno
· 15 years ago
ba0d89b
tcg/mips: fix 64-bit linux-user on big endian MIPS
by Aurelien Jarno
· 15 years ago
aa77beb
tcg/ppc: Implement eqv, nand and nor
by malc
· 15 years ago
355b194
Split TLB addend and target_phys_addr_t
by Paul Brook
· 15 years ago
36368cf
tcg/ppc: Fix not_i32
by malc
· 15 years ago
a18f844
tcg/TODO: remove setcond
by Aurelien Jarno
· 15 years ago
477ba62
tcg: initial ia64 support
by Aurelien Jarno
· 15 years ago
6d8ff4d
tcg/mips: fix branch offset during retranslation
by Aurelien Jarno
· 15 years ago
1584c84
tcg/arm: Replace qemu_ld32u (left over from previous commit)
by Stefan Weil
· 15 years ago
cc01cc8
tcg-mips: add guest base support
by Aurelien Jarno
· 15 years ago
489722c
tcg/mips: implement the not_i32 op the same way as gcc
by Aurelien Jarno
· 15 years ago
2b79487
tcg-mips: implement nor
by Aurelien Jarno
· 15 years ago
86feb1c
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
by Richard Henderson
· 15 years ago
32d98fb
tcg: Allow target-specific implementation of NOR.
by Richard Henderson
· 15 years ago
9940a96
tcg: Allow target-specific implementation of NAND.
by Richard Henderson
· 15 years ago
8d625cf
tcg: Allow target-specific implementation of EQV.
by Richard Henderson
· 15 years ago
a10f9f4
tcg: Use not_i32 to implement not_i64.
by Richard Henderson
· 15 years ago
c02244a
tcg: Change TCGType to an enumeration.
by Richard Henderson
· 15 years ago
8a56e84
tcg: Use TCGCond where appropriate.
by Richard Henderson
· 15 years ago
a975160
tcg: Name the opcode enumeration.
by Richard Henderson
· 15 years ago
a63b582
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
by Paolo Bonzini
· 15 years ago
3f90f25
tcg-hppa: Fix 64-bit argument ordering
by Richard Henderson
· 15 years ago
9e97d8e
tcg/arm: don't save/restore r7 in prologue/epilogue
by Aurelien Jarno
· 15 years ago
26c5d37
tcg/arm: fix load/store definitions for 32-bit targets
by Aurelien Jarno
· 15 years ago
30138f2
tcg: protect div2 in tcg/tcg-opc.h
by Aurelien Jarno
· 15 years ago
dbfff4d
tcg: declare internal helpers as const and pure
by Aurelien Jarno
· 15 years ago
2b71cd7
tcg/arm: use helpers for divu/remu
by Aurelien Jarno
· 15 years ago
31d6655
tcg: add div/rem 32-bit helpers
by Aurelien Jarno
· 15 years ago
a6c6f76
Fix build with -DNDEBUG in CFLAGS
by Blue Swirl
· 15 years ago
932234f
tcg/arm: implement andc op
by Aurelien Jarno
· 15 years ago
a3f5054
tcg: update README with const and pure helpers
by Aurelien Jarno
· 15 years ago
4e17eae
tcg/arm: correctly save/restore registers in prologue/epilogue
by Aurelien Jarno
· 15 years ago
65850a0
Fix Sparc host build breakage
by Blue Swirl
· 15 years ago
35f6b59
tcg/ppc[64]: Only define addend load helpers in softmmu case
by malc
· 15 years ago
20cb400
Remove TLB from userspace
by Paul Brook
· 15 years ago
d3f137e
tcg/arm: merge the two sets of #define for optional ops
by Aurelien Jarno
· 15 years ago
023e77f
tcg/arm: accept immediate arguments for brcond/setcond
by Aurelien Jarno
· 15 years ago
b525f0a
Add a missing break
by Andrzej Zaborowski
· 15 years ago
e040476
tcg/arm: implement setcond2
by Aurelien Jarno
· 15 years ago
f72a6cd
tcg/arm: implement setcond
by Aurelien Jarno
· 15 years ago
6b65861
tcg/arm: fix div2/divu2
by Aurelien Jarno
· 15 years ago
d616cf1
tcg/ppc: Fix right rotation
by malc
· 15 years ago
98b8d95
tcg/ppc: Fix typo
by malc
· 15 years ago
d34f4ba
tcg/ppc64: Use C90 style comments
by malc
· 15 years ago
65fe043
tcg/ppc: Implement some of the optional ops
by malc
· 15 years ago
30c0c76
tcg: fix build on 32-bit hppa, ppc and sparc hosts
by Jay Foad
· 15 years ago
2c92d62
tcg: fix assertion with --enable-debug
by Jay Foad
· 15 years ago
3682825
tcg: Add comments for all optional instructions not implemented.
by Richard Henderson
· 15 years ago
18c8f7a
tcg-sparc: Implement ORC.
by Richard Henderson
· 15 years ago
dc69960
tcg-sparc: Implement ANDC.
by Richard Henderson
· 15 years ago
791d126
tcg: Optional target implementation of ORC.
by Richard Henderson
· 15 years ago
241cbed
tcg: Optional target implementation of ANDC.
by Richard Henderson
· 15 years ago
be6551b
tcg-sparc: Implement not.
by Richard Henderson
· 15 years ago
4b5a85c
tcg-sparc: Implement neg.
by Richard Henderson
· 15 years ago
6ec8523
tcg/ppc: Consistently use calling convention selection macros
by malc
· 15 years ago
5da79c8
Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET}.
by Juergen Lock
· 15 years ago
c68aaa1
tcg: Add consistency checks for op definitions
by Stefan Weil
· 15 years ago
dbfe80e
tcg-sparc: Implement setcond, setcond2.
by Richard Henderson
· 15 years ago
Next »