Age | Commit message (Expand) | Author |
2007-10-25 | Use host-utils for PowerPC 64 64x64 bits multiplications. | j_mayer |
2007-10-25 | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer |
2007-10-14 | Generate micro-ops for PowerPC hypervisor mode. | j_mayer |
2007-10-07 | PowerPC target coding style fixes. | j_mayer |
2007-10-05 | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer |
2007-10-01 | Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulator | j_mayer |
2007-10-01 | Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c | j_mayer |
2007-10-01 | Handle all MMU models in switches, even if it's just to abort because of lack | j_mayer |
2007-10-01 | Avoid op helpers that would just call helpers for TLB & SLB management: | j_mayer |
2007-10-01 | Implement embedded PowerPC exceptions prefix and vectors registers. | j_mayer |
2007-09-30 | * Update OEA environment, following the PowerPC 2.04 specification: | j_mayer |
2007-09-30 | Implement Process Priority Register as defined in the PowerPC 2.04 spec. | j_mayer |
2007-09-30 | Implement new floating-point instructions (fre, frin, friz, frip, frim) | j_mayer |
2007-09-30 | Implement the PowerPC alternate time-base, following the 2.04 specification. | j_mayer |
2007-09-27 | Fixes for PowerPC 64 rotate and mask instructions. | j_mayer |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer |
2007-09-21 | Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) | j_mayer |
2007-09-19 | Code provision for PowerPC BookE MMU model support. | j_mayer |
2007-09-17 | PowerPC flags update/use fixes: | j_mayer |
2007-09-17 | Coding style fixes in PowerPC related code (no functional change): | j_mayer |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-06-23 | Spelling fixes, by Aurelien Jarno. | ths |
2007-04-24 | Code provision for new PowerPC embedded target support with: | j_mayer |
2007-04-24 | Improve PowerPC 405 MMU model / share more code for other embedded targets | j_mayer |
2007-04-16 | Add callbacks to allow dynamic change of PowerPC clocks (to be improved) | j_mayer |
2007-04-16 | Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout | j_mayer |
2007-04-07 | PowerPC 64 fixes | j_mayer |
2007-03-30 | Fix rfi instruction: do not depend on current execution mode | j_mayer |
2007-03-23 | Add missing PowerPC 64 instructions | j_mayer |
2007-03-22 | PowerPC improvments: | j_mayer |
2007-03-22 | PowerPC bugfixes: | j_mayer |
2007-03-21 | Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer) | j_mayer |
2007-03-20 | PowerPC 2.03 SPE extension - first pass. | j_mayer |
2007-03-18 | As icbi is not a priviledge instruction and is treated as a load by the MMU | j_mayer |
2007-03-17 | Make it safe to use 64 bits GPR and/or 64 bits host registers. | j_mayer |
2007-03-07 | Great PowerPC emulation code resynchronisation and improvments: | j_mayer |
2006-05-22 | PPC Breakpoints for gdb-stub (Jason Wessel) | bellard |
2005-10-30 | suppressed JUMP_TB (Paul Brook) | bellard |
2005-07-04 | correct split between helper.c and op_helper.c - moved some uops to op_helper... | bellard |
2005-07-02 | simplified PowerPC exception handling (Jocelyn Mayer) | bellard |
2005-07-02 | preliminary patch to support more PowerPC CPUs (Jocelyn Mayer) | bellard |
2005-06-04 | bctr and blr must ignore the two lsb | bellard |
2005-03-13 | fpu fixes (Jocelyn Mayer) - soft float support | bellard |
2005-02-15 | ppc fixes (Jocelyn Mayer) | bellard |
2005-02-08 | ppc fixes - gcc 3.4 compile fix (initial patch by Jocelyn Mayer) | bellard |
2004-12-02 | FRSP fix (Jocelyn Mayer) | bellard |
2004-05-23 | PowerPC merge | bellard |
2004-05-21 | PowerPC merge: real time TB and decrementer - faster and simpler exception ha... | bellard |
2004-04-26 | ppc fixes (Jocelyn Mayer) | bellard |
2004-04-12 | PowerPC system emulation fixes (Jocelyn Mayer) | bellard |