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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target/microblaze: Convert msrclr, msrset to decodetree
Richard Henderson
2020-09-01
2
-37
/
+54
*
target/microblaze: Tidy do_rti, do_rtb, do_rte
Richard Henderson
2020-09-01
1
-44
/
+29
*
target/microblaze: Convert dec_rts to decodetree
Richard Henderson
2020-09-01
2
-28
/
+28
*
target/microblaze: Convert dec_bcc to decodetree
Richard Henderson
2020-09-01
2
-47
/
+88
*
target/microblaze: Convert dec_br to decodetree
Richard Henderson
2020-09-01
2
-38
/
+63
*
target/microblaze: Reorganize branching
Richard Henderson
2020-09-01
2
-118
/
+80
*
target/microblaze: Convert mbar to decodetree
Richard Henderson
2020-09-01
2
-38
/
+49
*
target/microblaze: Convert brk and brki to decodetree
Richard Henderson
2020-09-01
4
-52
/
+78
*
target/microblaze: Tidy mb_cpu_dump_state
Richard Henderson
2020-09-01
1
-25
/
+40
*
target/microblaze: Replace delayed_branch with tb_flags_to_set
Richard Henderson
2020-09-01
1
-12
/
+5
*
target/microblaze: Replace clear_imm with tb_flags_to_set
Richard Henderson
2020-09-01
1
-6
/
+9
*
target/microblaze: Use cc->do_unaligned_access
Richard Henderson
2020-09-01
6
-69
/
+64
*
target/microblaze: Store "current" iflags in insn_start
Richard Henderson
2020-09-01
2
-11
/
+15
*
target/microblaze: Fix no-op mb_cpu_transaction_failed
Richard Henderson
2020-09-01
1
-12
/
+13
*
target/microblaze: Move bimm to BIMM_FLAG
Richard Henderson
2020-09-01
3
-10
/
+8
*
target/microblaze: Assert no overlap in flags making up tb_flags
Richard Henderson
2020-09-01
1
-2
/
+7
*
target/microblaze: Convert dec_load and dec_store to decodetree
Richard Henderson
2020-09-01
2
-299
/
+456
*
target/microblaze: Fix cpu unwind for stackprot
Richard Henderson
2020-09-01
2
-2
/
+6
*
target/microblaze: Cache mem_index in DisasContext
Richard Henderson
2020-09-01
1
-4
/
+5
*
target/microblaze: Replace MSR_EE_FLAG with MSR_EE
Richard Henderson
2020-09-01
2
-3
/
+5
*
target/microblaze: Mark fpu helpers TCG_CALL_NO_WG
Richard Henderson
2020-09-01
1
-14
/
+14
*
target/microblaze: Fix cpu unwind for fpu exceptions
Richard Henderson
2020-09-01
1
-17
/
+20
*
target/microblaze: Convert dec_fpu to decodetree
Richard Henderson
2020-09-01
2
-111
/
+60
*
target/microblaze: Convert dec_imm to decodetree
Richard Henderson
2020-09-01
2
-9
/
+11
*
target/microblaze: Convert dec_barrel to decodetree
Richard Henderson
2020-09-01
2
-59
/
+86
*
target/microblaze: Convert dec_bit to decodetree
Richard Henderson
2020-09-01
2
-73
/
+95
*
target/microblaze: Unwind properly when raising divide-by-zero
Richard Henderson
2020-09-01
2
-13
/
+14
*
target/microblaze: Convert dec_div to decodetree
Richard Henderson
2020-09-01
2
-22
/
+16
*
target/microblaze: Convert dec_mul to decodetree
Richard Henderson
2020-09-01
2
-46
/
+37
*
target/microblaze: Convert dec_and, dec_or, dec_xor to decodetree
Richard Henderson
2020-09-01
2
-30
/
+28
*
target/microblaze: Convert dec_pattern to decodetree
Richard Henderson
2020-09-01
2
-49
/
+22
*
target/microblaze: Implement cmp and cmpu inline
Richard Henderson
2020-09-01
3
-24
/
+22
*
target/microblaze: Convert dec_sub to decodetree
Richard Henderson
2020-09-01
4
-75
/
+65
*
target/microblaze: Convert dec_add to decodetree
Richard Henderson
2020-09-01
2
-41
/
+176
*
target/microblaze: Add decodetree infrastructure
Richard Henderson
2020-09-01
3
-2
/
+30
*
target/microblaze: Ensure imm constant is always available
Richard Henderson
2020-09-01
2
-46
/
+67
*
target/microblaze: Remove LOG_DIS
Richard Henderson
2020-09-01
1
-77
/
+1
*
target/microblaze: Remove empty D macros
Richard Henderson
2020-09-01
3
-11
/
+4
*
target/microblaze: Remove DISAS_GNU
Richard Henderson
2020-09-01
1
-1
/
+0
*
target/microblaze: Remove SIM_COMPAT
Richard Henderson
2020-09-01
1
-4
/
+1
*
target/microblaze: Convert to translator_loop
Richard Henderson
2020-09-01
1
-137
/
+146
*
target/microblaze: Convert to DisasContextBase
Richard Henderson
2020-09-01
1
-51
/
+51
*
target/microblaze: Check singlestep_enabled in gen_goto_tb
Richard Henderson
2020-09-01
1
-1
/
+6
*
target/microblaze: Use DISAS_NORETURN
Richard Henderson
2020-09-01
1
-10
/
+7
*
target/microblaze: Split out MSR[C] to its own variable
Richard Henderson
2020-09-01
5
-95
/
+81
*
target/microblaze: Tidy mb_tcg_init
Richard Henderson
2020-09-01
1
-37
/
+29
*
target/microblaze: Rename env_* tcg variables to cpu_*
Richard Henderson
2020-09-01
1
-27
/
+27
*
target/microblaze: Remove helper_debug and env->debug
Richard Henderson
2020-09-01
4
-39
/
+2
*
target/microblaze: Mark raise_exception as noreturn
Richard Henderson
2020-09-01
1
-1
/
+1
*
target/microblaze: Tidy raising of exceptions
Richard Henderson
2020-09-01
1
-25
/
+37
[prev]
[next]