index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
cris
/
translate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/cris: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-4
/
+2
*
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-02-03
1
-1
/
+1
*
target/cris: Cache mem_index in DisasContext
Richard Henderson
2024-02-03
1
-9
/
+5
*
target: Use vaddr in gen_intermediate_code
Anton Johansson
2024-01-29
1
-1
/
+1
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-2
/
+2
*
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
1
-34
/
+34
*
target/cris: Fix a typo in gen_swapr()
Philippe Mathieu-Daudé
2023-08-24
1
-9
/
+11
*
other architectures: spelling fixes
Michael Tokarev
2023-07-25
1
-8
/
+8
*
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
1
-2
/
+0
*
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-06-05
1
-2
/
+4
*
target/cris: Avoid use of tcg_const_i32 throughout
Richard Henderson
2023-03-13
1
-25
/
+21
*
target/cris: Drop tcg_temp_free
Richard Henderson
2023-03-05
1
-70
/
+0
*
target/cris: Drop cris_alu_m_free_temps
Richard Henderson
2023-03-05
1
-23
/
+0
*
target/cris: Drop cris_alu_free_temps
Richard Henderson
2023-03-05
1
-20
/
+0
*
target/cris: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
1
-3
/
+3
*
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
1
-1
/
+1
*
target/cris: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-26
1
-6
/
+0
*
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
1
-2
/
+3
*
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
1
-3
/
+4
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
1
-1
/
+1
*
target/cris: Drop checks for singlestep_enabled
Richard Henderson
2021-10-15
1
-16
/
+0
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-20
/
+0
*
target/cris: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-3
/
+2
*
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-09
1
-1
/
+0
*
target/cris: Do not exit tb for X_FLAG changes
Richard Henderson
2021-06-29
1
-3
/
+0
*
target/cris: Remove dc->flagx_known
Richard Henderson
2021-06-29
1
-77
/
+22
*
target/cris: Improve JMP_INDIRECT
Richard Henderson
2021-06-29
1
-12
/
+10
*
target/cris: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2021-06-29
1
-1
/
+3
*
target/cris: Add DISAS_DBRANCH
Richard Henderson
2021-06-29
1
-40
/
+56
*
target/cris: Add DISAS_UPDATE_NEXT
Richard Henderson
2021-06-29
1
-5
/
+15
*
target/cris: Set cpustate_changed for rfe/rfn
Richard Henderson
2021-06-29
1
-0
/
+2
*
target/cris: Fold unhandled X_FLAG changes into cpustate_changed
Richard Henderson
2021-06-29
1
-7
/
+6
*
target/cris: Mark static arrays const
Richard Henderson
2021-06-29
1
-9
/
+10
*
target/cris: Convert to TranslatorOps
Richard Henderson
2021-06-29
1
-138
/
+169
*
target/cris: Fix use_goto_tb
Richard Henderson
2021-06-29
1
-7
/
+2
*
target/cris: Mark exceptions as DISAS_NORETURN
Richard Henderson
2021-06-29
1
-2
/
+3
*
target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
Richard Henderson
2021-06-29
1
-4
/
+3
*
target/cris: Remove DISAS_SWI
Richard Henderson
2021-06-29
1
-2
/
+0
*
target/cris: Add DisasContextBase to DisasContext
Richard Henderson
2021-06-29
1
-24
/
+25
*
target/cris: Plug leakage of TCG temporaries
Stefan Sandstrom
2021-02-22
1
-36
/
+88
*
exec: Move TranslationBlock typedef to qemu/typedefs.h
Richard Henderson
2021-02-18
1
-1
/
+1
*
cris tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
target/cris: Remove superfluous breaks
Liao Pingfang
2020-09-01
1
-4
/
+3
*
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-15
1
-1
/
+1
*
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-12-18
1
-2
/
+2
*
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-08-20
1
-2
/
+0
*
target/cris: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
target/cris: Use tcg_gen_abs_tl
Richard Henderson
2019-05-13
1
-8
/
+1
*
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-24
1
-9
/
+1
[next]