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
Age
Commit message (
Expand
)
Author
Files
Lines
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
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
4
-5
/
+0
2018-05-17
target/s390x: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-6
/
+6
2018-05-17
target/riscv: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-4
/
+2
2018-05-17
target/mips: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2
-6
/
+0
2018-05-17
target/m68k: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
1
-1
/
+2
2018-05-17
target/hppa: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-2
/
+0
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-17
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
2
-124
/
+577
2018-05-15
i386: Add new property to control cache info
Babu Moger
2
-26
/
+76
2018-05-15
i386: Initialize cache information for EPYC family processors
Babu Moger
1
-0
/
+52
2018-05-15
i386: Add cache information in X86CPUDefinition
Babu Moger
2
-0
/
+8
2018-05-15
i386: Helpers to encode cache information consistently
Eduardo Habkost
2
-124
/
+424
2018-05-15
x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu feature
Jingqi Liu
2
-1
/
+2
2018-05-15
i386: add KnightsMill cpu model
Boqun Feng
1
-0
/
+42
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
2018-05-15
target/arm: Early exit after unallocated_encoding in disas_fp_int_conv
Richard Henderson
1
-1
/
+1
2018-05-15
target/arm: Implement FMOV (general) for fp16
Richard Henderson
1
-0
/
+21
2018-05-15
target/arm: Fix fp_status_f16 tininess before rounding
Peter Maydell
1
-0
/
+2
2018-05-15
Merge remote-tracking branch 'remotes/rth/tags/tgt-openrisc-pull-request' int...
Peter Maydell
5
-1151
/
+1050
2018-05-14
target/openrisc: Merge disas_openrisc_insn
Richard Henderson
1
-9
/
+4
2018-05-14
target/openrisc: Convert dec_float
Richard Henderson
2
-230
/
+149
2018-05-14
target/openrisc: Convert dec_compi
Richard Henderson
2
-58
/
+70
2018-05-14
target/openrisc: Convert dec_comp
Richard Henderson
2
-62
/
+73
2018-05-14
target/openrisc: Convert dec_M
Richard Henderson
2
-28
/
+16
2018-05-14
target/openrisc: Convert dec_logic
Richard Henderson
2
-36
/
+32
2018-05-14
target/openrisc: Convert dec_mac
Richard Henderson
2
-33
/
+27
[next]