Fix a warning in sparc64-linux-user build
[qemu] / target-sparc / translate.c
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
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-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-09 blueswir1Use TCG not op
2008-11-09 blueswir1Use andc, orc, nor and nand
2008-11-01 blueswir1Fix TCGv size mismatches
2008-09-26 blueswir1Implement UA2005 hypervisor traps
2008-09-22 blueswir1Add software and timer interrupt support
2008-09-21 blueswir1Use the new concat_tl_i64 op for std and stda
2008-09-21 blueswir1Use the new concat_i32_i64 op for std and stda
2008-09-13 blueswir1Fix mulscc with high bits set in either src1 or src2
2008-09-11 blueswir1Write zeros to high bits of y, based on patch by Vince...
2008-09-10 blueswir1Convert rest of ops using float32 to TCG, remove FT0...
2008-09-10 blueswir1Partially convert float128 conversion ops to TCG
2008-09-10 blueswir1Convert basic 64 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic 32 bit VIS ops to TCG
2008-09-10 blueswir1Convert basic float32 ops to TCG
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-09-06 blueswir1Fix a typo in fpsub32
2008-09-06 blueswir1Convert most env fields to TCG registers
2008-09-06 blueswir1Silence gcc warning about constant overflow
2008-09-02 blueswir1Fix sign extension problems with smul and umul (Vince...
2008-09-01 blueswir1Fix y register loads and stores
2008-08-29 blueswir1Fix FCC handling for Sparc64 target, initial patch...
2008-08-21 blueswir1Fix wrwim masking (Luis Pureza)
2008-08-21 blueswir1Use initial CPU definition structure for some CPU field...
2008-08-17 blueswir1Correct 32bit carry flag for add instruction (Igor...
2008-08-06 blueswir1Fix Sparc64 shifts
2008-08-06 blueswir1Fix offset handling for ASI loads and stores (Vince...
2008-07-29 blueswir1Fix cmp/subcc/addcc op bugs reported by Vince Weaver
2008-07-20 blueswir1Make UA200x features selectable, add MMU types
2008-07-19 blueswir1Implement nucleus quad ldda
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-18 blueswir1wrhpr hstick_cmpr is a store, not a load
2008-07-17 blueswir1Support for address masking
2008-07-16 blueswir1Flushw can generate exceptions, so save PC & NPC
2008-07-15 blueswir1Really fix cas
2008-06-29 pbrookAdd instruction counter.
2008-06-22 blueswir1Eliminate cpu_T[0]
2008-06-22 blueswir1Eliminate cpu_T[1]
2008-06-21 blueswir1Convert some cpu_dst uses (with loads/stores) to cpu_tmp0
2008-06-21 blueswir1Avoid brcond problems, use temps for cpu_src1 & cpu_src2
2008-06-15 blueswir1Avoid temporary variable use across basic blocks for...
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-29 blueswir1MicroSparc I didn't have fsmuld op
2008-05-27 blueswir1Free temps
2008-05-26 blueswir1More TCG type fixes
2008-05-26 blueswir1Fix cas on i386
2008-05-25 bellardremove absolete function
2008-05-25 blueswir1Nicer debug output
2008-05-24 pbrookMore TCGv type fixes.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-24 pbrookFix helper operand type mismatch.
2008-05-22 blueswir1Register op helpers
2008-05-17 blueswir1Generate better code for Sparc32 shifts
2008-05-12 blueswir1Wrap long lines
2008-05-11 blueswir1Remove someexplicit alignment checks (initial patch...
2008-05-10 blueswir1Add a TODO file
2008-05-10 bellardsuppressed fixed registers
2008-05-10 blueswir1Fix compiler warnings
2008-05-09 blueswir1CPU feature selection support
2008-05-07 blueswir1Simplify some constant loads
2008-05-07 blueswir1Fix potential condition code problems
2008-05-04 blueswir1Complete the TCG conversion
2008-05-04 blueswir1Avoid some brconds
2008-05-03 blueswir1Use memory based registers in functions containing...
2008-04-28 aurel32Factorize code in translate.c
2008-04-23 blueswir1Document the shift values
2008-03-30 pbrookRemove incorrect discards and old unused defines (blues...
2008-03-29 blueswir1 Change handling of source 2
2008-03-29 blueswir1 Change handling of source register 1
2008-03-29 blueswir1 Move CPU stuff unrelated to translation to helper.c
2008-03-29 blueswir1 Rename T[012] according to their roles
2008-03-29 blueswir1 Avoid writes to T1 except for loads/stores, convert...
2008-03-29 blueswir1 Accidentally dropped one change from previous commit
2008-03-26 blueswir1 Concentrate cpu_T[012] use to one function
2008-03-26 blueswir1 Split icc and xcc flag calculations
2008-03-26 blueswir1 Remove some legacy definitions
2008-03-24 blueswir1 Fix a sign extension problem
2008-03-23 blueswir1 Fix mulscc
2008-03-22 blueswir1 Convert ldf/ldfsr and stf/stfsr to TCG
2008-03-22 blueswir1 Fix i32/i64/TL mismatches
2008-03-21 blueswir1 Convert align checks to TCG
2008-03-21 blueswir1 Convert jumps to labels to TCG
2008-03-21 blueswir1 Convert save, restore, saved, restored, and flushw...
2008-03-21 blueswir1 Convert other float and VIS ops to TCG
2008-03-21 blueswir1 Convert float move ops to TCG
2008-03-18 blueswir1 Convert udiv and sdiv ops to TCG
2008-03-18 blueswir1 Use ext_i32_i64 instead of ext32s_i64
2008-03-18 blueswir1 Convert CCR and CWP ops to TCG
2008-03-18 blueswir1 Convert array8/16/32 and alignaddr to TCG
2008-03-16 blueswir1 Convert umul and smul to TCG
2008-03-16 blueswir1 Use a TCG global for pc and npc
2008-03-16 blueswir1 Convert mulscc to TCG, add cc_src2
2008-03-16 blueswir1 Discard unused data, use less temps
next