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
2020-09-01
target/microblaze: Fix cpu unwind for fpu exceptions
Richard Henderson
1
-17
/
+20
2020-09-01
target/microblaze: Convert dec_fpu to decodetree
Richard Henderson
2
-111
/
+60
2020-09-01
target/microblaze: Convert dec_imm to decodetree
Richard Henderson
2
-9
/
+11
2020-09-01
target/microblaze: Convert dec_barrel to decodetree
Richard Henderson
2
-59
/
+86
2020-09-01
target/microblaze: Convert dec_bit to decodetree
Richard Henderson
2
-73
/
+95
2020-09-01
target/microblaze: Unwind properly when raising divide-by-zero
Richard Henderson
2
-13
/
+14
2020-09-01
target/microblaze: Convert dec_div to decodetree
Richard Henderson
2
-22
/
+16
2020-09-01
target/microblaze: Convert dec_mul to decodetree
Richard Henderson
2
-46
/
+37
2020-09-01
target/microblaze: Convert dec_and, dec_or, dec_xor to decodetree
Richard Henderson
2
-30
/
+28
2020-09-01
target/microblaze: Convert dec_pattern to decodetree
Richard Henderson
2
-49
/
+22
2020-09-01
target/microblaze: Implement cmp and cmpu inline
Richard Henderson
3
-24
/
+22
2020-09-01
target/microblaze: Convert dec_sub to decodetree
Richard Henderson
4
-75
/
+65
2020-09-01
target/microblaze: Convert dec_add to decodetree
Richard Henderson
2
-41
/
+176
2020-09-01
target/microblaze: Add decodetree infrastructure
Richard Henderson
3
-2
/
+30
2020-09-01
target/microblaze: Ensure imm constant is always available
Richard Henderson
2
-46
/
+67
2020-09-01
target/microblaze: Remove LOG_DIS
Richard Henderson
1
-77
/
+1
2020-09-01
target/microblaze: Remove empty D macros
Richard Henderson
3
-11
/
+4
2020-09-01
target/microblaze: Remove DISAS_GNU
Richard Henderson
1
-1
/
+0
2020-09-01
target/microblaze: Remove SIM_COMPAT
Richard Henderson
1
-4
/
+1
2020-09-01
target/microblaze: Convert to translator_loop
Richard Henderson
1
-137
/
+146
2020-09-01
target/microblaze: Convert to DisasContextBase
Richard Henderson
1
-51
/
+51
2020-09-01
target/microblaze: Check singlestep_enabled in gen_goto_tb
Richard Henderson
1
-1
/
+6
2020-09-01
target/microblaze: Use DISAS_NORETURN
Richard Henderson
1
-10
/
+7
2020-09-01
target/microblaze: Split out MSR[C] to its own variable
Richard Henderson
5
-95
/
+81
2020-09-01
target/microblaze: Tidy mb_tcg_init
Richard Henderson
1
-37
/
+29
2020-09-01
target/microblaze: Rename env_* tcg variables to cpu_*
Richard Henderson
1
-27
/
+27
2020-09-01
target/microblaze: Remove helper_debug and env->debug
Richard Henderson
4
-39
/
+2
2020-09-01
target/microblaze: Mark raise_exception as noreturn
Richard Henderson
1
-1
/
+1
2020-09-01
target/microblaze: Tidy raising of exceptions
Richard Henderson
1
-25
/
+37
2020-09-01
target/microblaze: Remove cpu_ear
Richard Henderson
1
-8
/
+15
2020-09-01
target/microblaze: Fix width of EDR
Richard Henderson
2
-7
/
+6
2020-09-01
target/microblaze: Fix width of BTR
Richard Henderson
2
-8
/
+6
2020-09-01
target/microblaze: Fix width of FSR
Richard Henderson
2
-7
/
+6
2020-09-01
target/microblaze: Fix width of ESR
Richard Henderson
4
-11
/
+11
2020-09-01
target/microblaze: Fix width of MSR
Richard Henderson
4
-29
/
+17
2020-09-01
target/microblaze: Fix width of PC and BTARGET
Richard Henderson
5
-63
/
+43
2020-09-01
target/microblaze: Split the cpu_SR array
Richard Henderson
1
-41
/
+65
2020-09-01
target/microblaze: Split out EDR from env->sregs
Richard Henderson
3
-16
/
+6
2020-09-01
target/microblaze: Split out BTR from env->sregs
Richard Henderson
4
-6
/
+9
2020-09-01
target/microblaze: Split out FSR from env->sregs
Richard Henderson
4
-8
/
+11
2020-09-01
target/microblaze: Split out ESR from env->sregs
Richard Henderson
5
-22
/
+24
2020-09-01
target/microblaze: Split out EAR from env->sregs
Richard Henderson
5
-11
/
+14
2020-09-01
target/microblaze: Split out MSR from env->sregs
Richard Henderson
6
-49
/
+51
2020-09-01
target/microblaze: Split out PC from env->sregs
Richard Henderson
7
-27
/
+32
2020-09-01
target/microblaze: Tidy gdbstub
Richard Henderson
1
-90
/
+99
2020-09-01
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
6
-20
/
+5
2020-09-01
target/arm: Enable FP16 in '-cpu max'
Peter Maydell
2
-7
/
+6
2020-09-01
target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS
Peter Maydell
1
-55
/
+55
2020-09-01
target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations
Peter Maydell
2
-5
/
+32
2020-09-01
target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations
Peter Maydell
1
-4
/
+8
[prev]
[next]