index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-22
tcg: fix build on 32-bit hppa, ppc and sparc hosts
Jay Foad
3
-3
/
+4
2010-02-20
tcg: fix assertion with --enable-debug
Jay Foad
1
-5
/
+0
2010-02-20
tcg: Add comments for all optional instructions not implemented.
Richard Henderson
8
-17
/
+106
2010-02-20
tcg-sparc: Implement ORC.
Richard Henderson
2
-0
/
+7
2010-02-20
tcg-sparc: Implement ANDC.
Richard Henderson
2
-0
/
+8
2010-02-20
tcg: Optional target implementation of ORC.
Richard Henderson
2
-0
/
+17
2010-02-20
tcg: Optional target implementation of ANDC.
Richard Henderson
2
-0
/
+17
2010-02-20
tcg-sparc: Implement not.
Richard Henderson
2
-0
/
+8
2010-02-20
tcg-sparc: Implement neg.
Richard Henderson
2
-2
/
+16
2010-02-20
tcg/ppc: Consistently use calling convention selection macros
malc
1
-12
/
+12
2010-02-20
Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG...
Juergen Lock
1
-3
/
+3
2010-02-18
tcg: Add consistency checks for op definitions
Stefan Weil
2
-0
/
+24
2010-02-16
tcg-sparc: Implement setcond, setcond2.
Richard Henderson
1
-0
/
+127
2010-02-16
tcg: Add tcg_swap_cond.
Richard Henderson
1
-0
/
+8
2010-02-09
tcg/mips: fix crash in tcg_out_qemu_ld()
Aurelien Jarno
1
-2
/
+2
2010-02-09
tcg/mips: implement setcond2
Aurelien Jarno
1
-12
/
+80
2010-02-08
tcg/mips: implement setcond
Aurelien Jarno
1
-0
/
+65
2010-02-08
tcg: move setcond* ops to non-optional section
Aurelien Jarno
1
-35
/
+37
2010-02-08
tcg: add setcondi pseudo-op
Aurelien Jarno
1
-0
/
+18
2010-02-07
tcg/ppc64: implement setcond
malc
1
-0
/
+133
2010-02-07
tcg/ppc32: proper setcond implementation
malc
1
-25
/
+25
2010-02-07
tcg/ppc32: implement setcond[2]
malc
1
-14
/
+157
2010-02-06
tcg-i386: Implement setcond.
Richard Henderson
1
-3
/
+70
2010-02-06
tcg-i386: Implement small forward branches.
Richard Henderson
1
-38
/
+79
2010-02-06
tcg-x86_64: implement setcond
Richard Henderson
1
-5
/
+33
2010-02-06
tcg: add tcg_invert_cond
Richard Henderson
1
-0
/
+5
2010-02-06
tcg: generic support for conditional set
Richard Henderson
4
-6
/
+78
2010-02-06
tcg: document double-word support opcodes.
Richard Henderson
1
-0
/
+23
2010-01-15
tcg/x86_64: Avoid unnecessary REX.B prefixes.
Richard Henderson
1
-16
/
+30
2010-01-14
tcg/x86_64: Special-case all 32-bit AND operands.
Richard Henderson
1
-18
/
+8
2010-01-12
tcg-sparc: Implement ext32[su]_i64
Richard Henderson
2
-0
/
+21
2010-01-12
tcg-sparc: Implement division properly.
Richard Henderson
2
-30
/
+55
2010-01-12
tcg-sparc: Do not remove %o[012] from 'r' constraint.
Richard Henderson
1
-0
/
+3
2010-01-12
tcg-sparc: Implement add2, sub2, mulu2.
Richard Henderson
1
-0
/
+27
2010-01-12
tcg-sparc: Add tcg_out_arithc.
Richard Henderson
1
-43
/
+43
2009-12-27
tcg: Add tcg_unsigned_cond.
Richard Henderson
1
-0
/
+5
2009-12-21
tcg-sparc: Implement brcond2.
Richard Henderson
1
-14
/
+69
2009-12-21
tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation.
Richard Henderson
1
-16
/
+16
2009-12-21
tcg-sparc: Improve tcg_out_movi for sparc64.
Richard Henderson
1
-12
/
+15
2009-12-21
tcg-sparc: Fix imm13 check in movi.
Richard Henderson
1
-1
/
+1
2009-12-15
tcg/ppc64: Fix loading of 32bit constants
malc
1
-1
/
+2
2009-12-06
TCG: Mac OS X support for ppc64 target
Andreas Faerber
1
-14
/
+41
2009-12-05
S/390 fake TCG implementation
Alexander Graf
2
-0
/
+174
2009-12-01
tcg: initial mips support
Aurelien Jarno
2
-0
/
+1446
2009-11-24
tcg: fix tcg_regset_{set,reset}_reg with more than 32 registers
Aurelien Jarno
1
-2
/
+2
2009-11-24
tcg/ppc64,x86_64: fix constraints of op_qemu_st64
Aurelien Jarno
2
-2
/
+2
2009-11-14
tcg/i386: remove duplicate sar opcode
Magnus Damm
1
-1
/
+0
2009-10-07
tcg: improve output log
Aurelien Jarno
1
-1
/
+1
2009-10-04
tcg: allocate s->op_dead_iargs dynamically
Aurelien Jarno
1
-2
/
+1
2009-10-04
tcg: remove dead code
Aurelien Jarno
1
-2
/
+0
[next]