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
2017-09-07
tcg/ppc: Use constant pool for movi
Richard Henderson
2
-4
/
+31
2017-09-07
tcg/ppc: Look for shifted constants
Richard Henderson
1
-10
/
+48
2017-09-07
tcg/ppc: Change TCG_REG_RA to TCG_REG_TB
Richard Henderson
1
-151
/
+122
2017-09-07
tcg/arm: Use constant pool for call
Richard Henderson
1
-6
/
+3
2017-09-07
tcg/arm: Use constant pool for movi
Richard Henderson
2
-18
/
+75
2017-09-07
tcg/arm: Extract INSN_NOP
Richard Henderson
1
-10
/
+11
2017-09-07
tcg/arm: Code rearrangement
Richard Henderson
1
-258
/
+257
2017-09-07
tcg/arm: Tighten tlb indexing offset test
Richard Henderson
1
-1
/
+3
2017-09-07
tcg/arm: Improve tlb load for armv7
Richard Henderson
1
-20
/
+52
2017-09-07
tcg/sparc: Use constant pool for movi
Richard Henderson
2
-21
/
+58
2017-09-07
tcg/sparc: Introduce TCG_REG_TB
Richard Henderson
1
-30
/
+140
2017-09-07
tcg/aarch64: Use constant pool for movi
Richard Henderson
2
-30
/
+33
2017-09-07
tcg/s390: Use constant pool for cmpi
Richard Henderson
1
-69
/
+67
2017-09-07
tcg/s390: Use constant pool for xori
Richard Henderson
1
-37
/
+40
2017-09-07
tcg/s390: Use constant pool for ori
Richard Henderson
1
-40
/
+34
2017-09-07
tcg/s390: Use constant pool for andi
Richard Henderson
1
-6
/
+14
2017-09-07
tcg/s390: Use constant pool for movi
Richard Henderson
2
-53
/
+78
2017-09-07
tcg/s390: Fix sign of patch_reloc addend
Richard Henderson
1
-12
/
+13
2017-09-07
tcg/s390: Introduce TCG_REG_TB
Richard Henderson
2
-12
/
+61
2017-09-07
tcg/i386: Store out-of-range call targets in constant pool
Richard Henderson
2
-3
/
+16
2017-09-07
tcg: Infrastructure for managing constant pools
Richard Henderson
3
-0
/
+98
2017-09-07
tcg: Rearrange ldst label tracking
Richard Henderson
19
-91
/
+57
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
13
-17
/
+61
2017-09-07
tcg/tci: Add TCG_TARGET_DEFAULT_MO
Richard Henderson
1
-0
/
+5
2017-09-06
tcg/s390: Use slbgr for setcond le and leu
Richard Henderson
1
-76
/
+43
2017-09-06
tcg/s390: Use load-on-condition-2 facility
Richard Henderson
2
-17
/
+63
2017-09-06
tcg/s390: Use distinct-operands facility
Richard Henderson
2
-28
/
+91
2017-09-06
tcg/s390: Merge ori+xori facilities check to tcg_target_op_def
Richard Henderson
1
-68
/
+33
2017-09-06
tcg/s390: Merge add2i facilities check to tcg_target_op_def
Richard Henderson
1
-24
/
+14
2017-09-06
tcg/s390: Merge muli facilities check to tcg_target_op_def
Richard Henderson
1
-20
/
+25
2017-09-06
tcg/s390: Merge cmpi facilities check to tcg_target_op_def
Richard Henderson
1
-38
/
+30
2017-09-06
tcg/s390: Fully convert tcg_target_op_def
Richard Henderson
1
-124
/
+154
2017-09-05
tcg: Implement implicit ordering semantics
Pranith Kumar
1
-0
/
+16
2017-09-05
tcg: Add tcg target default memory ordering
Pranith Kumar
6
-0
/
+12
2017-09-05
tcg: Remove support for ia64 as host
Richard Henderson
2
-2680
/
+0
2017-08-03
tcg: Increase minimum alignment from tcg_malloc to 8
Richard Henderson
1
-1
/
+4
2017-08-03
tcg/arm: Fix runtime overalignment test
Richard Henderson
1
-1
/
+1
2017-07-31
docs: fix broken paths to docs/devel/atomics.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-24
util: Introduce include/qemu/cpuid.h
Richard Henderson
1
-28
/
+8
2017-07-19
tcg/tci: enable bswap16_i64
Philippe Mathieu-Daudé
1
-1
/
+0
2017-07-19
tcg/mips: reserve a register for the guest_base.
Jiang Biao
1
-4
/
+13
2017-07-17
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
1
-1
/
+2
2017-07-09
tcg/mips: Bugfix for crash when running program with qemu-i386.
Jiang Biao
1
-4
/
+4
2017-07-09
tcg/aarch64: Enable indirect jump path using LDR (literal)
Pranith Kumar
1
-14
/
+28
2017-07-09
tcg/aarch64: Use ADRP+ADD to compute target address
Pranith Kumar
1
-6
/
+30
2017-07-09
tcg/aarch64: Introduce and use long branch to register
Pranith Kumar
1
-2
/
+13
2017-07-04
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
1
-4
/
+0
2017-06-22
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into staging
Peter Maydell
6
-117
/
+89
2017-06-19
tcg/arm: Use ldr (literal) for goto_tb
Richard Henderson
1
-5
/
+18
2017-06-19
tcg/arm: Try pc-relative addresses for movi
Richard Henderson
1
-13
/
+27
[next]