- c303abc target/alpha: Drop tcg_temp_free by Richard Henderson · 1 year, 10 months ago
- 2a196de accel/tcg: Remove translator_loop_temp_check by Richard Henderson · 1 year, 10 months ago
- 597f9b2 accel/tcg: Pass max_insn to gen_intermediate_code by pointer by Richard Henderson · 1 year, 11 months ago
- c0cd068 target/alpha: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 2 months ago
- 306c872 accel/tcg: Add pc and host_pc params to gen_intermediate_code by Richard Henderson · 2 years, 4 months ago
- 8eb806a exec/translator: Pass the locked filepointer to disas_log hook by Richard Henderson · 2 years, 8 months ago
- e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 9 months ago
- b57dfb0 misc: Remove unnecessary "sysemu/cpu-timers.h" include by Philippe Mathieu-Daudé · 2 years, 11 months ago
- fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years ago
- fed1424 target/alpha: Implement prctl_unalign_sigbus by Richard Henderson · 3 years ago
- 1760e4a target/alpha: Drop checks for singlestep_enabled by Richard Henderson · 3 years, 5 months ago
- 5ffcb33 target/alpha: Reorg integer memory operations by Richard Henderson · 3 years, 5 months ago
- 4526353 target/alpha: Reorg fp memory operations by Richard Henderson · 3 years, 5 months ago
- 4e11689 accel/tcg: Add DisasContextBase argument to translator_ld* by Ilya Leoshkevich · 3 years, 4 months ago
- b5cf742 accel/tcg: Remove TranslatorOps.breakpoint_check by Richard Henderson · 3 years, 5 months ago
- 288a5fe target/alpha: Drop goto_tb path in gen_call_pal by Richard Henderson · 3 years, 5 months ago
- 904bd85 target/alpha: Use tcg_constant_* elsewhere by Richard Henderson · 3 years, 5 months ago
- 212c88c target/alpha: Use tcg_constant_i64 for zero and lit by Richard Henderson · 3 years, 5 months ago
- 3e646c3 target/alpha: Use dest_sink for HW_RET temporary by Richard Henderson · 3 years, 5 months ago
- 492f85b target/alpha: Store set into rx flag by Richard Henderson · 3 years, 5 months ago
- 21a7e89 target/alpha: Use translator_use_goto_tb by Richard Henderson · 3 years, 6 months ago
- 3fd3442 target/alpha: Remove in_superpage by Richard Henderson · 3 years, 6 months ago
- cba201f target/alpha: Remove use_exit_tb by Richard Henderson · 3 years, 6 months ago
- 1797b08 tcg: Avoid including 'trace-tcg.h' in target translate.c by Philippe Mathieu-Daudé · 3 years, 6 months ago
- 9d14a04 target/alpha: Honor the FEN bit by Richard Henderson · 3 years, 6 months ago
- ef951ee target/alpha: fix icount handling for timer instructions by Pavel Dovgalyuk · 3 years, 9 months ago
- d6ea423 overall/alpha tcg cpus|hppa: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
- 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 4 months ago
- dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
- e2790ba target/alpha: fetch code with translator_ld by Emilio G. Cota · 6 years ago
- 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 5 years ago
- 9e9b10c icount: remove unnecessary gen_io_end calls by Pavel Dovgalyuk · 5 years ago
- 8b86d6d tcg: Hoist max_insns computation to tb_gen_code by Richard Henderson · 6 years ago
- 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
- 07ea28b tcg: Pass tb and index to tcg_gen_exit_tb separately by Richard Henderson · 7 years ago
- b542683 translator: merge max_insns into DisasContextBase by Emilio G. Cota · 7 years ago
- f764718 tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* by Richard Henderson · 7 years ago
- 6e6430a Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging by Peter Maydell · 7 years ago
- 1d48474 disas: Remove unused flags arguments by Richard Henderson · 7 years ago
- 1c2adb9 tcg: Initialize cpu_env generically by Richard Henderson · 7 years ago
- b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 7 years ago
- c5a49c6 tcg: convert tb->cflags reads to tb_cflags(tb) by Emilio G. Cota · 7 years ago
- 55c3cee qom: Introduce CPUClass.tcg_initialize by Richard Henderson · 7 years ago
- 7f11636 tcg: remove addr argument from lookup_tb_ptr by Emilio G. Cota · 7 years ago
- 99a92b9 target/alpha: Convert to TranslatorOps by Richard Henderson · 7 years ago
- c5f8065 target/alpha: Convert to DisasContextBase by Richard Henderson · 7 years ago
- 3de811c target/alpha: Convert to DisasJumpType by Richard Henderson · 7 years ago
- 9c489ea tcg: Pass generic CPUState to gen_intermediate_code() by Lluís Vilanova · 7 years ago
- 729028a target/alpha: optimize gen_cvtlq() using deposit op by Philippe Mathieu-Daudé · 7 years ago
- 8aa5c65 target/alpha: Log temp leaks by Richard Henderson · 7 years ago
- 6a9b110 target/alpha: Fix temp leak in gen_fbcond by Richard Henderson · 7 years ago
- f401c03 target/alpha: Fix temp leak in gen_call_pal by Richard Henderson · 7 years ago
- a4535b8 target/alpha: Fix temp leak in gen_mtpr by Richard Henderson · 7 years ago
- 22d716c target/alpha: Fix temp leak in gen_bcond by Richard Henderson · 7 years ago
- bcd2625 target/alpha: Merge several flag bytes into ENV->FLAGS by Richard Henderson · 7 years ago
- 489a0e6 target/alpha: Copy tb->flags into DisasContext by Richard Henderson · 7 years ago
- c6d41b3 target/alpha: Remove amask from tb->flags by Richard Henderson · 7 years ago
- 54e1d4e target/alpha: Use tcg_gen_lookup_and_goto_ptr by Richard Henderson · 8 years ago
- 2d826cd target/alpha: Use goto_tb for fallthru between TBs by Richard Henderson · 8 years ago
- bec5e2b target/alpha: Implement WTINT inline by Richard Henderson · 8 years ago
- d2528bd qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h by Paolo Bonzini · 8 years ago
- de26a58 target-alpha: Use ctpop helper by Richard Henderson · 8 years ago
- 881549d target-alpha: Use the ctz and clz opcodes by Richard Henderson · 8 years ago
- f49f1ae target-alpha: Use deposit and extract ops by Richard Henderson · 8 years ago
- fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago[Renamed from target-alpha/translate.c]
- 82ecffa Open 2.9 development tree by Stefan Hajnoczi · 8 years ago