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