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