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
2021-01-14
target/mips: Only build TCG code when CONFIG_TCG is set
Philippe Mathieu-Daudé
1
-2
/
+6
2021-01-14
target/mips: Extract FPU specific definitions to translate.h
Philippe Mathieu-Daudé
2
-70
/
+71
2021-01-14
target/mips: Declare generic FPU / Coprocessor functions in translate.h
Philippe Mathieu-Daudé
2
-12
/
+24
2021-01-14
target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction
Philippe Mathieu-Daudé
2
-362
/
+368
2021-01-14
target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
Philippe Mathieu-Daudé
1
-3
/
+3
2021-01-14
target/mips/translate: Add declarations for generic code
Philippe Mathieu-Daudé
2
-38
/
+57
2021-01-14
target/mips/translate: Extract DisasContext structure
Philippe Mathieu-Daudé
2
-37
/
+51
2021-01-14
target/mips: Rename translate_init.c as cpu-defs.c
Philippe Mathieu-Daudé
2
-1
/
+1
2021-01-14
target/mips: Move mmu_init() functions to tlb_helper.c
Philippe Mathieu-Daudé
3
-48
/
+47
2021-01-14
target/mips: Fix code style for checkpatch.pl
Philippe Mathieu-Daudé
1
-18
/
+18
2021-01-14
target/mips: Rename helper.c as tlb_helper.c
Philippe Mathieu-Daudé
2
-2
/
+2
2021-01-14
target/mips: Move common helpers from helper.c to cpu.c
Philippe Mathieu-Daudé
3
-207
/
+211
2021-01-14
target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
Philippe Mathieu-Daudé
1
-2
/
+0
2021-01-14
target/mips: Add !CONFIG_USER_ONLY comment after #endif
Philippe Mathieu-Daudé
1
-5
/
+8
2021-01-14
target/mips: Extract FPU helpers to 'fpu_helper.h'
Philippe Mathieu-Daudé
11
-50
/
+69
2021-01-14
target/mips: Inline cpu_state_reset() in mips_cpu_reset()
Philippe Mathieu-Daudé
1
-17
/
+9
2021-01-14
target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
Philippe Mathieu-Daudé
8
-237
/
+237
2021-01-14
target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
Philippe Mathieu-Daudé
2
-3
/
+3
2021-01-14
target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
Philippe Mathieu-Daudé
1
-2
/
+2
2021-01-14
target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
Philippe Mathieu-Daudé
6
-76
/
+76
2021-01-14
target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
Philippe Mathieu-Daudé
3
-30
/
+30
2021-01-14
target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
Philippe Mathieu-Daudé
5
-9
/
+7
2021-01-14
target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
Philippe Mathieu-Daudé
1
-2
/
+1
2021-01-14
target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3
Philippe Mathieu-Daudé
1
-2
/
+1
2021-01-14
target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
Philippe Mathieu-Daudé
3
-5
/
+3
2021-01-14
target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
Philippe Mathieu-Daudé
2
-7
/
+6
2021-01-14
hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
Philippe Mathieu-Daudé
1
-4
/
+2
2021-01-14
target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
Philippe Mathieu-Daudé
2
-1
/
+8
2021-01-14
target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1
Philippe Mathieu-Daudé
2
-11
/
+11
2021-01-14
target/mips/mips-defs: Reorder CPU_MIPS5 definition
Philippe Mathieu-Daudé
1
-2
/
+1
2021-01-14
target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
Philippe Mathieu-Daudé
1
-6
/
+0
2021-01-14
target/mips/addr: Add translation helpers for KSEG1
Jiaxun Yang
2
-0
/
+12
2021-01-14
target/mips: Replace CP0_Config0 magic values by proper definitions
Philippe Mathieu-Daudé
1
-6
/
+8
2021-01-14
target/mips: Add CP0 Config0 register definitions for MIPS3 ISA
Philippe Mathieu-Daudé
1
-1
/
+9
2021-01-14
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210113' into...
Peter Maydell
21
-668
/
+889
2021-01-13
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20210113' int...
Peter Maydell
6
-126
/
+104
2021-01-13
decodetree: Open files with encoding='utf-8'
Philippe Mathieu-Daudé
1
-3
/
+6
2021-01-13
tcg/aarch64: Use tcg_constant_vec with tcg vec expanders
Richard Henderson
1
-5
/
+5
2021-01-13
tcg/ppc: Use tcg_constant_vec with tcg vec expanders
Richard Henderson
1
-17
/
+27
2021-01-13
tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
Richard Henderson
2
-24
/
+0
2021-01-13
tcg/i386: Use tcg_constant_vec with tcg vec expanders
Richard Henderson
1
-13
/
+13
2021-01-13
tcg: Add tcg_reg_alloc_dup2
Richard Henderson
1
-0
/
+97
2021-01-13
tcg: Remove movi and dupi opcodes
Richard Henderson
13
-45
/
+1
2021-01-13
tcg/tci: Add special tci_movi_{i32,i64} opcodes
Richard Henderson
3
-4
/
+12
2021-01-13
tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders
Richard Henderson
3
-77
/
+59
2021-01-13
tcg: Use tcg_constant_{i32,i64} with tcg plugins
Richard Henderson
1
-27
/
+22
2021-01-13
tcg: Use tcg_constant_{i32,i64} with tcg int expanders
Richard Henderson
2
-131
/
+109
2021-01-13
tcg: Use tcg_constant_i32 with icount expander
Richard Henderson
1
-12
/
+13
2021-01-13
tcg: Convert tcg_gen_dupi_vec to TCG_CONST
Richard Henderson
3
-40
/
+15
2021-01-13
tcg/optimize: Use tcg_constant_internal with constant folding
Richard Henderson
1
-59
/
+49
[next]