Sign in
qemu
/
qemu
/
74fcbd22d20a2fbc1a47a7b00cce5bf98fd7be5f
/
target-alpha
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
· 10 years ago
bad729e
tcg: Pass data argument to restore_state_to_opc
by Richard Henderson
· 10 years ago
190ce7f
tcg: Add TCG_MAX_INSNS
by Richard Henderson
· 10 years ago
dc03246
target-*: Drop cpu_gen_code define
by Richard Henderson
· 10 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
· 10 years ago
765b842
tcg: Rename debug_insn_start to insn_start
by Richard Henderson
· 10 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
· 10 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 10 years ago
fc8135a
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into staging
by Peter Maydell
· 10 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
· 10 years ago
5f2a80a
target-alpha: Rewrite helper_cmpbge using bit tests
by Richard Henderson
· 10 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
· 11 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
· 11 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
· 11 years ago
9354452
target-alpha: Move VAX helpers to a new file
by Richard Henderson
· 11 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
b144be9
target-alpha: Convert gen_zap/not to source/sink
by Richard Henderson
· 11 years ago
5e5863e
target-alpha: Convert gen_ins_h/l to source/sink
by Richard Henderson
· 11 years ago
9a734d6
target-alpha: Convert gen_ext_h/l to source/sink
by Richard Henderson
· 11 years ago
9a8fa1b
target-alpha: Convert gen_msk_h/l to source/sink
by Richard Henderson
· 11 years ago
83ebb7c
target-alpha: Convert gen_cmov to source/sink
by Richard Henderson
· 11 years ago
42774a5
target-alpha: Convert ARITH3_EX to source/sink
by Richard Henderson
· 11 years ago
9586834
target-alpha: Convert gen_cmp to source/sink
by Richard Henderson
· 11 years ago
cd2d46f
target-alpha: Convert gen_store_conditional to source/sink
by Richard Henderson
· 11 years ago
595b8fd
target-alpha: Convert gen_load/store_mem to source/sink
by Richard Henderson
· 11 years ago
a4af304
target-alpha: Convert opcode 0x1F to source/sink
by Richard Henderson
· 11 years ago
4601096
target-alpha: Convert opcode 0x1E to source/sink
by Richard Henderson
· 11 years ago
c67b67e
target-alpha: Convert opcode 0x1C to source/sink
by Richard Henderson
· 11 years ago
1eaa1da
target-alpha: Convert opcode 0x1B to source/sink
by Richard Henderson
· 11 years ago
8f56ced
target-alpha: Convert opcode 0x1A to source/sink
by Richard Henderson
· 11 years ago
89fe090
target-alpha: Convert opcode 0x18 to source/sink
by Richard Henderson
· 11 years ago
6b88b37
target-alpha: Convert opcode 0x17 to source/sink
by Richard Henderson
· 11 years ago
075b8dd
target-alpha: Convert opcode 0x14 to source/sink
by Richard Henderson
· 11 years ago
de4d355
target-alpha: Convert opcode 0x13 to source/sink
by Richard Henderson
· 11 years ago
3bd67b7
target-alpha: Convert opcode 0x12 to source/sink
by Richard Henderson
· 11 years ago
db4a164
target-alpha: Convert opcode 0x11 to source/sink
by Richard Henderson
· 11 years ago
194cfb4
target-alpha: Introduce functions for source/sink
by Richard Henderson
· 11 years ago
Next »