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
/
mips
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-27
target/mips: Fix data type for offset
Yongbok Kim
1
-4
/
+4
2018-06-27
target/mips: Update gen_flt_ldst()
Yongbok Kim
1
-8
/
+7
2018-06-27
target/mips: Fix microMIPS on reset
Yongbok Kim
1
-0
/
+5
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-2
/
+2
2018-05-18
target/mips: Honor CPU_DUMP_FPU
Richard Henderson
1
-1
/
+2
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2018-05-11
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
1
-1
/
+1
2018-05-09
target/mips: convert to TranslatorOps
Emilio G. Cota
1
-114
/
+113
2018-05-09
target/mips: use *ctx for DisasContext
Emilio G. Cota
1
-82
/
+83
2018-05-09
target/mips: convert to DisasContextBase
Emilio G. Cota
1
-171
/
+175
2018-05-09
target/mips: convert to DisasJumpType
Emilio G. Cota
1
-95
/
+91
2018-05-09
target/mips: use lookup_and_goto_ptr on BS_STOP
Emilio G. Cota
1
-1
/
+2
2018-05-09
target/mips: avoid integer overflow in next_page PC check
Emilio G. Cota
1
-3
/
+3
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-1
/
+1
2017-10-30
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
1
-14
/
+6
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
1
-14
/
+6
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-1
/
+1
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-1
/
+1
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
1
-4
/
+0
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
1
-1
/
+1
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-13
/
+13
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-7
/
+0
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
1
-2
/
+2
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
1
-17
/
+0
2017-09-21
mips: MIPSCPU model subclasses
Igor Mammedov
1
-7
/
+6
2017-09-21
mips: call cpu_mips_realize_env() from mips_cpu_realizefn()
Philippe Mathieu-Daudé
1
-1
/
+0
2017-09-21
mips: split cpu_mips_realize_env() out of cpu_mips_init()
Philippe Mathieu-Daudé
1
-7
/
+12
2017-09-21
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
1
-0
/
+1
2017-08-02
target/mips: Fix RDHWR CC with icount
James Hogan
1
-0
/
+11
2017-08-02
target/mips: Drop redundant gen_io_start/stop()
James Hogan
1
-8
/
+0
2017-08-02
target/mips: Use BS_EXCP where interrupts are expected
James Hogan
1
-13
/
+34
2017-08-02
mips: Add KVM T&E segment support for TCG
James Hogan
1
-2
/
+2
2017-08-02
target-mips: Don't stop on [d]mtc0 DESAVE/KScratch
James Hogan
1
-4
/
+0
2017-07-20
target/mips: Add segmentation control registers
James Hogan
1
-0
/
+88
2017-07-20
target/mips: Abstract mmu_idx from hflags
James Hogan
1
-1
/
+1
2017-07-20
target/mips: Decode microMIPS EVA load & store instructions
James Hogan
1
-4
/
+115
2017-07-20
target/mips: Decode MIPS32 EVA load & store instructions
James Hogan
1
-0
/
+106
2017-07-20
target/mips: Prepare loads/stores for EVA
James Hogan
1
-35
/
+42
2017-07-20
target/mips: Add CP0_Ebase.WG (write gate) support
James Hogan
1
-3
/
+5
2017-07-20
target/mips: Fix MIPS64 MFC0 UserLocal on BE host
James Hogan
1
-2
/
+3
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
1
-3
/
+2
2017-07-17
target/mips: optimize WSBH, DSBH and DSHD
Aurelien Jarno
1
-6
/
+12
2017-07-11
target/mips: fix msa copy_[s|u]_df rd = 0 corner case
Miodrag Dinic
1
-2
/
+6
2017-06-05
target/mips: optimize indirect branches
Aurelien Jarno
1
-1
/
+1
2017-06-05
target/mips: optimize cross-page direct jumps in softmmu
Aurelien Jarno
1
-1
/
+1
2017-03-20
target/mips: fix delay slot detection in gen_msa_branch()
Yongbok Kim
1
-1
/
+1
2017-03-20
target-mips: replace few LOG_DISAS() with trace points
Philippe Mathieu-Daudé
1
-14
/
+11
2017-03-20
target-mips: replace break by goto cp0_unimplemented
Philippe Mathieu-Daudé
1
-44
/
+44
2017-03-20
target-mips: log bad coprocessor0 register accesses with LOG_UNIMP
Philippe Mathieu-Daudé
1
-6
/
+6
2017-03-20
target-mips: remove old & unuseful comments
Philippe Mathieu-Daudé
1
-4
/
+0
[next]