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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-10
target-xtensa: Use clrsb helper
Richard Henderson
1
-10
/
+1
2017-01-10
target-tricore: Use clrsb helper
Richard Henderson
3
-7
/
+1
2017-01-10
target-arm: Use clrsb helper
Richard Henderson
3
-16
/
+4
2017-01-10
tcg: Add helpers for clrsb
Richard Henderson
4
-0
/
+44
2017-01-10
tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR
Richard Henderson
1
-13
/
+22
2017-01-10
tcg/i386: Handle ctz and clz opcodes
Richard Henderson
2
-13
/
+120
2017-01-10
tcg/i386: Allow bmi2 shiftx to have non-matching operands
Richard Henderson
1
-14
/
+19
2017-01-10
tcg/i386: Hoist common arguments in tcg_out_op
Richard Henderson
1
-102
/
+95
2017-01-10
tcg/i386: Fuly convert tcg_target_op_def
Richard Henderson
1
-142
/
+198
2017-01-10
tcg/s390: Handle clz opcode
Richard Henderson
2
-2
/
+36
2017-01-10
tcg/mips: Handle clz opcode
Richard Henderson
2
-2
/
+51
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
target-i386: Use clz and ctz opcodes
Richard Henderson
3
-30
/
+14
2017-01-10
target-arm: Use clz opcode
Richard Henderson
6
-25
/
+7
2017-01-10
target-xtensa: Use clz opcode
Richard Henderson
3
-17
/
+11
2017-01-10
target-unicore32: Use clz opcode
Richard Henderson
3
-16
/
+3
2017-01-10
target-tricore: Use clz opcode
Richard Henderson
3
-14
/
+3
2017-01-10
target-tilegx: Use clz and ctz opcodes
Richard Henderson
3
-14
/
+2
2017-01-10
target-s390x: Use clz opcode
Richard Henderson
3
-8
/
+1
2017-01-10
target-ppc: Use clz and ctz opcodes
Richard Henderson
3
-28
/
+16
2017-01-10
target-openrisc: Use clz and ctz opcodes
Richard Henderson
3
-23
/
+4
2017-01-10
target-mips: Use clz opcode
Richard Henderson
3
-36
/
+16
2017-01-10
target-microblaze: Use clz opcode
Richard Henderson
3
-7
/
+1
2017-01-10
target-cris: Use clz opcode
Richard Henderson
3
-7
/
+1
2017-01-10
target-alpha: Use the ctz and clz opcodes
Richard Henderson
3
-14
/
+2
2017-01-10
disas/ppc: Handle popcnt and cnttz
Richard Henderson
1
-0
/
+10
2017-01-10
disas/i386.c: Handle tzcnt
Richard Henderson
1
-2
/
+10
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
17
-0
/
+266
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
target-s390x: Use the new deposit and extract ops
Richard Henderson
1
-12
/
+22
2017-01-10
target-ppc: Use the new deposit and extract ops
Richard Henderson
1
-16
/
+19
2017-01-10
target-mips: Use the new extract op
Richard Henderson
1
-7
/
+5
2017-01-10
target-i386: Use new deposit and extract ops
Richard Henderson
1
-22
/
+23
2017-01-10
target-arm: Use new deposit and extract ops
Richard Henderson
2
-81
/
+37
2017-01-10
target-alpha: Use deposit and extract ops
Richard Henderson
1
-25
/
+42
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
[next]