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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2013-03-23
tcg-optimize: Fold sub r,0,x to neg r,x
Richard Henderson
1
-1
/
+33
2013-03-22
Use proper term in TCG README
陳韋任 (Wei-Ren Chen)
1
-5
/
+9
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
1
-0
/
+5
2013-03-03
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
Peter Maydell
1
-1
/
+43
2013-03-03
tcg-sparc: fix build
Blue Swirl
1
-1
/
+1
2013-02-26
qemu-log: default to stderr for logging output
Peter Maydell
1
-1
/
+1
2013-02-23
tcg: Apply life analysis to 64-bit multiword arithmetic ops
Richard Henderson
1
-8
/
+20
2013-02-23
tcg: Implement muls2 with mulu2
Richard Henderson
1
-0
/
+40
2013-02-23
tcg-arm: Implement muls2_i32
Richard Henderson
2
-1
/
+5
2013-02-23
tcg-i386: Implement multiword arithmetic ops
Richard Henderson
2
-17
/
+26
2013-02-23
tcg: Implement multiword addition helpers
Richard Henderson
1
-0
/
+82
2013-02-23
tcg: Implement multiword multiply helpers
Richard Henderson
2
-0
/
+86
2013-02-23
tcg: Implement a 64-bit to 32-bit extraction helper
Richard Henderson
1
-0
/
+22
2013-02-23
tcg: Add signed multiword multiplication operations
Richard Henderson
14
-0
/
+24
2013-02-23
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
10
-14
/
+41
2013-02-23
tcg-sparc: Always implement 32-bit multiword ops
Richard Henderson
2
-6
/
+7
2013-02-23
tcg-i386: Always implement 32-bit multiword ops
Richard Henderson
2
-12
/
+13
2013-02-23
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
8
-4
/
+29
2013-02-17
tcg/ppc: Fix build of tcg_qemu_tb_exec()
Andreas Färber
1
-1
/
+1
2013-02-16
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
1
-1
/
+1
2013-02-16
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
1
-0
/
+2
2013-02-16
TCG: Final globals clean-up
Evgeny Voevodin
2
-4
/
+12
2013-01-19
tcg/target-arm: Add missing parens to assertions
Peter Maydell
1
-2
/
+2
2013-01-19
optimize: optimize using nonzero bits
Paolo Bonzini
1
-2
/
+28
2013-01-19
optimize: track nonzero bits of registers
Paolo Bonzini
1
-22
/
+110
2013-01-19
optimize: only write to state when clearing optimizer data
Paolo Bonzini
1
-5
/
+14
2013-01-12
tcg-i386: use LEA for 3-operand 64-bit addition
Paolo Bonzini
1
-1
/
+1
2013-01-02
tcg: Remove unneeded assertion
Stefan Weil
1
-1
/
+0
2012-12-29
tcg-hppa: Fix typo in brcond2
Richard Henderson
1
-1
/
+1
2012-12-29
tcg-i386: Perform cmov detection at runtime for 32-bit.
Richard Henderson
2
-6
/
+30
2012-12-29
tcg: Add TCGV_IS_UNUSED_*
Richard Henderson
2
-0
/
+5
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
9
-9
/
+9
2012-12-19
janitor: add guards to headers
Paolo Bonzini
9
-0
/
+27
2012-12-10
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-2
/
+2
2012-12-08
tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
Evgeny Voevodin
1
-0
/
+3
2012-12-07
Fix comments (adress -> address, layed -> laid, wierd -> weird)
Stefan Weil
1
-2
/
+2
2012-11-24
tcg: mark local temps as MEM in dead_temp()
Aurelien Jarno
1
-1
/
+1
2012-11-24
tcg/arm: fix cross-endian qemu_st16
Aurelien Jarno
1
-2
/
+18
2012-11-24
tcg/arm: fix TLB access in qemu-ld/st ops
Aurelien Jarno
1
-36
/
+42
2012-11-21
tcg/ppc: Fix !softmmu case
malc
1
-4
/
+8
2012-11-19
tcg/ppc: Remove unused s_bits variable
malc
1
-3
/
+0
2012-11-18
tci: Support deposit operations
Stefan Weil
2
-2
/
+26
2012-11-17
TCG: Remove unused global variables
Evgeny Voevodin
2
-8
/
+0
2012-11-17
TCG: Use gen_opparam_buf from context instead of global variable.
Evgeny Voevodin
1
-5
/
+6
2012-11-17
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2
-46
/
+46
2012-11-17
TCG: Use gen_opparam_ptr from context instead of global variable.
Evgeny Voevodin
2
-145
/
+145
2012-11-17
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2
-43
/
+43
2012-11-17
tcg/tcg.h: Duplicate global TCG variables in TCGContext
Evgeny Voevodin
1
-0
/
+6
2012-11-11
tcg: properly check that op's output needs to be synced to memory
Kirill Batuzov
1
-4
/
+4
[next]