Sign in
qemu
/
qemu
/
c28fa5a0b3566b133b5e3336d04f1333970ac179
/
target-m68k
/
translate.c
f4359b9
disas: avoid using cpu_single_env
by Blue Swirl
· 12 years ago
fa547e6
target-m68k: Call tcg_gen_debug_insn_start
by Richard Henderson
· 12 years ago
d4d79bb
target-m68k: avoid using cpu_single_env
by Blue Swirl
· 12 years ago
3187114
target-m68k: switch to AREG0 free mode
by Blue Swirl
· 12 years ago
2b3e3cf
target-m68k: Don't overuse CPUState
by Andreas Färber
· 13 years ago
3aef481
target-m68k: Clean includes
by Stefan Weil
· 13 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
351326a
m68k: Replace gen_im32() by tcg_const_i32()
by Laurent Vivier
· 14 years ago
e87b7cb
Remove unused function parameters from gen_pc_load and rename the function
by Stefan Weil
· 14 years ago
4b4a72e
Fix conversions from pointer to tcg_target_long
by Stefan Weil
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
37ca43a
m68k: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 15 years ago
5561650
Include assert.h from qemu-common.h
by Paul Brook
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
66896cb
tcg: rename bswap_i32/i64 functions
by aurel32
· 16 years ago
18307f2
Fix ColdFire fmovem. Free the temporary we just allocated rather than some
by pbrook
· 16 years ago
243ee8f
Really fix ColdFire fdmoved address decoding.
by pbrook
· 16 years ago
c59b97a
Fix ColdFire fdmoved address decoding.
by pbrook
· 16 years ago
8fec2b8
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
by aliguori
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
1addc7c
Spelling and grammar fixes
by aurel32
· 16 years ago
c0ce998
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
by aliguori
· 16 years ago
bfa50bc
Remove premature memop TB terminations (Jan Kiszka)
by aliguori
· 16 years ago
a1d1bb3
Refactor and enhance break/watchpoint API (Jan Kiszka)
by aliguori
· 16 years ago
a7812ae
TCG variable type checking.
by pbrook
· 16 years ago
1ed1a78
Silence some warnings about no value returned from non-void function
by blueswir1
· 16 years ago
9507fb5
Fix swapped mvz/mvs instructions.
by pbrook
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 16 years ago
2cfc5f1
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
by ths
· 16 years ago
815a674
Fix coprocessor register types.
by pbrook
· 16 years ago
551bd27
Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.
by ths
· 17 years ago
bf20dc0
Spelling fixes, spotted by Stuart Brady.
by ths
· 17 years ago
2e70f6e
Add instruction counter.
by pbrook
· 17 years ago
e1f3808
Convert m68k target to TCG.
by pbrook
· 17 years ago
d2856f1
Factorize code in translate.c
by aurel32
· 17 years ago
57fec1f
use the TCG code generator
by bellard
· 17 years ago
8fc7cc5
Fix m68k FP register debug dumps.
by pbrook
· 17 years ago
aaed909
added cpu_model parameter to cpu_init()
by bellard
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
ce62e5b
Fix tb->size mishandling, by Daniel Jacobowitz.
by ths
· 17 years ago
c9bac22
M68K watchpoint hacks.
by pbrook
· 18 years ago
0cf5c67
M68K status register fixes.
by pbrook
· 18 years ago
d315c88
Improve ColdFire CPU selection.
by pbrook
· 18 years ago
20dcee9
MCF5208 emulation.
by pbrook
· 18 years ago
acf930a
ColdFire EMAC support.
by pbrook
· 18 years ago
821f7e7
Implement ColdFire ff1.
by pbrook
· 18 years ago
5fc4adf
Add diagnostic for bad opcode masks.
by pbrook
· 18 years ago
2bc1abb
Fix typo in m68k outer displacement addressing (Andreas Schwab).
by pbrook
· 18 years ago
510ff0b
Generate m68k address faults.
by pbrook
· 18 years ago
e6dbd3b
M68k extended addressing modes.
by pbrook
· 18 years ago
0402f76
Rework m68k cpu feature flags.
by pbrook
· 18 years ago
a87295e
M68k system mode semihosting.
by pbrook
· 18 years ago
0633879
m68k/ColdFire system emulation.
by pbrook
· 18 years ago
9b3c35e
cpu_get_phys_page_debug should return target_phys_addr_t
by j_mayer
· 18 years ago
820e00f
Define gen_intermediate_code_internal as "static inline".
by ths
· 18 years ago
2d37be6
M68k build fix.
by pbrook
· 18 years ago
e6e5906
ColdFire target.
by pbrook
· 18 years ago