index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-microblaze
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Change translator-side labels to a pointer
Richard Henderson
2015-03-13
1
-8
/
+4
*
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
2015-02-13
1
-12
/
+8
*
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2015-02-13
1
-1
/
+1
*
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
2015-01-03
1
-1
/
+1
*
trace: [tcg] Include TCG-tracing header on all targets
Lluís Vilanova
2014-08-12
1
-0
/
+3
*
target-microblaze: Delete unused sign_extend() function
Peter Maydell
2014-06-10
1
-13
/
+0
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-28
1
-4
/
+2
*
target-microblaze: Replace DisasContext::env field with MicroBlazeCPU
Andreas Färber
2014-03-13
1
-44
/
+43
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-13
/
+19
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+3
*
target-microblaze: Use the new qemu_ld/st opcodes
Richard Henderson
2013-12-13
1
-104
/
+35
*
microblaze: At swx, check that the reserved word is unmodified
Edgar E. Iglesias
2013-10-24
1
-0
/
+16
*
microblaze: Turn res_addr into a tcg global
Edgar E. Iglesias
2013-10-24
1
-6
/
+7
*
microblaze: Move the saving of the reservation addr into gen_load
Edgar E. Iglesias
2013-10-24
1
-5
/
+8
*
microblaze: Improve src
Edgar E. Iglesias
2013-10-24
1
-11
/
+4
*
microblaze: Improve srl
Edgar E. Iglesias
2013-10-24
1
-5
/
+2
*
microblaze: Simplify andn by using tcg_gen_andc
Edgar E. Iglesias
2013-10-24
1
-4
/
+1
*
microblaze: Make write_carryi input a boolean
Edgar E. Iglesias
2013-10-24
1
-2
/
+2
*
microblaze: Clarify expected input of write_carry
Edgar E. Iglesias
2013-10-24
1
-0
/
+4
*
tcg: Move helper registration into tcg_context_init
Richard Henderson
2013-10-10
1
-2
/
+0
*
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-3
/
+5
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-1
/
+1
*
target-microblaze: Change gen_intermediate_code_internal() argument types
Andreas Färber
2013-07-09
1
-4
/
+5
*
target-microblaze: gen_intermediate_code_internal() should be inlined
Andreas Färber
2013-07-09
1
-1
/
+1
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-2
/
+4
*
microblaze: Add support for the sleep insn
Edgar E. Iglesias
2013-04-02
1
-0
/
+17
*
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-03-03
1
-2
/
+2
*
qemu-log: Remove qemu_log_try_set_file() and its users
Peter Maydell
2013-02-23
1
-2
/
+0
*
target-microblaze: Move TCG initialization to MicroBlazeCPU initfn
Andreas Färber
2013-02-16
1
-8
/
+5
*
target-microblaze: Introduce QOM realizefn for MicroBlazeCPU
Andreas Färber
2013-02-16
1
-2
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-3
/
+3
*
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-1
/
+1
*
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
2012-12-08
1
-2
/
+2
*
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-4
/
+5
*
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
2012-11-17
1
-5
/
+5
*
disas: avoid using cpu_single_env
Blue Swirl
2012-11-10
1
-1
/
+1
*
microblaze: translate.c: Fix swaph decoding
Peter Crosthwaite
2012-11-08
1
-1
/
+1
*
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
2012-09-27
1
-1
/
+2
*
target-microblaze: switch to AREG0 free mode
Blue Swirl
2012-09-15
1
-28
/
+33
*
qemu-log: use LOG_UNIMP for some target CPU cases
Blue Swirl
2012-06-21
1
-4
/
+7
*
target-microblaze: fix swx build breakage
Peter A. G. Crosthwaite
2012-06-07
1
-5
/
+6
*
Kill off cpu_state_reset()
Andreas Färber
2012-06-04
1
-5
/
+0
*
target-microblaze: Let cpu_mb_init() return MicroBlazeCPU
Andreas Färber
2012-06-04
1
-7
/
+6
*
target-microblaze: lwx/swx: first implementation
Peter A. G. Crosthwaite
2012-06-04
1
-5
/
+57
*
target-microblaze: impelemented swapx instructions
Peter A. G. Crosthwaite
2012-05-18
1
-1
/
+11
*
target-microblaze: QOM'ify CPU init
Andreas Färber
2012-04-24
1
-2
/
+0
[next]