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-arm
/
translate.c
Age
Commit message (
Expand
)
Author
2015-11-19
target-arm: Update condexec before arch BP check in AA32 translation
Sergey Fedorov
2015-11-19
target-arm: Update condexec before CP access check in AA32 translation
Sergey Fedorov
2015-11-12
target-arm: Update PC before calling gen_helper_check_breakpoints()
Sergey Fedorov
2015-11-10
target-arm: Clean up DISAS_UPDATE usage in AArch32 translation code
Sergey Fedorov
2015-11-03
target-arm: Report S/NS status in the CPU debug logs
Peter Maydell
2015-10-28
target-*: Advance pc after recognizing a breakpoint
Richard Henderson
2015-10-27
target-arm/translate.c: Handle non-executable page-straddling Thumb insns
Peter Maydell
2015-10-16
target-arm: Fix CPU breakpoint handling
Sergey Fedorov
2015-10-16
target-arm: Break the TB after ISB to execute self-modified code correctly
Sergey Sorokin
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
2015-10-07
tcg: Add TCG_MAX_INSNS
Richard Henderson
2015-10-07
target-arm: Add condexec state to insn_start
Richard Henderson
2015-10-07
target-*: Introduce and use cpu_breakpoint_test
Richard Henderson
2015-10-07
target-*: Increment num_insns immediately after tcg_gen_insn_start
Richard Henderson
2015-10-07
target-*: Unconditionally emit tcg_gen_insn_start
Richard Henderson
2015-10-07
tcg: Rename debug_insn_start to insn_start
Richard Henderson
2015-09-14
target-arm: Handle always condition codes within arm_test_cc
Richard Henderson
2015-09-14
target-arm: Introduce DisasCompare
Richard Henderson
2015-09-14
target-arm: Share all common TCG temporaries
Richard Henderson
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-08
target-arm: Fix default_exception_el() function for the case when EL3 is not ...
Sergey Sorokin
2015-08-24
tcg: Remove tcg_gen_trunc_i64_i32
Richard Henderson
2015-07-06
target-arm: Implement YIELD insn to yield in ARM and Thumb translators
Peter Maydell
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
2015-06-15
target-arm: Correct "preferred return address" for cpreg access exceptions
Peter Maydell
2015-06-15
target-arm: Add the THUMB_DSP feature
Aurelio C. Remonda
2015-05-29
target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd
Peter Maydell
2015-05-29
target-arm: Don't halt on WFI unless we don't have any work
Peter Maydell
2015-05-29
target-arm: Extend FP checks to use an EL
Greg Bellows
2015-05-29
target-arm: Add exception target el infrastructure
Greg Bellows
2015-03-16
target-arm: Fix handling of STM (user) with r15 in register list
Peter Maydell
2015-03-13
tcg: Change translator-side labels to a pointer
Richard Henderson
2015-02-12
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
2015-02-12
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2015-02-05
target-arm: Use correct mmu_idx for unprivileged loads and stores
Peter Maydell
2015-02-05
target-arm: Define correct mmu_idx values and pass them in TB flags
Peter Maydell
2015-02-05
target-arm: check that LSB <= MSB in BFI instruction
Kirill Batuzov
2015-01-03
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
2015-01-03
translate: check cflags instead of use_icount global
Paolo Bonzini
2014-12-11
target-arm: add secure state bit to CPREG hash
Peter Maydell
2014-12-11
target-arm: add non-secure Translation Block flag
Sergey Fedorov
2014-11-04
target-arm/translate.c: Don't pass CPUARMState * to disas_arm_insn()
Peter Maydell
2014-11-04
target-arm/translate.c: Don't pass CPUARMState around in the decoder
Peter Maydell
2014-11-04
target-arm/translate.c: Don't use IS_M()
Peter Maydell
2014-11-04
target-arm/translate.c: Use arm_dc_feature() rather than arm_feature()
Peter Maydell
2014-11-04
target-arm/translate.c: Use arm_dc_feature() in ENABLE_ARCH_ macros
Peter Maydell
2014-10-24
target-arm: rename arm_current_pl to arm_current_el
Greg Bellows
2014-10-24
target-arm: correctly UNDEF writes to FPINST/FPINST2 from EL0
Peter Maydell
2014-10-24
target-arm: Add support for A32 and T32 HVC and SMC insns
Peter Maydell
[next]