2007-10-07 |
j_mayer | Work-around C89 and/or "old" gcc unspecified behavior... |
tree | commitdiff |
2007-10-07 |
j_mayer | Implement PowerPC Altivec load & stores, used by Apple... |
tree | commitdiff |
2007-10-07 |
j_mayer | PowerPC target coding style fixes. |
tree | commitdiff |
2007-10-07 |
j_mayer | PowerPC target optimisations: make intensive use of... |
tree | commitdiff |
2007-10-07 |
j_mayer | Reorganize the CPUPPCState structure to group features. |
tree | commitdiff |
2007-10-07 |
j_mayer | Add MSR bits signification per PowerPC implementation... |
tree | commitdiff |
2007-10-05 |
j_mayer | Full implementation of PowerPC 64 MMU, just missing... |
tree | commitdiff |
2007-10-05 |
j_mayer | Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not... |
tree | commitdiff |
2007-10-05 |
j_mayer | PowerPC hardware reset vector is now considered as... |
tree | commitdiff |
2007-10-04 |
j_mayer | More cache tuning fixes: |
tree | commitdiff |
2007-10-04 |
j_mayer | Make PowerPC cache line size implementation dependant. |
tree | commitdiff |
2007-10-03 |
j_mayer | HID0 is a write-clear register on 970 (DBSR). |
tree | commitdiff |
2007-10-03 |
j_mayer | Enable PowerPC 64 MMU model and exceptions. |
tree | commitdiff |
2007-10-03 |
j_mayer | Fix PowerPC initialisation and first reset: |
tree | commitdiff |
2007-10-03 |
j_mayer | We never have to export ppc_set_irq. |
tree | commitdiff |
2007-10-02 |
j_mayer | Code provision for hypervisor mode memory accesses. |
tree | commitdiff |
2007-10-01 |
j_mayer | Fix nasty sign-extensions when running 32 bits CPU... |
tree | commitdiff |
2007-10-01 |
j_mayer | Fix reproductible crash: call cpu_loop_exit from micro... |
tree | commitdiff |
2007-10-01 |
j_mayer | Fix missing nip updates for instructions that potential... |
tree | commitdiff |
2007-10-01 |
j_mayer | Handle all MMU models in switches, even if it's just... |
tree | commitdiff |
2007-10-01 |
j_mayer | More comments about unimplemented SPRs. |
tree | commitdiff |
2007-10-01 |
j_mayer | Optimisations: avoid generation of duplicated micro... |
tree | commitdiff |
2007-10-01 |
j_mayer | Remove definitions for deprecated SLB & TLB related... |
tree | commitdiff |
2007-10-01 |
j_mayer | Avoid op helpers that would just call helpers for TLB... |
tree | commitdiff |
2007-10-01 |
j_mayer | Share more SPR instanciations between all PowerPC 401... |
tree | commitdiff |
2007-10-01 |
j_mayer | Implement embedded PowerPC exceptions prefix and vector... |
tree | commitdiff |
2007-10-01 |
j_mayer | Share input pins and internal interrupt controller... |
tree | commitdiff |
2007-09-30 |
j_mayer | Fix (once again) PowerPC sync weight field. |
tree | commitdiff |
2007-09-30 |
j_mayer | Fix PowerPC TLB miss dump code. |
tree | commitdiff |
2007-09-30 |
j_mayer | Fix inconsistent end conditions in ppc_find_xxx functions. |
tree | commitdiff |
2007-09-30 |
j_mayer | * Update OEA environment, following the PowerPC 2.04... |
tree | commitdiff |
2007-09-30 |
j_mayer | Synchronize with latest PowerPC ISA VEA: |
tree | commitdiff |
2007-09-30 |
j_mayer | Implement Process Priority Register as defined in the... |
tree | commitdiff |
2007-09-30 |
j_mayer | Implement new floating-point instructions (fre, frin... |
tree | commitdiff |
2007-09-30 |
j_mayer | Improve single-precision floats load & stores: |
tree | commitdiff |
2007-09-30 |
j_mayer | XER is to be treated as a 64 bits register on 64 bits... |
tree | commitdiff |
2007-09-30 |
j_mayer | Implement the PowerPC alternate time-base, following... |
tree | commitdiff |
2007-09-29 |
j_mayer | PowerPC emulation optimization: |
tree | commitdiff |
2007-09-29 |
j_mayer | Code provision for hypervisor timers resources, |
tree | commitdiff |
2007-09-29 |
j_mayer | Rework PowerPC exceptions model to make it more versatile: |
tree | commitdiff |
2007-09-29 |
j_mayer | Define the proper bfd_mach to be used by the disassembl... |
tree | commitdiff |
2007-09-29 |
j_mayer | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. |
tree | commitdiff |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
tree | commitdiff |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
tree | commitdiff |
2007-09-27 |
ths | Build fix for PowerPC hosts, where "PPC" is a predefine... |
tree | commitdiff |
2007-09-27 |
j_mayer | Implement size bit in PowerPC 64 comparisons. |
tree | commitdiff |
2007-09-27 |
j_mayer | Fixes for PowerPC 64 rotate and mask instructions. |
tree | commitdiff |
2007-09-27 |
j_mayer | New ppc64-linux-user target. |
tree | commitdiff |
2007-09-26 |
j_mayer | Great rework and cleanups to ease PowerPC implementatio... |
tree | commitdiff |
2007-09-21 |
j_mayer | Avoid compilation warnings on 32 bits hosts. |
tree | commitdiff |
2007-09-21 |
j_mayer | More PowerPC definitions, from POWER 2.04 specification... |
tree | commitdiff |
2007-09-21 |
j_mayer | Rework PowerPC 440 TLB management (thanks to Hollis... |
tree | commitdiff |
2007-09-21 |
j_mayer | Make CPU hflags be a masked version of the PowerPC... |
tree | commitdiff |
2007-09-20 |
j_mayer | Move likely and unlikely macros in a common place ... |
tree | commitdiff |
2007-09-19 |
j_mayer | TARGET_FMT_lu may also be useful. |
tree | commitdiff |
2007-09-19 |
j_mayer | Code provision for PowerPC BookE MMU model support. |
tree | commitdiff |
2007-09-19 |
j_mayer | Code provision for PowerPC 64 MMU model support. |
tree | commitdiff |
2007-09-19 |
j_mayer | More PowerPC target cleanups: |
tree | commitdiff |
2007-09-18 |
j_mayer | Fix PowerPC 32 emulation on 64 bits hosts: |
tree | commitdiff |
2007-09-17 |
j_mayer | PowerPC flags update/use fixes: |
tree | commitdiff |
2007-09-17 |
j_mayer | Coding style fixes in PowerPC related code (no function... |
tree | commitdiff |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
tree | commitdiff |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
tree | commitdiff |
2007-09-11 |
ths | Fix tb->size mishandling, by Daniel Jacobowitz. |
tree | commitdiff |
2007-07-12 |
ths | Fix crash in set registers in PPC gdb-stub, by Jason... |
tree | commitdiff |
2007-07-12 |
ths | Disable dead code. |
tree | commitdiff |
2007-07-11 |
ths | Fix PPCEMB for 32bit hosts. |
tree | commitdiff |
2007-06-23 |
ths | Spelling fixes, by Aurelien Jarno. |
tree | commitdiff |
2007-06-03 |
ths | Move target-specific defines to the target directories. |
tree | commitdiff |
2007-06-03 |
ths | Clean up of some target specifics in exec.c/cpu-exec.c. |
tree | commitdiff |
2007-05-27 |
blueswir1 | Spelling fix (Mark Glines) |
tree | commitdiff |
2007-04-24 |
j_mayer | Update PowerPC target status. |
tree | commitdiff |
2007-04-24 |
j_mayer | Debug traces fixes. |
tree | commitdiff |
2007-04-24 |
j_mayer | Code provision for new PowerPC embedded target support... |
tree | commitdiff |
2007-04-24 |
j_mayer | Improve PowerPC 405 MMU model / share more code for... |
tree | commitdiff |
2007-04-19 |
j_mayer | No functional changes: |
tree | commitdiff |
2007-04-19 |
j_mayer | Duplicated SPR fix for BookE PowerPC by Guglielmo Morandin |
tree | commitdiff |
2007-04-17 |
j_mayer | Move PowerPC 405 specific definitions into a separate... |
tree | commitdiff |
2007-04-16 |
j_mayer | Add callbacks to allow dynamic change of PowerPC clocks... |
tree | commitdiff |
2007-04-16 |
j_mayer | Cleanup and add more PowerPC core definitions. |
tree | commitdiff |
2007-04-16 |
j_mayer | PowerPC 4xx software driven TLB fixes + debug traces. |
tree | commitdiff |
2007-04-16 |
j_mayer | Add reset callbacks for PowerPC CPU. |
tree | commitdiff |
2007-04-16 |
j_mayer | Add bus model (or input pins) into PowerPC CPU flags. |
tree | commitdiff |
2007-04-16 |
j_mayer | PowerPC emulation bugfixes: |
tree | commitdiff |
2007-04-16 |
j_mayer | Fix a lot of debug traces for PowerPC emulation: use... |
tree | commitdiff |
2007-04-14 |
j_mayer | Fix miscellaneous display warnings for PowerPC & alpha... |
tree | commitdiff |
2007-04-12 |
j_mayer | Add PowerPC 405 input pins (IRQ, resets, ...) model. |
tree | commitdiff |
2007-04-12 |
j_mayer | Embedded PowerPC Device Control Registers infrastructure. |
tree | commitdiff |
2007-04-09 |
j_mayer | Implement embedded IRQ controller for PowerPC 6xx/740... |
tree | commitdiff |
2007-04-07 |
pbrook | Unify IRQ handling. |
tree | commitdiff |
2007-04-07 |
j_mayer | PowerPC 64 fixes |
tree | commitdiff |
2007-04-07 |
j_mayer | cpu_get_phys_page_debug should return target_phys_addr_t |
tree | commitdiff |
2007-04-06 |
j_mayer | Fix for PowerPC 64 rotates. |
tree | commitdiff |
2007-03-31 |
j_mayer | Support for PowerPC BookE exception model. |
tree | commitdiff |
2007-03-31 |
j_mayer | Merge PowerPC 405 MMU model. |
tree | commitdiff |
2007-03-31 |
j_mayer | As embedded PowerPC TLB model is very different from... |
tree | commitdiff |
2007-03-30 |
j_mayer | Fix rfi instruction: do not depend on current execution... |
tree | commitdiff |
2007-03-30 |
j_mayer | Fix / update PowerPC BookE definitions. |
tree | commitdiff |
2007-03-30 |
j_mayer | New model for PowerPC CPU hardware interrupt events: |
tree | commitdiff |
2007-03-28 |
j_mayer | Solaris host compilation fix by Shaddy Baddah. |
tree | commitdiff |
next |