- 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
- a87aa10 ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). by balrog · 17 years ago
- 7997d92 ARM: fix CPS masks (Vincent Palatin). by balrog · 17 years ago
- 22478e7 Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). by balrog · 17 years ago
- 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
- d60bb01 Terminate TB immediately after v7-M exception return. by pbrook · 17 years ago
- 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
- 06e80fc Silence compiler warning. by ths · 17 years ago
- ab19b0e ARMv7-M interrupt stack alignment fix. by pbrook · 17 years ago
- 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
- bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
- b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
- a50f5b9 Suppress bogus compiler warnings. by pbrook · 17 years ago
- 2e70f6e Add instruction counter. by pbrook · 17 years ago
- a60de94 Mark a dead_tmp as such in ARM msr. by balrog · 17 years ago
- 89cdb6a Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. by balrog · 17 years ago
- f8ed707 Fix typo. by pbrook · 17 years ago
- 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
- 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
- fbb4a2e Implement ARM magic kernel page and TLS register. by pbrook · 17 years ago
- ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
- 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
- cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
- c30bb26 Add N810 to allowed -M values, add documentation part for N8x0. by balrog · 17 years ago
- 4aa9aca Remove arm's local not_i32 tcg op now that there's one in tcg. by balrog · 17 years ago
- 390efc5 Add TCG native negation op. by pbrook · 17 years ago
- 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
- 8dd3dca remove target ifdefs from vl.c by aurel32 · 17 years ago
- 460a09c Fix incorrect argument types. by pbrook · 17 years ago
- d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
- 601d70b Remove an unused field and fix some non-code typos. by balrog · 17 years ago
- 66230e0 Correct more ARM VFP 32/64 and signed/unsigned typos. by balrog · 17 years ago
- 422ebf6 Save the exact SWI return address in Thumb mode. by balrog · 17 years ago
- 827df9f Add basic OMAP2 chip support. by balrog · 17 years ago
- f93eb9f Move the excess of arm_load_kernel() parameters into a struct. by balrog · 17 years ago
- e22f8f3 Correctly restore pc after an exception occured in Thumb mode. by balrog · 17 years ago
- 5b340b5 Fix ARM VFP related segfaults. by balrog · 17 years ago
- 6a0d8a1 Fix the offset in Thumb bl instruction. by balrog · 17 years ago
- 2637a3b Set an unset label in ARM strex. by balrog · 17 years ago
- 72f1c62 Fix ARM and Thumb ldlex/stlex. by balrog · 17 years ago
- 6c95676 Store the right TCG temp (typo). by balrog · 17 years ago
- ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
- 1654b2d Fix few spelling issues in comments by aurel32 · 17 years ago
- 3ebdd11 Move target-arm/nwfpe into linux-user/arm/nwfpe by aurel32 · 17 years ago
- 6d9a42b Implement ARM floating point exception emulation by aurel32 · 17 years ago
- 6fbe23d ARM N=Z=1 flag fix. by pbrook · 17 years ago
- 663715f ARM TCG conversion 16/16. by pbrook · 17 years ago
- e677137 ARM TCG conversion 15/16. by pbrook · 17 years ago
- ad69471 ARM TCG conversion 14/16. by pbrook · 17 years ago
- 8f8e3aa ARM TCG conversion 13/16. by pbrook · 17 years ago
- 8984bd2 ARM TCG conversion 12/16. by pbrook · 17 years ago
- 5e3f878 ARM TCG conversion 11/16. by pbrook · 17 years ago
- 4373f3c ARM TCG conversion 10/16. by pbrook · 17 years ago
- b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
- d9ba483 ARM TCG conversion 8/16. by pbrook · 17 years ago
- 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
- 3670669 ARM TCG conversion 6/16. by pbrook · 17 years ago
- 8f01245 ARM TCG conversion 5/16. by pbrook · 17 years ago
- 1497c96 ARM TCG conversion 4/16. by pbrook · 17 years ago
- 9a119ff ARM TCG conversion 3/16. by pbrook · 17 years ago
- f51bbbf ARM TCG conversion 2/16. by pbrook · 17 years ago
- b26eefb ARM TCG conversion 1/16. by pbrook · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- 01ba981 Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. by ths · 17 years ago
- 2ad207d Thumb semihosting fixes. by pbrook · 17 years ago
- f090c9d Add strict checking mode for softfp code. by pbrook · 17 years ago
- 2f61969 suppressed tgetx and tputx (initial patch by Thayne Harbaugh) by bellard · 17 years ago
- 2f4a40e Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms). by balrog · 17 years ago
- e160c51 Fix msr_mask. by pbrook · 17 years ago
- 44f8625 fixed invalid type by bellard · 17 years ago
- 9ee6e8b ARMv7 support. by pbrook · 17 years ago
- aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
- 405ee3a Invalidate TLBs when domains are changed (Matthew Warton). by balrog · 17 years ago
- 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
- 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
- c732abe Unify '-cpu ?' option. by j_mayer · 17 years ago
- 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
- a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
- 2e23213 Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class. by balrog · 18 years ago
- 330c4d6 Fix XScale MMU's extended small pages. by balrog · 18 years ago
- c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 18 years ago
- 82d1797 Various reg offset shift typos. by balrog · 18 years ago
- aa268ea Thumb shifter carry flag fixes. by pbrook · 18 years ago
- 610c3c8 Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. by balrog · 18 years ago
- 3952477 Fix "blx lr" (Lauro Venancio). by pbrook · 18 years ago
- 7a774c8 Use the same offset for all STR and STM instructions that store r15, as specified in ARM ARM (patch from Chris McNett). by balrog · 18 years ago
- 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
- bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
- 1b1afeb Don't touch carry flag in ASR <reg> with zero <reg>, submitted by Aurelien Jarno. by balrog · 18 years ago
- ce81986 ARM946 CPU support. by pbrook · 18 years ago
- a90b731 Implement power state changes (IDLE and SLEEP) for PXA. by balrog · 18 years ago
- 9d55199 Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. by balrog · 18 years ago
- 18c9b56 Implement iwMMXt instruction set for the PXA270 cpu. by balrog · 18 years ago
- c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago
- c73c3aa Fix ARM fine pagetables. by pbrook · 18 years ago
- 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
- 687fa64 Random bug fixes from code inspection, by Wang Cheng Yeh. by ths · 18 years ago