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
2012-09-21
tcg-sparc: Support GUEST_BASE.
Richard Henderson
2
-3
/
+25
2012-09-21
tcg-sparc: Fix qemu_ld/st to handle 32-bit host.
Richard Henderson
1
-429
/
+348
2012-09-21
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
Richard Henderson
3
-19
/
+11
2012-09-21
tcg-sparc: Fix ADDX opcode.
Richard Henderson
1
-1
/
+1
2012-09-21
tcg-sparc: Hack in qemu_ld/st64 for 32-bit.
Richard Henderson
1
-0
/
+3
2012-09-21
tcg-hppa: Fix broken load/store helpers
Richard Henderson
1
-62
/
+74
2012-09-21
tcg-hppa: Fix brcond2 and setcond2
Richard Henderson
1
-9
/
+42
2012-09-21
tcg: Fix !USE_DIRECT_JUMP
Richard Henderson
1
-1
/
+1
2012-09-21
tcg: Optimize two-address commutative operations
Richard Henderson
1
-1
/
+14
2012-09-21
tcg: Optimize movcond for constant comparisons
Richard Henderson
1
-0
/
+40
2012-09-21
tcg-i386: Implement movcond
Richard Henderson
2
-1
/
+35
2012-09-21
tcg: Introduce movcond
Richard Henderson
15
-6
/
+70
2012-09-19
tcg/optimize: fix end of basic block detection
Aurelien Jarno
1
-13
/
+9
2012-09-19
revert "TCG: fix copy propagation"
Aurelien Jarno
2
-14
/
+6
2012-09-19
tcg: mark set_label with TCG_OPF_BB_END flag
Aurelien Jarno
2
-6
/
+1
2012-09-19
tcg/i386: allow constants in load/store ops
Aurelien Jarno
1
-13
/
+37
2012-09-15
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
17
-275
/
+6
2012-09-11
tcg/optimize: fix if/else/break coding style
Aurelien Jarno
1
-23
/
+11
2012-09-11
tcg/optimize: add constant folding for brcond
Aurelien Jarno
1
-1
/
+26
2012-09-11
tcg/optimize: add constant folding for setcond
Aurelien Jarno
1
-0
/
+81
2012-09-11
tcg/optimize: swap brcond/setcond arguments when possible
Aurelien Jarno
1
-0
/
+18
2012-09-11
tcg/optimize: simplify shift/rot r, 0, a => movi r, 0 cases
Aurelien Jarno
1
-0
/
+20
2012-09-11
tcg/optimize: simplify and r, a, 0 cases
Aurelien Jarno
1
-0
/
+1
2012-09-11
tcg/optimize: simplify or/xor r, a, 0 cases
Aurelien Jarno
1
-0
/
+2
2012-09-11
tcg/optimize: split expression simplification
Aurelien Jarno
1
-1
/
+13
2012-09-11
tcg: improve profiler
Aurelien Jarno
2
-1
/
+12
2012-09-10
tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0
Aurelien Jarno
1
-7
/
+7
2012-08-28
tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code
Aurelien Jarno
1
-59
/
+99
2012-08-26
tcg/ia64: fix and optimize ld/st slow path
Aurelien Jarno
1
-15
/
+23
2012-08-26
tcg/ia64: fix prologue/epilogue
Aurelien Jarno
1
-10
/
+10
2012-08-26
tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 code
Peter Maydell
1
-93
/
+144
2012-06-24
tci: don't write zero for reloc in tci_out_label
Scott Wood
1
-1
/
+1
2012-06-24
TCG: Fix compile breakage in tcg_dump_ops
Alexander Graf
2
-2
/
+2
2012-06-21
qemu-log: cleanup
Blue Swirl
3
-45
/
+51
2012-05-27
tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin
Andreas Färber
1
-6
/
+10
2012-05-15
tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0
Andreas Färber
1
-20
/
+12
2012-05-15
tcg/ppc64: Don't hardcode register numbers for qemu_ld/st
Andreas Färber
1
-7
/
+9
2012-05-09
tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode
Andreas Färber
1
-1
/
+32
2012-05-09
tcg/ppc: Clobber r5 for 64-bit qemu_ld
Andreas Färber
1
-0
/
+3
2012-05-09
tcg/ppc: Don't hardcode register numbers
Andreas Färber
1
-12
/
+17
2012-05-09
tcg/ppc: Do not overwrite lower address word on Darwin and AIX
Andreas Färber
1
-4
/
+0
2012-05-03
Bail out if CONFIG_TCG_PASS_AREG0 is defined
malc
1
-21
/
+1
2012-05-03
Restore consistent formatting
malc
1
-18
/
+18
2012-04-15
tcg/i386: Add support for w64 ABI
Stefan Weil
1
-11
/
+28
2012-04-15
tcg/i386: Use GDB JIT debugging interface only for hosts with ELF
Stefan Weil
1
-1
/
+5
2012-03-29
qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
Li Zhang
1
-1
/
+0
2012-03-24
tcg-sparc: Add debug_frame support.
Richard Henderson
1
-0
/
+63
2012-03-24
tcg-hppa: Add debug_frame support.
Richard Henderson
1
-15
/
+88
2012-03-24
tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.
Richard Henderson
1
-0
/
+6
2012-03-24
tcg: Add debug_info to JIT ELF image.
Richard Henderson
1
-75
/
+158
[prev]
[next]