59 Commits (eda48c344f35e5bd511dea3e8be56fb08c19b399)

Author SHA1 Message Date
Paolo Bonzini eda48c344f inline cpu_halted into sole caller 15 years ago
Aurelien Jarno dd94ad96e5 target-ppc: remove PRECISE_EMULATION define 15 years ago
Paolo Bonzini 10eb0cc03c move cpu_pc_from_tb to target-*/exec.h 16 years ago
Paolo Bonzini 49a945a3c0 kill regs_to_env and env_to_regs 16 years ago
Blue Swirl 636aa20056 Replace always_inline with inline 17 years ago
Blue Swirl 8167ee8839 Update to a hopefully more future proof FSF address 17 years ago
aliguori 6a4955a813 qemu: per-arch cpu_has_work (Marcelo Tosatti) 17 years ago
aurel32 fad6cb1a56 Update FSF address in GPL/LGPL boilerplate 18 years ago
aurel32 9326a95c81 target-ppc: fix a typo 18 years ago
aurel32 f9664682a7 target-ppc: fix a typo introduced in revision 6058 18 years ago
aurel32 ce9ede844c target-ppc: update comment about precise emulation 18 years ago
aurel32 d445bde7e8 target-ppc: remove dead code 18 years ago
aurel32 196e3422f7 target-ppc: enable PRECISE_EMULATION by default 18 years ago
aurel32 9322057384 target-ppc: remove remaining warnings 18 years ago
aurel32 e06fcd754e target-ppc: rework exception code 18 years ago
aurel32 45d827d2d7 target-ppc: convert SPR accesses to TCG 18 years ago
aurel32 8983da70c4 target-ppc: remove dead code 18 years ago
aurel32 7487953d70 target-ppc: convert POWER shift instructions to TCG 18 years ago
aurel32 01a4afeb99 target-ppc: convert POWER2 load/store instructions to TCG 18 years ago
aurel32 6a6ae23f3c target-ppc: convert SPE load/store to TCG 18 years ago
aurel32 fe1e5c53fd target-ppc: convert altivec load/store to TCG 18 years ago
aurel32 64adab3fcb target-ppc: convert exceptions generation to TCG 18 years ago
aurel32 af12906f77 target-ppc: convert fp ops to TCG 18 years ago
aurel32 bd7d9a6d7b ppc: cleanup register types 18 years ago
aurel32 1cdb9c3d82 Revert revisions r4168 and r4169. That's work in progress, not ready for trunk yet. 18 years ago
aurel32 e755699dc7 Always enable precise emulation when softfloat is used 18 years ago
j_mayer 6b542af760 Fix incorrect debug prints (reported by Paul Brook). 19 years ago
j_mayer 57c26279c7 Fix PowerPC targets compilation on 32 bits hosts: 19 years ago
j_mayer faadf50e29 PowerPC MMU and exception fixes: 19 years ago
j_mayer 0411a97258 Gprof prooved the PowerPC emulation spent too much time in MSR load and store 19 years ago
j_mayer 6ebbf39000 Replace is_user variable with mmu_idx in softmmu core, 19 years ago
j_mayer a9d9eb8fd4 Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy. 19 years ago
j_mayer b068d6a713 PowerPC target optimisations: make intensive use of always_inline. 19 years ago
j_mayer daf4f96ece Avoid op helpers that would just call helpers for TLB & SLB management: 19 years ago
j_mayer a750fc0b91 Great rework and cleanups to ease PowerPC implementations definitions. 19 years ago
j_mayer 3608160206 Coding style fixes in PowerPC related code (no functional change): 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
ths 3c4c9f9f51 Fix PPCEMB for 32bit hosts. 19 years ago
ths bfed01fc79 Clean up of some target specifics in exec.c/cpu-exec.c. 19 years ago
j_mayer 35cdaad645 Code provision for new PowerPC embedded target support with: 19 years ago
j_mayer 8ecc791352 Add callbacks to allow dynamic change of PowerPC clocks (to be improved) 19 years ago
j_mayer e864cabdc0 PowerPC bugfixes: 19 years ago
j_mayer 0487d6a8b4 PowerPC 2.03 SPE extension - first pass. 19 years ago
j_mayer d9bce9d99f Make it safe to use 64 bits GPR and/or 64 bits host registers. 19 years ago
j_mayer 76a66253e5 Great PowerPC emulation code resynchronisation and improvments: 19 years ago
ths 70ead43412 Use memory barriers in FORCE_RET / RETURN. 20 years ago
bellard a9049a07bb moved common softmmu code to common header (Paul Brook) 21 years ago
bellard fdabc366bd correct split between helper.c and op_helper.c - moved some uops to op_helper.c (Jocelyn Mayer) 21 years ago
bellard 3fc6c082e3 preliminary patch to support more PowerPC CPUs (Jocelyn Mayer) 21 years ago
bellard 4ecc31906d fpu fixes (Jocelyn Mayer) - soft float support 21 years ago