]> git.proxmox.com Git - qemu.git/history - target-ppc/translate.c
Rework PowerPC exceptions model to make it more versatile:
[qemu.git] / target-ppc / translate.c
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-29 j_mayerDefine the proper bfd_mach to be used by the disassembl...
2007-09-27 j_mayerImplement size bit in PowerPC 64 comparisons.
2007-09-27 j_mayerFixes for PowerPC 64 rotate and mask instructions.
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerMore PowerPC definitions, from POWER 2.04 specification...
2007-09-21 j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
2007-09-19 j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-17 j_mayerPowerPC flags update/use fixes:
2007-09-17 j_mayerCoding style fixes in PowerPC related code (no function...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-04-24 j_mayerCode provision for new PowerPC embedded target support...
2007-04-19 j_mayerNo functional changes:
2007-04-16 j_mayerPowerPC emulation bugfixes:
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-06 j_mayerFix for PowerPC 64 rotates.
2007-03-30 j_mayerFix rfi instruction: do not depend on current execution...
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-23 j_mayerFix debug printf: we need different macros for target_u...
2007-03-22 j_mayerPowerPC improvments:
2007-03-22 j_mayerPowerPC bugfixes:
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
2007-03-19 thsDefine gen_intermediate_code_internal as "static inline".
2007-03-18 j_mayerAs icbi is not a priviledge instruction and is treated...
2007-03-17 j_mayerMake it safe to use 64 bits GPR and/or 64 bits host...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-01-05 thsPPC32 Trace Exception and Trap instruction, by Jason...
2006-06-25 bellardC99 64 bit printf
2006-05-22 bellardPPC Breakpoints for gdb-stub (Jason Wessel)
2005-11-23 bellardhalt state support for ppc
2005-11-23 bellardavoid generating useless exceptions (Jocelyn Mayer)
2005-11-21 bellardtarget_disas() little endian change
2005-11-20 bellarduse direct jump only for jumps in the same page - stop...
2005-10-30 bellardsuppressed JUMP_TB (Paul Brook)
2005-07-02 bellardsimplified PowerPC exception handling (Jocelyn Mayer)
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-06-05 bellardsimplified end of page handling
2005-06-04 bellardfixed lsw[ix] / stsw[ix] potential exception bug -...
2005-05-12 bellarddcbz fix (Jocelyn Mayer)
2005-04-23 bellardThis patch adds little-endian mode support to PPC emula...
2005-04-23 bellard- remove the ugly "stop" pseudo-opcode.
2005-03-13 bellardfpu fixes (Jocelyn Mayer) - soft float support
2005-02-15 bellardppc fixes (Jocelyn Mayer)
2005-02-08 bellardppc fixes - gcc 3.4 compile fix (initial patch by Jocel...
2005-01-03 bellard64 bit target support
2004-10-09 bellardmonitor fixes
2004-10-03 bellardremoved access_type hack
2004-09-18 bellardremoved unused prototype
2004-07-12 bellardOS X port
2004-07-10 bellardMac OS X port
2004-07-07 bellardfixed b[l] decoding
2004-06-22 bellardcpu_single_env init
2004-05-23 bellardPowerPC merge
2004-05-23 bellardcleanup
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-05-20 bellardfixed invalid includes
2004-05-17 bellardppc fix (Jocelyn Mayer)
2004-04-26 bellardppc fixes (Jocelyn Mayer)
2004-04-25 bellardavoid unneeded casts
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-02-21 bellardfixed blr/bctr cases
2004-02-21 bellardadding direct block chaining support - simplified branc...
2004-02-21 bellardFix check for lswi (Jocelyn Mayer)
2004-02-03 bellardadded tlb_flush() flags
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-04 bellardPowerPC system emulation (Jocelyn Mayer) - modified...
2004-01-04 bellardPowerPC fixes (Jocelyn Mayer)
2003-11-23 bellardsuppressed use of gen_multi - use intermediate FT0...
2003-11-23 bellardPowerPC support (Jocelyn Mayer)