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
/
avr
/
translate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/avr: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-2
/
+1
*
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
-1
/
+1
*
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-10-03
1
-32
/
+32
*
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
1
-1
/
+0
*
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-06-05
1
-0
/
+5
*
target/avr: Finish conversion to tcg_gen_qemu_{ld,st}_*
Richard Henderson
2023-05-05
1
-8
/
+8
*
target/avr: Avoid use of tcg_const_i32 throughout
Richard Henderson
2023-03-13
1
-15
/
+15
*
target/avr: Avoid use of tcg_const_i32 in SBIC, SBIS
Richard Henderson
2023-03-13
1
-8
/
+10
*
target/avr: Drop tcg_temp_free
Richard Henderson
2023-03-05
1
-228
/
+0
*
target/avr: Drop R from trans_COM
Richard Henderson
2023-03-05
1
-4
/
+0
*
target/avr: Drop DisasContext.free_skip_var0
Richard Henderson
2023-03-05
1
-19
/
+0
*
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
1
-1
/
+1
*
target/avr: 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
*
target/avr: Disable interrupts when env->skip set
Richard Henderson
2022-09-01
1
-4
/
+22
*
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
2022-04-20
1
-3
/
+4
*
target/avr: Drop checks for singlestep_enabled
Richard Henderson
2021-10-15
1
-15
/
+4
*
target/avr: Fix compiler errors (-Werror=enum-conversion)
Stefan Weil
2021-09-16
1
-5
/
+3
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-18
/
+0
*
target/avr: Implement gdb_adjust_breakpoint
Richard Henderson
2021-07-21
1
-14
/
+0
*
target/avr: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-3
/
+6
*
target/avr: Convert to TranslatorOps
Richard Henderson
2021-06-29
1
-104
/
+126
*
target/avr: Change ctx to DisasContext* in gen_intermediate_code
Richard Henderson
2021-06-29
1
-41
/
+43
*
target/avr: Add DisasContextBase to DisasContext
Richard Henderson
2021-06-29
1
-29
/
+29
*
meson: target
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
target/avr: Add support for disassembling via option '-d in_asm'
Michael Rolnik
2020-07-11
1
-0
/
+12
*
target/avr: Initialize TCG register variables
Michael Rolnik
2020-07-11
1
-0
/
+29
*
target/avr: Add instruction translation - CPU main translation function
Michael Rolnik
2020-07-11
1
-0
/
+213
*
target/avr: Add instruction translation - MCU Control Instructions
Michael Rolnik
2020-07-11
1
-0
/
+65
*
target/avr: Add instruction translation - Bit and Bit-test Instructions
Michael Rolnik
2020-07-11
1
-0
/
+247
*
target/avr: Add instruction translation - Data Transfer Instructions
Michael Rolnik
2020-07-11
1
-0
/
+990
*
target/avr: Add instruction translation - Branch Instructions
Michael Rolnik
2020-07-11
1
-0
/
+543
*
target/avr: Add instruction translation - Arithmetic and Logic Instructions
Michael Rolnik
2020-07-11
1
-0
/
+820
*
target/avr: Add instruction translation - Register definitions
Michael Rolnik
2020-07-11
1
-0
/
+142