Age | Commit message (Expand) | Author |
2007-11-11 | Optimize PowerPC overflow flag computation in most useful cases. | j_mayer |
2007-11-04 | PowerPC 601 need specific callbacks for its BATs setup. | j_mayer |
2007-11-04 | Improve PowerPC CPU state dump. | j_mayer |
2007-11-02 | Don't print any message when a priviledge exception occurs on mfpvr | j_mayer |
2007-10-31 | Fix CR ops with complement, thanks to Julian Seward for testing | j_mayer |
2007-10-28 | PowerPC coding style and inlining fixes. | j_mayer |
2007-10-27 | Fix PowerPC FPSCR update and floating-point exception generation | j_mayer |
2007-10-26 | Bugfix in PowerPC dcbi instruction: | j_mayer |
2007-10-26 | Pretty dump for specific PowerPC instructions names. | j_mayer |
2007-10-25 | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-10-07 | Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls). | j_mayer |
2007-10-07 | Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy. | j_mayer |
2007-10-07 | PowerPC target coding style fixes. | j_mayer |
2007-10-07 | PowerPC target optimisations: make intensive use of always_inline. | j_mayer |
2007-10-07 | Reorganize the CPUPPCState structure to group features. | j_mayer |
2007-10-07 | Add MSR bits signification per PowerPC implementation flags (to be continued). | j_mayer |
2007-10-05 | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer |
2007-10-04 | Make PowerPC cache line size implementation dependant. | j_mayer |
2007-10-02 | Code provision for hypervisor mode memory accesses. | j_mayer |
2007-10-01 | Fix missing nip updates for instructions that potentially generate | 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 | Optimisations: avoid generation of duplicated micro-ops. | j_mayer |
2007-10-01 | Avoid op helpers that would just call helpers for TLB & SLB management: | j_mayer |
2007-09-30 | Fix (once again) PowerPC sync weight field. | j_mayer |
2007-09-30 | * Update OEA environment, following the PowerPC 2.04 specification: | j_mayer |
2007-09-30 | Synchronize with latest PowerPC ISA VEA: | 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 | Improve single-precision floats load & stores: | j_mayer |
2007-09-29 | PowerPC emulation optimization: | j_mayer |
2007-09-29 | Rework PowerPC exceptions model to make it more versatile: | j_mayer |
2007-09-29 | Define the proper bfd_mach to be used by the disassembler for each | j_mayer |
2007-09-27 | Implement size bit in PowerPC 64 comparisons. | 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 | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | 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-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-09-11 | Fix tb->size mishandling, by Daniel Jacobowitz. | ths |
2007-05-27 | Spelling fix (Mark Glines) | blueswir1 |
2007-04-24 | Code provision for new PowerPC embedded target support with: | j_mayer |
2007-04-19 | No functional changes: | j_mayer |
2007-04-16 | PowerPC emulation bugfixes: | j_mayer |
2007-04-16 | Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdout | j_mayer |
2007-04-06 | Fix for PowerPC 64 rotates. | j_mayer |