1. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  2. 024589f Remove unused gen_bx_T0 function. by Filip Navara · 16 years ago
  3. 21aeb34 fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
  4. e9bb4aa fix ARMv7 data processing instructions by Juha Riihimäki · 16 years ago
  5. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  6. cbbccff Fix ARM quadword VDUP (core register). by pbrook · 16 years ago
  7. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  8. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  9. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  10. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  11. fe1479c Implement (very) basic Thumb2-EE support. This doesn't actually implement by pbrook · 16 years ago
  12. 644ad80 Fix VFP fixed point conversion routines. by pbrook · 16 years ago
  13. 955a7dd ARM: fix smmul and smmla/smmls usage of registers (Mans Rullgard). by balrog · 16 years ago
  14. ded9d29 ARM: fix usad8 and usada8 usage of registers (Mans Rullgard). by balrog · 16 years ago
  15. 4cc633c Patch holes in ARM translation (Laurent Desnogues). by balrog · 16 years ago
  16. aaf2d97 ARM: cosmetics (Laurent Desnogues). by balrog · 16 years ago
  17. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  18. bfa50bc Remove premature memop TB terminations (Jan Kiszka) by aliguori · 16 years ago
  19. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  20. a7812ae TCG variable type checking. by pbrook · 16 years ago
  21. c9fb531 VFP fnmsc negative zero fix. by pbrook · 16 years ago
  22. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  23. a47f43d Additional exclusive load/store instruction are v6K, not v6T2. by pbrook · 16 years ago
  24. 8675340 Fix ARMv6t2 strex instructions. by pbrook · 16 years ago
  25. 3018f25 Fix ARM NEON vdup and vtbl bugs. by pbrook · 16 years ago
  26. e4b3861 Fix neon encoding comment. by pbrook · 16 years ago
  27. 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
  28. b40d035 Fix QADD / QSUB decoding on ARM (Torbjörn Andersson). by balrog · 16 years ago
  29. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
  30. 7997d92 ARM: fix CPS masks (Vincent Palatin). by balrog · 17 years ago
  31. 22478e7 Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). by balrog · 17 years ago
  32. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
  33. d60bb01 Terminate TB immediately after v7-M exception return. by pbrook · 17 years ago
  34. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
  35. 06e80fc Silence compiler warning. by ths · 17 years ago
  36. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
  37. a50f5b9 Suppress bogus compiler warnings. by pbrook · 17 years ago
  38. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  39. a60de94 Mark a dead_tmp as such in ARM msr. by balrog · 17 years ago
  40. fbb4a2e Implement ARM magic kernel page and TLS register. by pbrook · 17 years ago
  41. cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
  42. 4aa9aca Remove arm's local not_i32 tcg op now that there's one in tcg. by balrog · 17 years ago
  43. 390efc5 Add TCG native negation op. by pbrook · 17 years ago
  44. 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
  45. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  46. 601d70b Remove an unused field and fix some non-code typos. by balrog · 17 years ago
  47. 66230e0 Correct more ARM VFP 32/64 and signed/unsigned typos. by balrog · 17 years ago
  48. 422ebf6 Save the exact SWI return address in Thumb mode. by balrog · 17 years ago
  49. e22f8f3 Correctly restore pc after an exception occured in Thumb mode. by balrog · 17 years ago
  50. 5b340b5 Fix ARM VFP related segfaults. by balrog · 17 years ago
  51. 6a0d8a1 Fix the offset in Thumb bl instruction. by balrog · 17 years ago
  52. 2637a3b Set an unset label in ARM strex. by balrog · 17 years ago
  53. 72f1c62 Fix ARM and Thumb ldlex/stlex. by balrog · 17 years ago
  54. 6c95676 Store the right TCG temp (typo). by balrog · 17 years ago
  55. 6fbe23d ARM N=Z=1 flag fix. by pbrook · 17 years ago
  56. e677137 ARM TCG conversion 15/16. by pbrook · 17 years ago
  57. ad69471 ARM TCG conversion 14/16. by pbrook · 17 years ago
  58. 8f8e3aa ARM TCG conversion 13/16. by pbrook · 17 years ago
  59. 8984bd2 ARM TCG conversion 12/16. by pbrook · 17 years ago
  60. 5e3f878 ARM TCG conversion 11/16. by pbrook · 17 years ago
  61. 4373f3c ARM TCG conversion 10/16. by pbrook · 17 years ago
  62. b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
  63. d9ba483 ARM TCG conversion 8/16. by pbrook · 17 years ago
  64. 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
  65. 3670669 ARM TCG conversion 6/16. by pbrook · 17 years ago
  66. 8f01245 ARM TCG conversion 5/16. by pbrook · 17 years ago
  67. 1497c96 ARM TCG conversion 4/16. by pbrook · 17 years ago
  68. 9a119ff ARM TCG conversion 3/16. by pbrook · 17 years ago
  69. f51bbbf ARM TCG conversion 2/16. by pbrook · 17 years ago
  70. b26eefb ARM TCG conversion 1/16. by pbrook · 17 years ago
  71. 57fec1f use the TCG code generator by bellard · 17 years ago
  72. e160c51 Fix msr_mask. by pbrook · 17 years ago
  73. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  74. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  75. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  76. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
  77. 2e23213 Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class. by balrog · 17 years ago
  78. 3952477 Fix "blx lr" (Lauro Venancio). by pbrook · 18 years ago
  79. 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
  80. a90b731 Implement power state changes (IDLE and SLEEP) for PXA. by balrog · 18 years ago
  81. 18c9b56 Implement iwMMXt instruction set for the PXA270 cpu. by balrog · 18 years ago
  82. c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago
  83. 687fa64 Random bug fixes from code inspection, by Wang Cheng Yeh. by ths · 18 years ago
  84. 5fd4686 ARM register index+writeback fix (Lauro Ramos Venancio). by pbrook · 18 years ago
  85. 6658ffb Watchpoint support (previous commit got eaten by Savannah server crash). by pbrook · 18 years ago
  86. 18acad9 ARM doubleword post-modify fix (Daniel Jacobowitz). by pbrook · 18 years ago
  87. a94a6ab Fix ARM VFP debugging dumps. by pbrook · 18 years ago
  88. 191f9a9 ARM postincrememnt addressing fix. by pbrook · 19 years ago
  89. 159f366 ARM undefined instruction execution (Jason Wessel) by bellard · 19 years ago
  90. 358bf29 Thumb prefetch abort fix. by pbrook · 19 years ago
  91. 40f137e Add Arm926 core support. by pbrook · 19 years ago
  92. 2ae23e7 Fix Arm msr spsr bug. by pbrook · 19 years ago
  93. 3aa22b4 Fix Thumb variable shift condition code bug. by pbrook · 19 years ago
  94. 191abaa Fix Arm interrupted ldm bug. by pbrook · 19 years ago
  95. 06c949e Implement Arm BKPT instruction. by pbrook · 19 years ago
  96. 68998c5 cpu_reset() fix (Paul Brook) by bellard · 19 years ago
  97. ee09718 Arm mulxy insn fix (Paul Brook) by bellard · 19 years ago
  98. 9332f9d ARM CPU suspend/halt (Paul Brook) by bellard · 19 years ago
  99. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
  100. 173d6cf cpu_exec_init() change by bellard · 19 years ago