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
2017-01-10
tcg/arm: Handle ctz and clz opcodes
Richard Henderson
2
-2
/
+29
2017-01-10
tcg/aarch64: Handle ctz and clz opcodes
Richard Henderson
2
-4
/
+52
2017-01-10
tcg/ppc: Handle ctz and clz opcodes
Richard Henderson
2
-4
/
+73
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
16
-0
/
+246
2017-01-10
tcg: Allow an operand to be matching or a constant
Richard Henderson
2
-35
/
+41
2017-01-10
tcg: Pass the opcode width to target_parse_constraint
Richard Henderson
10
-85
/
+53
2017-01-10
tcg: Transition flat op_defs array to a target callback
Richard Henderson
11
-77
/
+136
2017-01-10
tcg: Add markup for output requires new register
Richard Henderson
2
-12
/
+23
2017-01-10
tcg/optimize: Fold movcond 0/1 into setcond
Richard Henderson
1
-0
/
+15
2017-01-10
tcg/s390: Support deposit into zero
Richard Henderson
1
-4
/
+26
2017-01-10
tcg/s390: Implement field extraction opcodes
Richard Henderson
2
-2
/
+13
2017-01-10
tcg/s390: Expose host facilities to tcg-target.h
Richard Henderson
2
-104
/
+96
2017-01-10
tcg/ppc: Implement field extraction opcodes
Richard Henderson
2
-2
/
+12
2017-01-10
tcg/mips: Implement field extraction opcodes
Richard Henderson
2
-1
/
+12
2017-01-10
tcg/i386: Implement field extraction opcodes
Richard Henderson
2
-3
/
+47
2017-01-10
tcg/arm: Implement field extraction opcodes
Richard Henderson
2
-2
/
+26
2017-01-10
tcg/arm: Move isa detection to tcg-target.h
Richard Henderson
2
-44
/
+33
2017-01-10
tcg/aarch64: Implement field extraction opcodes
Richard Henderson
2
-4
/
+18
2017-01-10
tcg: Add deposit_z expander
Richard Henderson
2
-0
/
+149
2017-01-10
tcg: Minor adjustments to deposit expanders
Richard Henderson
1
-2
/
+4
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
15
-2
/
+426
2017-01-06
tcg-mips: Adjust qemu_ld/st for mips64
Jin Guojie
1
-57
/
+146
2017-01-06
tcg-mips: Adjust calling conventions for mips64
Jin Guojie
2
-10
/
+30
2017-01-06
tcg-mips: Add tcg unwind info
Jin Guojie
1
-0
/
+44
2017-01-06
tcg-mips: Adjust prologue for mips64
Jin Guojie
1
-29
/
+25
2017-01-06
tcg-mips: Adjust load/store functions for mips64
Jin Guojie
1
-3
/
+11
2017-01-06
tcg-mips: Adjust move functions for mips64
Jin Guojie
1
-9
/
+25
2017-01-06
tcg-mips: Add bswap32u and bswap64
Jin Guojie
1
-3
/
+99
2017-01-06
tcg-mips: Support 64-bit opcodes
Jin Guojie
2
-10
/
+353
2017-01-06
tcg-mips: Add mips64 opcodes
Jin Guojie
1
-75
/
+118
2017-01-06
tcg-mips: Move bswap code to a subroutine
Jin Guojie
2
-70
/
+139
2016-12-23
tcg/s390: Remove 'R' constraint
Richard Henderson
1
-15
/
+10
2016-12-23
tcg/s390: Fix setcond expansion
Richard Henderson
1
-20
/
+30
2016-11-01
tcg: correct 32-bit tcg_gen_ld8s_i64 sign-extension
Joseph Myers
1
-1
/
+1
2016-11-01
tcg/tcg.h: Improve documentation of TCGv_i32 etc types
Peter Maydell
1
-8
/
+30
2016-11-01
tcg: Add tcg_gen_mulsu2_{i32,i64,tl}
Richard Henderson
2
-0
/
+47
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
1
-0
/
+8
2016-10-31
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
1
-0
/
+2
2016-10-26
tcg: Emit barriers with parallel_cpus
Richard Henderson
1
-11
/
+1
2016-10-26
tcg: Add CONFIG_ATOMIC64
Richard Henderson
3
-13
/
+70
2016-10-26
tcg: Add atomic128 helpers
Richard Henderson
1
-1
/
+23
2016-10-26
tcg: Add atomic helpers
Richard Henderson
4
-0
/
+500
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
1
-0
/
+1
2016-10-24
tcg: try sti when moving a constant into a dead memory temp
Paolo Bonzini
1
-29
/
+27
2016-10-07
qemu-tech: move text from qemu-tech to tcg/README
Paolo Bonzini
1
-0
/
+5
2016-10-04
tcg/optimize: move default return out of if statement
Alex Bennée
1
-2
/
+1
2016-09-20
tcg/i386: Extend TARGET_PAGE_MASK to the proper type
Richard Henderson
1
-1
/
+1
2016-09-16
tcg: Optimize fence instructions
Pranith Kumar
1
-0
/
+39
2016-09-16
tcg/tci: Add support for fence
Pranith Kumar
1
-0
/
+3
2016-09-16
tcg/sparc: Add support for fence
Pranith Kumar
1
-0
/
+13
[next]