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
/
alpha
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
1
-9
/
+0
2024-05-04
target/alpha: Implement CF_PCREL
Richard Henderson
1
-4
/
+25
2024-05-04
target/alpha: Split out gen_pc_disp
Richard Henderson
1
-18
/
+23
2024-05-04
target/alpha: Split out gen_goto_tb
Richard Henderson
1
-37
/
+16
2024-05-04
target/alpha: Simplify gen_bcond_internal()
Philippe Mathieu-Daudé
1
-10
/
+9
2024-05-04
target/alpha: Return DISAS_NORETURN once
Richard Henderson
1
-5
/
+4
2024-05-04
target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
Richard Henderson
1
-2
/
+4
2024-05-04
target/alpha: Use DISAS_NEXT definition instead of magic '0' value
Richard Henderson
1
-2
/
+4
2024-05-04
target/alpha: Hoist branch shift to initial decode
Richard Henderson
1
-3
/
+3
2024-03-12
target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
1
-2
/
+2
2024-02-03
target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero
Richard Henderson
1
-26
/
+23
2024-02-03
target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S}
Richard Henderson
1
-6
/
+2
2024-02-03
target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
Richard Henderson
1
-10
/
+10
2024-02-03
target/alpha: Pass immediate value to gen_bcond_internal()
Richard Henderson
1
-14
/
+7
2024-02-03
target/alpha: Split out alpha_env_mmu_index
Richard Henderson
1
-1
/
+1
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
1
-1
/
+1
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-2
/
+2
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
1
-71
/
+71
2023-08-31
target/translate: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-08-24
target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzero
Richard Henderson
1
-4
/
+3
2023-07-25
other architectures: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
1
-11
/
+4
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
1
-0
/
+3
2023-05-05
target/alpha: Use MO_ALIGN where required
Richard Henderson
1
-16
/
+20
2023-05-05
target/alpha: Use MO_ALIGN for system UNALIGN()
Richard Henderson
1
-1
/
+1
2023-03-05
target/alpha: Drop tcg_temp_free
Richard Henderson
1
-70
/
+0
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
1
-1
/
+0
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2022-10-26
target/alpha: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-6
/
+0
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+3
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-3
/
+4
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-06
misc: Remove unnecessary "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
1
-1
/
+0
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
1
-16
/
+16
2022-01-06
target/alpha: Implement prctl_unalign_sigbus
Richard Henderson
1
-9
/
+22
2021-10-15
target/alpha: Drop checks for singlestep_enabled
Richard Henderson
1
-10
/
+3
2021-10-13
target/alpha: Reorg integer memory operations
Richard Henderson
1
-64
/
+40
2021-10-13
target/alpha: Reorg fp memory operations
Richard Henderson
1
-26
/
+57
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-1
/
+1
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
1
-16
/
+0
2021-07-21
target/alpha: Drop goto_tb path in gen_call_pal
Richard Henderson
1
-13
/
+2
2021-07-13
target/alpha: Use tcg_constant_* elsewhere
Richard Henderson
1
-32
/
+14
2021-07-13
target/alpha: Use tcg_constant_i64 for zero and lit
Richard Henderson
1
-14
/
+2
2021-07-13
target/alpha: Use dest_sink for HW_RET temporary
Richard Henderson
1
-1
/
+1
2021-07-13
target/alpha: Store set into rx flag
Richard Henderson
1
-5
/
+1
2021-07-09
target/alpha: Use translator_use_goto_tb
Richard Henderson
1
-6
/
+1
2021-07-09
target/alpha: Remove in_superpage
Richard Henderson
1
-22
/
+2
2021-07-09
target/alpha: Remove use_exit_tb
Richard Henderson
1
-13
/
+2
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
1
-1
/
+0
2021-06-28
target/alpha: Honor the FEN bit
Richard Henderson
1
-0
/
+75
[next]