index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
tcg.c
Age
Commit message (
Expand
)
Author
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-23
tcg: Workaround macOS 11.2 mprotect bug
Richard Henderson
2021-03-23
tcg: Do not set guard pages on the rx portion of code_gen_buffer
Richard Henderson
2021-03-17
tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
Miroslav Rezanina
2021-03-06
tcg: Manage splitwx in tc_ptr_to_region_tree by hand
Richard Henderson
2021-03-06
tcg: Split out tcg_raise_tb_overflow
Richard Henderson
2021-02-02
tcg: Remove TCG_TARGET_CON_SET_H
Richard Henderson
2021-02-02
tcg/i386: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
2021-02-02
tcg: Remove TCG_TARGET_CON_STR_H
Richard Henderson
2021-02-02
tcg/i386: Split out target constraints to tcg-target-con-str.h
Richard Henderson
2021-01-24
tcg: Restart code generation when we run out of temps
Richard Henderson
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
2021-01-13
tcg: Add tcg_reg_alloc_dup2
Richard Henderson
2021-01-13
tcg: Remove movi and dupi opcodes
Richard Henderson
2021-01-13
tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders
Richard Henderson
2021-01-13
tcg: Convert tcg_gen_dupi_vec to TCG_CONST
Richard Henderson
2021-01-13
tcg: Introduce TYPE_CONST temporaries
Richard Henderson
2021-01-13
tcg: Expand TCGTemp.val to 64-bits
Richard Henderson
2021-01-13
tcg: Add temp_readonly
Richard Henderson
2021-01-13
tcg: Consolidate 3 bits into enum TCGTempKind
Richard Henderson
2021-01-13
tcg: Increase tcg_out_dupi_vec immediate to int64_t
Richard Henderson
2021-01-13
tcg: Use tcg_out_dupi_vec from temp_load
Richard Henderson
2021-01-07
tcg: Constify tcg_code_gen_epilogue
Richard Henderson
2021-01-07
tcg: Adjust tcg_register_jit for const
Richard Henderson
2021-01-07
tcg: Adjust tcg_out_label for const
Richard Henderson
2021-01-07
tcg: Adjust tcg_out_call for const
Richard Henderson
2021-01-07
tcg: Adjust TCGLabel for const
Richard Henderson
2021-01-07
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
2021-01-07
tcg: Move tcg epilogue pointer out of TCGContext
Richard Henderson
2021-01-07
tcg: Move tcg prologue pointer out of TCGContext
Richard Henderson
2021-01-07
util: Enhance flush_icache_range with separate data pointer
Richard Henderson
2021-01-07
tcg: Do not flush icache for interpreter
Richard Henderson
2021-01-07
tcg: Introduce INDEX_op_qemu_st8_i32
Richard Henderson
2021-01-02
util: Extract flush_icache_range to cacheflush.c
Richard Henderson
2020-11-04
tcg: Remove assert from set_jmp_reset_offset
Richard Henderson
2020-10-27
tcg: Do not kill globals at conditional branches
Richard Henderson
2020-10-08
tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
Richard Henderson
2020-10-08
tcg: Remove TCG_CT_REG
Richard Henderson
2020-10-08
tcg: Move sorted_args into TCGArgConstraint.sort_index
Richard Henderson
2020-10-08
tcg: Drop union from TCGArgConstraint
Richard Henderson
2020-10-03
disas: Move host asm annotations to tb_gen_code
Richard Henderson
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-06-16
tcg: call qemu_spin_destroy for tb->jmp_lock
Emilio G. Cota
2020-06-02
tcg: Improve move ops in liveness_pass_2
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by scalar
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by vector
Richard Henderson
2020-06-02
tcg: Implement gvec support for rotate by immediate
Richard Henderson
2020-05-15
disas: include an optional note for the start of disassembly
Alex Bennée
[next]