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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
target/arm: Fix short-vector increment behaviour
Peter Maydell
1
-40
/
+60
2019-06-13
target/arm: Convert float-to-integer VCVT insns to decodetree
Peter Maydell
3
-239
/
+80
2019-06-13
target/arm: Convert VCVT fp/fixed-point conversion insns to decodetree
Peter Maydell
3
-55
/
+136
2019-06-13
target/arm: Convert VJCVT to decodetree
Peter Maydell
3
-11
/
+33
2019-06-13
target/arm: Convert integer-to-float insns to decodetree
Peter Maydell
3
-11
/
+65
2019-06-13
target/arm: Convert double-single precision conversion insns to decodetree
Peter Maydell
3
-12
/
+55
2019-06-13
target/arm: Convert VFP round insns to decodetree
Peter Maydell
3
-44
/
+179
2019-06-13
target/arm: Convert the VCVT-to-f16 insns to decodetree
Peter Maydell
3
-78
/
+69
2019-06-13
target/arm: Convert the VCVT-from-f16 insns to decodetree
Peter Maydell
3
-55
/
+89
2019-06-13
target/arm: Convert VFP comparison insns to decodetree
Peter Maydell
3
-50
/
+81
2019-06-13
target/arm: Convert VMOV (register) to decodetree
Peter Maydell
3
-7
/
+16
2019-06-13
target/arm: Convert VSQRT to decodetree
Peter Maydell
3
-13
/
+26
2019-06-13
target/arm: Convert VNEG to decodetree
Peter Maydell
3
-5
/
+16
2019-06-13
target/arm: Convert VABS to decodetree
Peter Maydell
3
-4
/
+180
2019-06-13
target/arm: Convert VMOV (imm) to decodetree
Peter Maydell
3
-25
/
+136
2019-06-13
target/arm: Convert VFP fused multiply-add insns to decodetree
Peter Maydell
3
-52
/
+131
2019-06-13
target/arm: Convert VDIV to decodetree
Peter Maydell
3
-20
/
+16
2019-06-13
target/arm: Convert VSUB to decodetree
Peter Maydell
3
-5
/
+16
2019-06-13
target/arm: Convert VADD to decodetree
Peter Maydell
3
-5
/
+16
2019-06-13
target/arm: Convert VNMUL to decodetree
Peter Maydell
3
-6
/
+30
2019-06-13
target/arm: Convert VMUL to decodetree
Peter Maydell
3
-4
/
+16
2019-06-13
target/arm: Convert VFP VNMLA to decodetree
Peter Maydell
3
-18
/
+40
2019-06-13
target/arm: Convert VFP VNMLS to decodetree
Peter Maydell
3
-23
/
+48
2019-06-13
target/arm: Convert VFP VMLS to decodetree
Peter Maydell
3
-7
/
+44
2019-06-13
target/arm: Convert VFP VMLA to decodetree
Peter Maydell
4
-6
/
+224
2019-06-13
target/arm: Remove VLDR/VSTR/VLDM/VSTM use of cpu_F0s and cpu_F0d
Peter Maydell
2
-36
/
+28
2019-06-13
target/arm: Convert the VFP load/store multiple insns to decodetree
Peter Maydell
3
-94
/
+183
2019-06-13
target/arm: Convert VFP VLDR and VSTR to decodetree
Peter Maydell
3
-20
/
+82
2019-06-13
target/arm: Convert VFP two-register transfer insns to decodetree
Peter Maydell
3
-44
/
+77
2019-06-13
target/arm: Convert "single-precision" register moves to decodetree
Peter Maydell
3
-145
/
+168
2019-06-13
target/arm: Convert "double-precision" register moves to decodetree
Peter Maydell
3
-81
/
+185
2019-06-13
target/arm: Add helpers for VFP register loads and stores
Peter Maydell
2
-20
/
+30
2019-06-13
target/arm: Move the VFP trans_* functions to translate-vfp.inc.c
Peter Maydell
2
-337
/
+337
2019-06-13
target/arm: Convert VCVTA/VCVTN/VCVTP/VCVTM to decodetree
Peter Maydell
2
-39
/
+39
2019-06-13
target/arm: Convert VRINTA/VRINTN/VRINTP/VRINTM to decodetree
Peter Maydell
2
-22
/
+43
2019-06-13
target/arm: Convert VMINNM, VMAXNM to decodetree
Peter Maydell
2
-13
/
+33
2019-06-13
target/arm: Convert the VSEL instructions to decodetree
Peter Maydell
4
-10
/
+59
2019-06-13
target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu max
Peter Maydell
1
-0
/
+4
2019-06-13
target/arm: Fix Cortex-R5F MVFR values
Peter Maydell
1
-0
/
+2
2019-06-13
target/arm: Factor out VFP access checking code
Peter Maydell
2
-88
/
+113
2019-06-13
target/arm: Add stubs for AArch32 VFP decodetree
Peter Maydell
5
-0
/
+119
2019-06-13
target/arm: Fix output of PAuth Auth
Richard Henderson
1
-2
/
+2
2019-06-13
target/arm: Implement NSACR gating of floating point
Peter Maydell
1
-2
/
+73
2019-06-13
target/arm: Use tcg_gen_gvec_bitsel
Richard Henderson
4
-78
/
+20
2019-06-12
semihosting: split console_out into string and char versions
Alex Bennée
1
-2
/
+2
2019-06-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...
Peter Maydell
1
-28
/
+9
2019-06-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' in...
Peter Maydell
117
-106
/
+86
2019-06-12
Supply missing header guards
Markus Armbruster
9
-0
/
+43
2019-06-12
Clean up a few header guard symbols
Markus Armbruster
1
-3
/
+3
2019-06-12
Normalize position of header guard
Markus Armbruster
2
-11
/
+6
[next]