1. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  2. 9587035 target-alpha: fix 2 warnings by aurel32 · 16 years ago
  3. 19bf517 target-alpha: gdb-stub support by aurel32 · 16 years ago
  4. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  5. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  6. e2eb279 target-alpha: use CPU_Float/CPU_Double instead of ugly casts by aurel32 · 16 years ago
  7. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  8. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  9. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  10. a7812ae TCG variable type checking. by pbrook · 16 years ago
  11. a74b4d2 target-alpha: fix decoding of CVTST /S by aurel32 · 16 years ago
  12. 55489a1 target-alpha: disable single stepping and TB flush by default by aurel32 · 16 years ago
  13. 9cd38c2 target-alpha: fix double TCG variable allocation by aurel32 · 16 years ago
  14. 970d622 target-alpha: fix cmpbge instruction by aurel32 · 16 years ago
  15. 6223246 target-alpha: fix the return value of stl_c/stq_c by aurel32 · 16 years ago
  16. 57a92c8 target-alpha: fix locked loads/stores by aurel32 · 16 years ago
  17. 1304ca8 target-alpha: Fix ret instruction by aurel32 · 16 years ago
  18. 1b581c4 target-alpha: use the new TCG logical operations by aurel32 · 16 years ago
  19. d1412eb target-alpha: update STATUS by aurel32 · 16 years ago
  20. 8bb6e98 target-alpha: convert palcode ops to TCG by aurel32 · 16 years ago
  21. f4ed867 target-alpha: convert locked load/store to TCG by aurel32 · 16 years ago
  22. fe2b269 target-alpha: misc fixes by aurel32 · 16 years ago
  23. f18cd22 target-alpha: convert FP ops to TCG by aurel32 · 16 years ago
  24. 023d8ca target-alpha: factorize load/store code by aurel32 · 16 years ago
  25. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  26. b03d097 target-alpha: switch most load/store ops to TCG by aurel32 · 16 years ago
  27. 04acd30 target-alpha: convert remaining arith3 functions to TCG by aurel32 · 16 years ago
  28. a1cf28f target-alpha: fix one more literal sign issue by aurel32 · 16 years ago
  29. dfaa858 target-alpha: instruction decoding simplification by aurel32 · 16 years ago
  30. 01ff9cc target-alpha: convert cmp* instructions to TCG by aurel32 · 16 years ago
  31. adf3c8b alpha: fix a missing literal sign issue by aurel32 · 16 years ago
  32. 6ad0259 target-alpha: switch a few helpers to TCG by aurel32 · 17 years ago
  33. b3249f6 target-alpha: convert byte manipulation instructions to TCG by aurel32 · 17 years ago
  34. 9c29504 alpha: convert cmov and bcond to TCG by aurel32 · 17 years ago
  35. 1ef4ef4 target-alpha: small optimizations by aurel32 · 17 years ago
  36. 6ba8dcd target-alpha: fix TCG register names by aurel32 · 17 years ago
  37. 30c7183 target-alpha: convert some arith3 instructions to TCG by aurel32 · 17 years ago
  38. ae8ecd4 target-alpha: convert arith2 instructions to TCG by aurel32 · 17 years ago
  39. fdbbb5d alpha: fix helper.h by aurel32 · 17 years ago
  40. 9e85e9b alpha: fix lit sign by aurel32 · 17 years ago
  41. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 17 years ago
  42. 29d26d2 fix alpha cmovxx instruction by aurel32 · 17 years ago
  43. 59df7f6 alpha: add target-alpha/helper.h (missing from commit r5150) by aurel32 · 17 years ago
  44. 4f821e1 alpha: convert a few more instructions to TCG by aurel32 · 17 years ago
  45. 3761035 alpha: directly access ir registers by aurel32 · 17 years ago
  46. 496cb5b convert of few alpha insn to TCG by aurel32 · 17 years ago
  47. 7c9bde4 Fix call_pal() prototype for alpha system emulation by aurel32 · 17 years ago
  48. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 17 years ago
  49. a5f1b96 Fix warnings that would be generated by gcc -Wstrict-prototypes by blueswir1 · 17 years ago
  50. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
  51. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  52. b2437bf Add missing static qualifiers. by pbrook · 17 years ago
  53. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  54. f8ed707 Fix typo. by pbrook · 17 years ago
  55. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  56. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  57. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  58. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  59. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  60. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  61. 57fec1f use the TCG code generator by bellard · 17 years ago
  62. 2d8ee4e Fix Sparc host compile problem reported by Shaddy Baddah by blueswir1 · 17 years ago
  63. 87518e0 reduce verbosity by bellard · 17 years ago
  64. 44f8625 fixed invalid type by bellard · 17 years ago
  65. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  66. 7a51ad8 For consistency, move muls64 / mulu64 prototypes to host-utils.h by j_mayer · 17 years ago
  67. 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
  68. 603fccc Make Alpha and PowerPC targets use shared helpers by j_mayer · 17 years ago
  69. f071b4d Alpha coding style and inlining fixes. by j_mayer · 17 years ago
  70. e14fe0a Use host-utils for Alpha 64x64 bits multiplications. by j_mayer · 17 years ago
  71. 615e2db New status file for Alpha emulation target. by j_mayer · 17 years ago
  72. bb6f679 Allow Alpha target to use supervisor and executive mode micro-ops. by j_mayer · 17 years ago
  73. b1806c9 Generate micro-ops for Alpha executive and supervisor modes. by j_mayer · 17 years ago
  74. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  75. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  76. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  77. cbecba2 Move likely and unlikely macros in a common place (Aurelien Jarno). by j_mayer · 17 years ago
  78. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  79. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  80. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 18 years ago
  81. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  82. bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
  83. 08ab123 Avoid compiler warning. by ths · 18 years ago
  84. e96efcf Fix miscellaneous display warnings for PowerPC & alpha targets by j_mayer · 18 years ago
  85. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  86. bf9525e Fix alpha target compilation on 32 bits hosts. by j_mayer · 18 years ago
  87. 4c9649a Alpha architecture emulation core. by j_mayer · 18 years ago