index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
alpha
/
translate.c
Age
Commit message (
Expand
)
Author
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2019-10-28
target/alpha: fetch code with translator_ld
Emilio G. Cota
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2017-09-07
target/alpha: Convert to TranslatorOps
Richard Henderson
2017-09-07
target/alpha: Convert to DisasContextBase
Richard Henderson
2017-09-07
target/alpha: Convert to DisasJumpType
Richard Henderson
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
target/alpha: optimize gen_cvtlq() using deposit op
Philippe Mathieu-Daudé
2017-07-18
target/alpha: Log temp leaks
Richard Henderson
2017-07-18
target/alpha: Fix temp leak in gen_fbcond
Richard Henderson
2017-07-18
target/alpha: Fix temp leak in gen_call_pal
Richard Henderson
2017-07-18
target/alpha: Fix temp leak in gen_mtpr
Richard Henderson
2017-07-18
target/alpha: Fix temp leak in gen_bcond
Richard Henderson
2017-07-18
target/alpha: Merge several flag bytes into ENV->FLAGS
Richard Henderson
2017-07-18
target/alpha: Copy tb->flags into DisasContext
Richard Henderson
2017-07-18
target/alpha: Remove amask from tb->flags
Richard Henderson
2017-06-19
target/alpha: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2017-06-05
target/alpha: Use goto_tb for fallthru between TBs
Richard Henderson
2017-06-05
target/alpha: Implement WTINT inline
Richard Henderson
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
2017-01-10
target-alpha: Use ctpop helper
Richard Henderson
2017-01-10
target-alpha: Use the ctz and clz opcodes
Richard Henderson
2017-01-10
target-alpha: Use deposit and extract ops
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth