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
/
target
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-04
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...
Peter Maydell
2
-7
/
+7
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2
-7
/
+7
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
7
-7
/
+0
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
7
-7
/
+0
2018-05-31
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-31
Correct CPACR reset value for v7 cores
Peter Maydell
1
-1
/
+9
2018-05-31
arm: fix malloc type mismatch
Paolo Bonzini
1
-2
/
+1
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
2
-62
/
+63
2018-05-31
target/arm: Honour FPCR.FZ in FRECPX
Peter Maydell
1
-0
/
+6
2018-05-18
target/arm: Implement SVE Permute - Extract Group
Richard Henderson
4
-0
/
+124
2018-05-18
target/arm: Implement SVE Integer Wide Immediate - Predicated Group
Richard Henderson
4
-1
/
+224
2018-05-18
target/arm: Implement SVE Bitwise Immediate Group
Richard Henderson
2
-0
/
+66
2018-05-18
target/arm: Implement SVE Element Count Group
Richard Henderson
4
-1
/
+465
2018-05-18
target/arm: Implement SVE floating-point trig select coefficient
Richard Henderson
4
-0
/
+72
2018-05-18
target/arm: Implement SVE floating-point exponential accelerator
Richard Henderson
4
-0
/
+125
2018-05-18
target/arm: Implement SVE Compute Vector Address Group
Richard Henderson
4
-0
/
+93
2018-05-18
target/arm: Implement SVE Bitwise Shift - Unpredicated Group
Richard Henderson
4
-0
/
+153
2018-05-18
target/arm: Implement SVE Stack Allocation Group
Richard Henderson
2
-0
/
+39
2018-05-18
target/arm: Implement SVE Index Generation Group
Richard Henderson
4
-0
/
+138
2018-05-18
target/arm: Implement SVE Integer Arithmetic - Unpredicated Group
Richard Henderson
2
-0
/
+47
2018-05-18
target/arm: Implement SVE Integer Multiply-Add Group
Richard Henderson
4
-0
/
+126
2018-05-18
target/arm: Implement SVE Integer Arithmetic - Unary Predicated Group
Richard Henderson
4
-0
/
+323
2018-05-18
target/arm: Implement SVE bitwise shift by wide elements (predicated)
Richard Henderson
4
-0
/
+86
2018-05-18
target/arm: Implement SVE bitwise shift by vector (predicated)
Richard Henderson
4
-0
/
+64
2018-05-18
target/arm: Implement SVE bitwise shift by immediate (predicated)
Richard Henderson
4
-0
/
+445
2018-05-18
target/arm: Implement SVE Integer Reduction Group
Richard Henderson
4
-0
/
+225
2018-05-18
target/arm: Implement SVE Integer Binary Arithmetic - Predicated Group
Richard Henderson
4
-0
/
+449
2018-05-18
target/arm: Implement SVE Predicate Misc Group
Richard Henderson
5
-0
/
+331
2018-05-18
target/arm: Implement SVE Predicate Logical Operations Group
Richard Henderson
5
-1
/
+429
2018-05-18
target/arm: Implement SVE predicate test
Richard Henderson
6
-1
/
+171
2018-05-18
target/arm: Implement SVE load vector/predicate
Richard Henderson
2
-0
/
+147
2018-05-18
target/arm: Implement SVE Bitwise Logical - Unpredicated Group
Richard Henderson
1
-8
/
+47
2018-05-18
target/arm: Add SVE decode skeleton
Richard Henderson
4
-1
/
+124
2018-05-18
target/arm: Introduce translate-a64.h
Richard Henderson
2
-97
/
+133
2018-05-18
target/arm: Add the XML dynamic generation
Abdallah Bouassida
4
-0
/
+129
2018-05-18
target/arm: Add "_S" suffix to the secure version of a sysreg
Abdallah Bouassida
1
-11
/
+18
2018-05-18
target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type
Abdallah Bouassida
2
-2
/
+3
2018-05-17
target/arm: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2
-11
/
+2
2018-05-17
target/arm: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
2
-9
/
+9
2018-05-17
target/arm: squash FZ16 behaviour for conversions
Alex Bennée
1
-4
/
+36
2018-05-17
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
5
-77
/
+112
2018-05-15
target/arm: Fix sqrt_f16 exception raising
Alex Bennée
1
-1
/
+2
2018-05-15
target/arm: Implement FMOV (immediate) for fp16
Alex Bennée
1
-3
/
+17
2018-05-15
target/arm: Implement FCSEL for fp16
Alex Bennée
1
-6
/
+25
2018-05-15
target/arm: Implement FCMP for fp16
Alex Bennée
3
-17
/
+83
2018-05-15
target/arm: Implement FP data-processing (3 source) for fp16
Richard Henderson
1
-0
/
+48
2018-05-15
target/arm: Implement FP data-processing (2 source) for fp16
Richard Henderson
1
-0
/
+65
2018-05-15
target/arm: Introduce and use read_fp_hreg
Richard Henderson
1
-16
/
+14
2018-05-15
target/arm: Implement FCVT (scalar, fixed-point) for fp16
Richard Henderson
1
-2
/
+15
2018-05-15
target/arm: Implement FCVT (scalar, integer) for fp16
Richard Henderson
3
-18
/
+122
[next]