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
path:
root
/
target
/
m68k
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/m68k: Drop checks for singlestep_enabled
Richard Henderson
2021-10-16
1
-35
/
+9
*
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-09-14
1
-1
/
+1
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-18
/
+0
*
target/m68k: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-11
/
+1
*
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-09
1
-1
/
+0
*
target/m68k: implement m68k "any instruction" trace mode
Mark Cave-Ayland
2021-05-26
1
-7
/
+20
*
target/m68k: introduce gen_singlestep_exception() function
Mark Cave-Ayland
2021-05-26
1
-4
/
+13
*
target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...
Mark Cave-Ayland
2021-05-26
1
-1
/
+3
*
target/m68k: introduce is_singlestepping() function
Mark Cave-Ayland
2021-05-26
1
-4
/
+15
*
target/m68k: implement rtr instruction
Laurent Vivier
2021-03-11
1
-0
/
+20
*
m68k: MOVEC insn. should generate exception if wrong CR is accessed
Lucien Murray-Pitts
2021-02-11
1
-1
/
+1
*
m68k: fix some comment spelling errors
zhaolichang
2020-12-12
1
-8
/
+8
*
target/m68k: implement opcode fetoxm1
Laurent Vivier
2020-06-02
1
-0
/
+3
*
target/m68k: implement fmove.l #<data>,FPCR
Laurent Vivier
2020-06-02
1
-0
/
+14
*
m68k: Fix regression causing Single-Step via GDB/RSP to not single step
Laurent Vivier
2020-01-21
1
-15
/
+27
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
1
-1
/
+1
*
target/m68k: fetch code with translator_ld
Emilio G. Cota
2019-10-28
1
-1
/
+1
*
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
2019-09-03
1
-1
/
+1
*
m68k comments break patch submission due to being incorrectly formatted
Lucien Murray-Pitts
2019-06-26
1
-85
/
+161
*
target/m68k: Use env_cpu
Richard Henderson
2019-06-10
1
-3
/
+1
*
target/m68k: Optimize rotate_x() using extract_i32()
Philippe Mathieu-Daudé
2019-05-17
1
-3
/
+2
*
target/m68k: Fix a tcg_temp leak
Philippe Mathieu-Daudé
2019-05-17
1
-0
/
+1
*
target/m68k: Reduce the l1 TCGLabel scope
Philippe Mathieu-Daudé
2019-05-17
1
-2
/
+1
*
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-24
1
-2
/
+2
*
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
1
-44
/
+44
*
target/m68k: Fix LGPL information in the file headers
Thomas Huth
2019-01-30
1
-2
/
+2
*
target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED
Laurent Vivier
2018-11-01
1
-3
/
+3
*
target/m68k: Merge disas_m68k_insn into m68k_tr_translate_insn
Richard Henderson
2018-06-11
1
-11
/
+6
*
target/m68k: Improve ending TB at page boundaries
Richard Henderson
2018-06-11
1
-3
/
+19
*
target/m68k: Convert to TranslatorOps
Richard Henderson
2018-06-11
1
-92
/
+88
*
target/m68k: Convert to DisasContextBase
Richard Henderson
2018-06-11
1
-70
/
+67
*
target/m68k: Rename DISAS_UPDATE and gen_lookup_tb
Richard Henderson
2018-06-11
1
-10
/
+10
*
target/m68k: Use lookup_and_goto_tb for DISAS_JUMP
Richard Henderson
2018-06-11
1
-1
/
+4
*
target/m68k: Remove DISAS_JUMP_NEXT as unused
Richard Henderson
2018-06-11
1
-1
/
+0
*
target/m68k: Replace DISAS_TB_JUMP with DISAS_NORETURN
Richard Henderson
2018-06-11
1
-3
/
+1
*
target/m68k: Use DISAS_NORETURN for exceptions
Richard Henderson
2018-06-11
1
-8
/
+8
*
target/m68k: Add trailing '\n' to qemu_log() call
Philippe Mathieu-Daudé
2018-06-08
1
-1
/
+1
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-3
/
+3
*
tcg: fix s/compliment/complement/ typos
Emilio G. Cota
2018-05-20
1
-1
/
+1
*
target/m68k: Fix build Werror with gcc 8.0.1
Richard Henderson
2018-05-11
1
-2
/
+3
*
m68k: fix subx mem, mem instruction
Pavel Dovgalyuk
2018-04-30
1
-2
/
+2
*
target/m68k: add a mechanism to automatically free TCGv
Laurent Vivier
2018-03-20
1
-13
/
+43
*
target/m68k: add DisasContext parameter to gen_extend()
Laurent Vivier
2018-03-20
1
-23
/
+23
*
target/m68k: implement fcosh
Laurent Vivier
2018-03-13
1
-0
/
+3
*
target/m68k: implement fsinh
Laurent Vivier
2018-03-13
1
-0
/
+3
*
target/m68k: implement ftanh
Laurent Vivier
2018-03-13
1
-0
/
+3
*
target/m68k: implement fatanh
Laurent Vivier
2018-03-13
1
-0
/
+3
*
target/m68k: implement facos
Laurent Vivier
2018-03-13
1
-0
/
+3
*
target/m68k: implement fasin
Laurent Vivier
2018-03-13
1
-0
/
+3
*
target/m68k: implement fatan
Laurent Vivier
2018-03-13
1
-0
/
+3
[next]