index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-m68k
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
target-m68k: immediate ops manage word and byte operands
Laurent Vivier
1
-22
/
+35
2016-10-28
target-m68k: cmp manages word and bytes operands
Laurent Vivier
1
-6
/
+11
2016-10-28
target-m68k: add/sub manage word and byte operands
Laurent Vivier
1
-33
/
+40
2016-10-28
target-m68k: add addressing modes to neg
Laurent Vivier
1
-8
/
+12
2016-10-28
target-m68k: introduce byte and word cc_ops
Laurent Vivier
3
-69
/
+93
2016-10-28
target-m68k: some bit ops cleanup
Laurent Vivier
1
-19
/
+15
2016-10-28
target-m68k: suba/adda can manage word operand
Laurent Vivier
1
-2
/
+3
2016-10-28
target-m68k: and can manage word and byte operands
Laurent Vivier
1
-6
/
+10
2016-10-28
target-m68k: or can manage word and byte operands
Laurent Vivier
1
-6
/
+8
2016-10-28
target-m68k: eor can manage word and byte operands
Laurent Vivier
1
-6
/
+7
2016-10-28
target-m68k: add addressing modes to not
Laurent Vivier
1
-4
/
+10
2016-10-28
target-m68k: Inline addx, subx, negx
Richard Henderson
3
-60
/
+178
2016-10-28
target-m68k: add dbcc
Laurent Vivier
1
-0
/
+25
2016-10-28
target-m68k: add addressing modes to scc
Laurent Vivier
1
-20
/
+20
2016-10-28
target-m68k: add exg ops
Laurent Vivier
1
-0
/
+30
2016-10-28
target-m68k: add linkl
Laurent Vivier
1
-5
/
+21
2016-10-28
target-m68k: add bkpt instruction
Laurent Vivier
1
-0
/
+6
2016-10-25
target-m68k: Optimize gen_flush_flags
Richard Henderson
1
-4
/
+52
2016-10-25
target-m68k: Optimize some comparisons
Richard Henderson
1
-6
/
+103
2016-10-25
target-m68k: Use setcond for scc
Richard Henderson
1
-9
/
+11
2016-10-25
target-m68k: Introduce DisasCompare
Richard Henderson
1
-24
/
+61
2016-10-25
target-m68k: Reorg flags handling
Richard Henderson
7
-497
/
+359
2016-10-25
target-m68k: Remove incorrect clearing of cc_x
Richard Henderson
1
-7
/
+0
2016-10-25
target-m68k: Some fixes to SR and flags management
Richard Henderson
4
-6
/
+21
2016-10-25
target-m68k: Print flags properly
Richard Henderson
3
-8
/
+9
2016-10-25
target-m68k: update CPU flags management
Laurent Vivier
2
-40
/
+86
2016-10-25
target-m68k: don't update cc_dest in helpers
Laurent Vivier
4
-18
/
+17
2016-10-25
target-m68k: update move to/from ccr/sr
Laurent Vivier
1
-31
/
+22
2016-10-25
target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()
Laurent Vivier
4
-26
/
+6
2016-10-25
target-m68k: Replace helper_xflag_lt with setcond
Richard Henderson
3
-13
/
+7
2016-10-25
target-m68k: allow to update flags with operation on words and bytes
Laurent Vivier
3
-84
/
+151
2016-10-25
target-m68k: REG() macro cleanup
Laurent Vivier
1
-3
/
+4
2016-10-25
target-m68k: set PAGE_BITS to 12 for m68k
Laurent Vivier
1
-2
/
+5
2016-10-25
target-m68k: define operand sizes
Laurent Vivier
2
-32
/
+23
2016-10-25
target-m68k: set disassembler mode to 680x0 or coldfire
Laurent Vivier
1
-1
/
+6
2016-10-25
target-m68k: introduce read_imXX() functions
Laurent Vivier
1
-50
/
+41
2016-10-25
target-m68k: manage scaled index
Laurent Vivier
1
-0
/
+5
2016-10-25
target-m68k: define m680x0 CPUs and features
Laurent Vivier
3
-45
/
+142
2016-10-25
target-m68k: Build the opcode table only once to avoid multithreading issues
John Paul Adrian Glaubitz
1
-0
/
+5
2016-10-25
target-m68k: fix DEBUG_DISPATCH
Laurent Vivier
1
-1
/
+1
2016-10-24
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
1
-8
/
+7
2016-10-07
qemu-tech: document lazy condition code evaluation in cpu.h
Paolo Bonzini
1
-0
/
+8
2016-09-15
Remove unused function declarations
Ladi Prosek
1
-1
/
+0
2016-09-13
target-m68k: fix get_mac_extf helper
Paolo Bonzini
1
-1
/
+1
2016-07-12
target-*: Clean up cpu.h header guards
Markus Armbruster
1
-2
/
+3
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
1
-3
/
+3
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+0
2016-06-29
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
1
-2
/
+0
2016-06-24
softfloat: Implement run-time-configurable meaning of signaling NaN bit
Aleksandar Markovic
1
-3
/
+3
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
LluĂs Vilanova
1
-0
/
+1
[next]