Sign in
qemu
/
qemu
/
77e2b17272963c09e309315903f3781dbdd85341
/
target-alpha
07f5a25
target-*: Clean up cpu.h header guards
by Markus Armbruster
· 9 years ago
b35399b
Fix confusing argument names in some common functions
by Sergey Sorokin
· 9 years ago
1ec20c2
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
8642c1b
target-*: Don't redefine cpu_exec()
by Peter Crosthwaite
· 10 years ago
fdc997e
target-alpha: Avoid gcc 6.1 werror for linux-user
by Richard Henderson
· 9 years ago
7c25504
exec: [tcg] Track which vCPU is performing translation and execution
by Lluís Vilanova
· 9 years ago
4910e6e
target-*: dfilter support for in_asm
by Richard Henderson
· 9 years ago
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
1e00b8d
hw: move CPU state serialization to migration/cpu.h
by Paolo Bonzini
· 9 years ago
1dc8e6b
target-alpha: make cpu-qom.h not target specific
by Paolo Bonzini
· 9 years ago
347b1a5
cpu: make cpu-qom.h only include-able from cpu.h
by Paolo Bonzini
· 9 years ago
90aa39a
tcg: Allow goto_tb to any target PC in user mode
by Sergey Fedorov
· 9 years ago
89fee74
tb: consistently use uint32_t for tb->flags
by Emilio G. Cota
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
1bcea73
tcg: Add type for vCPU pointers
by Lluís Vilanova
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
e1ccc05
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
by Richard Henderson
· 11 years ago
508127e
log: do not unnecessarily include qom/cpu.h
by Paolo Bonzini
· 9 years ago
e2e5e11
alpha: Clean up includes
by Peter Maydell
· 9 years ago
182f42f
fpu: Replace uint64 typedef with uint64_t
by Peter Maydell
· 9 years ago
74de807
target-alpha: fix uninitialized variable
by Paolo Bonzini
· 9 years ago
522a0d4
target-*: Advance pc after recognizing a breakpoint
by Richard Henderson
· 9 years ago
0960be7
disas: QOMify alpha specific disas setup
by Peter Crosthwaite
· 10 years ago
4c315c2
qdev: Protect device-list-properties against broken devices
by Markus Armbruster
· 9 years ago
4a7428c
s/cpu_get_real_ticks/cpu_get_host_ticks/
by Christopher Covington
· 9 years ago
4e5e121
tcg: Remove gen_intermediate_code_pc
by Richard Henderson
· 9 years ago
bad729e
tcg: Pass data argument to restore_state_to_opc
by Richard Henderson
· 9 years ago
190ce7f
tcg: Add TCG_MAX_INSNS
by Richard Henderson
· 9 years ago
dc03246
target-*: Drop cpu_gen_code define
by Richard Henderson
· 9 years ago
b933066
target-*: Introduce and use cpu_breakpoint_test
by Richard Henderson
· 9 years ago
959082f
target-*: Increment num_insns immediately after tcg_gen_insn_start
by Richard Henderson
· 9 years ago
667b8e2
target-*: Unconditionally emit tcg_gen_insn_start
by Richard Henderson
· 9 years ago
765b842
tcg: Rename debug_insn_start to insn_start
by Richard Henderson
· 9 years ago
a0036be
alpha: Remove ELF_MACHINE from cpu.h
by Peter Crosthwaite
· 10 years ago
97ed5cc
tlb: Add "ifetch" argument to cpu_mmu_index()
by Benjamin Herrenschmidt
· 9 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 9 years ago
fc8135a
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into staging
by Peter Maydell
· 9 years ago
ecc7b3a
tcg: Remove tcg_gen_trunc_i64_i32
by Richard Henderson
· 10 years ago
6c05d3d
target-alpha: Inline hw_ret
by Richard Henderson
· 10 years ago
2f458b7
target-alpha: Inline call_pal
by Richard Henderson
· 10 years ago
5912438
target-alpha: Use separate TCGv temporaries for the shadow registers
by Richard Henderson
· 10 years ago
112e451
target-alpha: Special case cmpbge with zero
by Richard Henderson
· 9 years ago
5f2a80a
target-alpha: Rewrite helper_cmpbge using bit tests
by Richard Henderson
· 9 years ago
ea3e984
cpu-exec: Purge all uses of ENV_GET_CPU()
by Peter Crosthwaite
· 10 years ago
4bad9e3
cpu: Change cpu_exec_init() arg to cpu, not env
by Peter Crosthwaite
· 10 years ago
bbd77c1
translate-all: Change tb_flush() env argument to cpu
by Peter Crosthwaite
· 10 years ago
5a790cc
cpu: Add Error argument to cpu_exec_init()
by Bharata B Rao
· 10 years ago
d49190c
disas: Remove uses of CPU env
by Peter Crosthwaite
· 10 years ago
f5790c3
Revert "target-alpha: Add vector implementation for CMPBGE"
by Peter Maydell
· 10 years ago
32ad48a
target-alpha: Add vector implementation for CMPBGE
by Richard Henderson
· 10 years ago
8d8d324
target-alpha: Rewrite helper_zapnot
by Richard Henderson
· 11 years ago
57a808b
target-alpha: Raise IOV from CVTQL
by Richard Henderson
· 11 years ago
4ed069a
target-alpha: Suppress underflow from CVTTQ if DNZ
by Richard Henderson
· 11 years ago
b99e806
target-alpha: Raise EXC_M_INV properly for fp inputs
by Richard Henderson
· 11 years ago
ed08513
target-alpha: Disallow literal operand to 1C.30 to 1C.37
by Richard Henderson
· 11 years ago
2517def
target-alpha: Implement WH64EN
by Richard Henderson
· 11 years ago
4d1628e
target-alpha: Fix integer overflow checking insns
by Richard Henderson
· 11 years ago
7b4dde8
target-alpha: Fix cvttq vs inf
by Richard Henderson
· 11 years ago
7f2e400
target-alpha: Fix cvttq vs large integers
by Richard Henderson
· 11 years ago
c24a8a0
target-alpha: Raise IOV from CVTTQ
by Richard Henderson
· 11 years ago
f6b6b7b
target-alpha: Set EXC_M_SWC for exceptions from /S insns
by Richard Henderson
· 11 years ago
471d493
target-alpha: Set fpcr_exc_status even for disabled exceptions
by Richard Henderson
· 11 years ago
f3d3aad
target-alpha: Tidy FPCR representation
by Richard Henderson
· 10 years ago
ba9c5de
target-alpha: Set PC correctly for floating-point exceptions
by Richard Henderson
· 11 years ago
9d5a626
target-alpha: Forget installed round mode after MT_FPCR
by Richard Henderson
· 11 years ago
3da653f
target-alpha: Rename floating-point subroutines
by Richard Henderson
· 10 years ago
9354452
target-alpha: Move VAX helpers to a new file
by Richard Henderson
· 10 years ago
42a268c
tcg: Change translator-side labels to a pointer
by Richard Henderson
· 10 years ago
2994fd9
cpu: Make cpu_init() return QOM CPUState object
by Eduardo Habkost
· 10 years ago
fe700ad
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
by Richard Henderson
· 11 years ago
0a7df5d
tcg: Move emit of INDEX_op_end into gen_tb_end
by Richard Henderson
· 11 years ago
ec53b45
exec.c: Drop TARGET_HAS_ICE define and checks
by Peter Maydell
· 10 years ago
cd42d5b
gen-icount: check cflags instead of use_icount global
by Paolo Bonzini
· 10 years ago
bd79255
translate: check cflags instead of use_icount global
by Paolo Bonzini
· 10 years ago
dde7c24
target-alpha: Use cpu_exec_interrupt qom hook
by Richard Henderson
· 10 years ago
a7e30d8
trace: [tcg] Include TCG-tracing header on all targets
by Lluís Vilanova
· 11 years ago
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
0f590e74
softmmu: commonize helper definitions
by Paolo Bonzini
· 11 years ago
d94f0a8
softmmu: move ALIGNED_ONLY to cpu.h
by Paolo Bonzini
· 11 years ago
93e2232
softmmu: make do_unaligned_access a method of CPU
by Paolo Bonzini
· 11 years ago
2ef6175
tcg: Invert the inclusion of helper.h
by Richard Henderson
· 11 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
214bb28
target-alpha: Fix RDUSP
by Richard Henderson
· 11 years ago
06ef860
target-alpha: Remove cpu_unique, cpu_sysval, cpu_usp
by Richard Henderson
· 11 years ago
39acc64
target-alpha: Tidy alpha_translate_init
by Richard Henderson
· 11 years ago
e566be0
target-alpha: Don't issue goto_tb under singlestep
by Richard Henderson
· 11 years ago
8f811b9
target-alpha: Use non-local temps for zero/sink
by Richard Henderson
· 11 years ago
a9e05a1
target-alpha: Use extract to get insn fields
by Richard Henderson
· 11 years ago
0e154fe
target-alpha: Convert mfpr/mtpr to source/sink
by Richard Henderson
· 11 years ago
ef3765c
target-alpha: Convert gen_cpys et al to source/sink
by Richard Henderson
· 11 years ago
e8d8fef
target-alpha: Convert gen_fcvtlq/ql to source/sink
by Richard Henderson
· 11 years ago
6580935
target-alpha: Convert gen_fcmov to source/sink
by Richard Henderson
· 11 years ago
76bff4f
target-alpha: Convert gen_bcond to source/sink
by Richard Henderson
· 11 years ago
e20b8c0
target-alpha: Convert most ieee insns to source/sink
by Richard Henderson
· 11 years ago
8b0190b
target-alpha: Convert gen_ieee_input to source/sink
by Richard Henderson
· 11 years ago
f477ed3
target-alpha: Convert MVIOP2 to source/sink
by Richard Henderson
· 11 years ago
cd2754a
target-alpha: Convert ARITH3 to source/sink
by Richard Henderson
· 11 years ago
3d045db
target-alpha: Convert FARITH3 to source/sink
by Richard Henderson
· 11 years ago
baee04a
target-alpha: Convert FARITH2 to source/sink
by Richard Henderson
· 11 years ago
Next »