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-sparc
/
translate.c
Age
Commit message (
Expand
)
Author
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
2016-10-31
target-sparc: Use tcg_gen_atomic_cmpxchg_tl
Richard Henderson
2016-10-31
target-sparc: Use tcg_gen_atomic_xchg_tl
Richard Henderson
2016-10-31
target-sparc: Allow 4-byte alignment on fp mem ops
Richard Henderson
2016-10-31
target-sparc: Implement ldqf and stqf inline
Richard Henderson
2016-10-31
target-sparc: Remove asi helper code handled inline
Richard Henderson
2016-10-31
target-sparc: Implement BCOPY/BFILL inline
Richard Henderson
2016-10-31
target-sparc: Implement cas_asi/casx_asi inline
Richard Henderson
2016-10-31
target-sparc: Implement ldstub_asi inline
Richard Henderson
2016-10-31
target-sparc: Implement swap_asi inline
Richard Henderson
2016-10-31
target-sparc: Handle more twinx asis
Richard Henderson
2016-10-31
target-sparc: Use MMU_PHYS_IDX for bypass asis
Richard Henderson
2016-10-31
target-sparc: Introduce cpu_raise_exception_ra
Richard Henderson
2016-10-31
target-sparc: Use overalignment flags for twinx and block asis
Richard Henderson
2016-07-12
target-sparc: Elide duplicate updates to fprs
Richard Henderson
2016-07-12
target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions
Richard Henderson
2016-07-12
target-sparc: Use cpu_fsr in stfsr
Richard Henderson
2016-07-12
target-sparc: Use explicit writes to cpu_fsr
Richard Henderson
2016-07-12
target-sparc: Remove helper_ldf_asi, helper_stf_asi
Richard Henderson
2016-07-12
target-sparc: Directly implement block and short ldf/stf asis
Richard Henderson
2016-07-12
target-sparc: Directly implement easy ldf/stf asis
Richard Henderson
2016-07-12
target-sparc: Pass TCGMemOp constants to helper_ld/st_asi
Richard Henderson
2016-07-12
target-sparc: Directly implement easy ldd/std asis
Richard Henderson
2016-07-12
target-sparc: Introduce gen_check_align
Richard Henderson
2016-07-12
target-sparc: Use QT0 to return results from ldda
Richard Henderson
2016-07-12
target-sparc: Directly implement easy ld/st asis
Richard Henderson
2016-07-12
target-sparc: Use defines from asi.h
Richard Henderson
2016-07-12
target-sparc: Pass TCGMemOp to gen_ld/st_asi
Richard Henderson
2016-07-12
target-sparc: Introduce get_asi
Richard Henderson
2016-07-12
target-sparc: Store %asi in TB flags
Richard Henderson
2016-07-12
target-sparc: Unify asi handling between 32 and 64-bit
Richard Henderson
2016-07-12
target-sparc: Create gen_exception
Richard Henderson
2016-07-12
target-sparc: Store mmu index in TB flags
Richard Henderson
2016-07-12
target-sparc: Remove softint as a TCG global
Richard Henderson
2016-06-24
target-sparc: fix register corruption in ldstub if there is no write permission
Artyom Tarasenko
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-05
target-*: dfilter support for in_asm
Richard Henderson
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-12
tcg: Allow goto_tb to any target PC in user mode
Sergey Fedorov
2016-04-11
target-sparc: fix ldstub sign-extension bug
Mark Cave-Ayland
2016-03-01
tcg: Add type for vCPU pointers
Lluís Vilanova
2016-02-23
target-sparc: Use global registers for the register window
Richard Henderson
2016-02-23
target-sparc: Tidy global register initialization
Richard Henderson
2016-02-09
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-01-29
sparc: Clean up includes
Peter Maydell
2016-01-07
target-sparc: implement NPT timer bit
Mark Cave-Ayland
2015-12-10
sparc: allow CASA with ASI 0xa from user space
Alex Zuepke
2015-10-28
target-*: Advance pc after recognizing a breakpoint
Richard Henderson
[next]