]> git.proxmox.com Git - qemu.git/history - target-sh4/translate.c
Fix linker scripts
[qemu.git] / target-sh4 / translate.c
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlRemove exec-all.h include directives
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-20 Stefan WeilRemove unused function parameters from gen_pc_load...
2011-04-09 Stefan WeilFix conversions from pointer to tcg_target_long
2011-02-04 Aurelien Jarnotarget-sh4: fix negc
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-16 Aurelien Jarnotarget-sh4: implement negc using TCG
2011-01-16 Aurelien Jarnotarget-sh4: use rotl/rotr when possible
2011-01-14 Aurelien Jarnotarget-sh4: use setcond when possible
2011-01-14 Aurelien Jarnotarget-sh4: log instructions start in TCG code
2011-01-14 Aurelien Jarnotarget-sh4: simplify comparisons after a 'and' op
2011-01-14 Aurelien Jarnotarget-sh4: fix reset on r2d
2011-01-14 Aurelien Jarnotarget-sh4: optimize exceptions
2011-01-14 Aurelien Jarnotarget-sh4: add ftrv instruction
2011-01-14 Aurelien Jarnotarget-sh4: add fipr instruction
2011-01-14 Aurelien Jarnotarget-sh4: implement flush-to-zero
2011-01-14 Aurelien Jarnotarget-sh4: define FPSCR constants
2011-01-14 Aurelien Jarnotarget-sh4: use default-NaN mode
2011-01-11 Aurelien Jarnotarget-sh4: fix fpu disabled/illegal exception
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Stefan Weiltarget-xxx: Use fprintf_function (format checking)
2010-07-13 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-12 Michael S. TsirkinMerge branch 'master' into pci
2010-07-12 Alexandre Courbottarget-sh4: Add support for ldc & stc with sgr
2010-07-12 Alexandre Courbottarget-sh4: Split the LDST macro into 2 sub-macros
2010-05-05 Richard Hendersontarget-sh4: Remove duplicate CPU log.
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Paolo Bonziniremove TARGET_* defines from translate-all.c
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-09 Aurelien Jarnotarget-sh4: MMU: fix mem_idx computation
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Aurelien Jarnotarget-sh4: minor optimisations
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-04-01 edgar_iglSH: Improve movca.l/ocbi emulation.
2009-03-02 aurel32SH: Implement MOVCO.L and MOVLI.L
2009-02-07 aurel32SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32sh4: Add FMAC instruction support
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-01 aurel32tcg_temp_local_new should take no parameter
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-13 aurel32target-sh4: make the initial value of SR easier to...
2008-12-13 aurel32target-sh4: don't disable FPU instructions in user...
2008-12-13 aurel32target-sh4: disable debug code
2008-12-13 aurel32target-sh4: add prefi, icbi, synco
2008-12-13 aurel32target-sh4: add SH7785 as CPU option
2008-12-10 aurel32target-sh4: check FD bit for FP instructions
2008-12-07 aurel32SH4: kill a few warnings
2008-12-07 aurel32SH4: Implement FD bit
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-22 aurel32target-sh4: fix 64-bit fmov to/from memory
2008-11-20 aurel32target-sh4: fix fldi0/fldi1
2008-11-19 aurel32target-sh4: map FP registers as TCG variables
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-12 aurel32SH4: Implement MOVUA.L
2008-10-12 aurel32SH4: fix single-stepping
2008-10-12 aurel32SH4: Fix swap.b
2008-10-05 blueswir1Silence some warnings about no value returned from...
2008-09-21 pbrookAdd concat_i32_i64 op.
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-15 aurel32SH4: Privilege check for instructions
2008-09-15 aurel32sh4: doesn't set the cpu_model_str
2008-09-15 aurel32SH4: sleep instruction bug fix
2008-09-02 aurel32sh4: CPU versioning.
2008-09-02 aurel32SH4: fix a regression introduced in r5122
2008-09-01 aurel32SH4: Remove dyngen leftovers
2008-09-01 aurel32SH4: final conversion to TCG
2008-09-01 aurel32SH4: convert floating-point ops to TCG
2008-09-01 aurel32SH4: Remove most uses of cpu_T[0] and cpu_T[1]
2008-09-01 aurel32SH4: TCG optimisations
2008-09-01 aurel32SH4: Convert remaining non-fp ops to TCG
2008-08-30 aurel32SH4: Convert shift functions to TCG
2008-08-30 aurel32SH4: convert control/status register load/store to TCG
2008-08-30 aurel32SH4: Convert memory loads/stores to TCG
2008-08-30 aurel32SH4: convert some more arithmetics ops to TCG
2008-08-29 aurel32SH4: convert a few helpers to TCG
2008-08-29 aurel32SH4: convert branch/jump instructions to TCG
2008-08-29 aurel32SH4: convert simple compare instructions to TCG
2008-08-29 aurel32SH4: convert a few control or system register functions...
2008-08-29 aurel32SH4: Fix bugs introduce in r5099
next