1. a1d22a3 target-cris: Use new qemu_ld/st opcodes by Richard Henderson · 11 years ago
  2. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  3. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  4. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  5. 7fd2592 target-cris: Change gen_intermediate_code_internal() argument to CRISCPU by Andreas Färber · 12 years ago
  6. 6f47ec5 target-cris: gen_intermediate_code_internal() should be inlined by Andreas Färber · 12 years ago
  7. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  8. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  9. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  10. bf45f97 target-cris: Use mul*2 in mul* insns by Richard Henderson · 12 years ago
  11. 632314c qemu-log: Remove qemu_log_try_set_file() and its users by Peter Maydell · 12 years ago
  12. 6ae064f target-cris: Introduce CRISCPU subclasses by Andreas Färber · 12 years ago
  13. d1a94fe target-cris: Move TCG initialization to CRISCPU initfn by Andreas Färber · 12 years ago
  14. ca45f8b target-cris: Introduce QOM realizefn for CRISCPU by Andreas Färber · 12 years ago
  15. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  16. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  17. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  18. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  19. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  20. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  21. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  22. 7b5eff4 target-cris/translate.c: Code style clean-up by Evgeny Voevodin · 12 years ago
  23. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  24. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  25. cf7e0c8 target-cris: Switch to AREG0 free mode by Aurelien Jarno · 13 years ago
  26. febc992 target-cris: Avoid AREG0 for helpers by Aurelien Jarno · 13 years ago
  27. c001ed1 target-cris: Fix buffer overflow by Stefan Weil · 13 years ago
  28. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  29. 9fca563 target-cris: Let cpu_cris_init() return CRISCPU by Andreas Färber · 13 years ago
  30. dd10ce6 target-cris: Reindent cpu_cris_init() by Andreas Färber · 13 years ago
  31. aa0d126 target-cris: Start QOM'ifying CPU init by Andreas Färber · 13 years ago
  32. 1c3b52f target-cris: QOM'ify CPU reset by Andreas Färber · 13 years ago
  33. e739a48 target-cris: QOM'ify CPU by Andreas Färber · 13 years ago
  34. a1170bf target-cris: Don't overuse CPUState by Andreas Färber · 13 years ago
  35. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  36. 7ad757b target-cris: Clean includes by Stefan Weil · 13 years ago
  37. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  38. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  39. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  40. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  41. 5a30b7f cris: Replace tcg branch sequence with setcond by Edgar E. Iglesias · 14 years ago
  42. d03d112 cris: Set btaken when storing direct jumps by Edgar E. Iglesias · 14 years ago
  43. 05bf441 cris: Remove unused orig_flags by Edgar E. Iglesias · 14 years ago
  44. 5cabc5c cris: Allow more TB chaining for crisv10 by Edgar E. Iglesias · 14 years ago
  45. cb752a6 cris: Allow more TB chaning by Edgar E. Iglesias · 14 years ago
  46. 2a704b1 cris: Avoid useless tmp in t_gen_cc_jmp() by Edgar E. Iglesias · 14 years ago
  47. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  48. 211ecdc target-cris: Use %td for ptrdiff_t arguments in debug message by Stefan Weil · 14 years ago
  49. 1884533 cris: Move sign extension. by Edgar E. Iglesias · 15 years ago
  50. 7de141c cris: Centralize fetching by Edgar E. Iglesias · 15 years ago
  51. a699a7b cris: Make the CRISv32 insn decoders return signed int. by Edgar E. Iglesias · 15 years ago
  52. 0bfcd59 Fix %lld or %llx printf format use by Blue Swirl · 15 years ago
  53. 0d84be5 cris: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  54. 40e9edd cris: Add support for CRISv10 translation. by Edgar E. Iglesias · 15 years ago
  55. 46e246c cris: Use tcg_gen_movi_tl. by Edgar E. Iglesias · 15 years ago
  56. 416c606 cris: Prettify register dumps. by Edgar E. Iglesias · 15 years ago
  57. be9f2de CRIS: Update PR_EDA on TLB faults. by Edgar E. Iglesias · 15 years ago
  58. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  59. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  60. ce24e07 CRIS: Prettify sizes for the internal disasm. by Edgar E. Iglesias · 16 years ago
  61. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  62. f3bc523 CRIS: Fix bmi. by Edgar E. Iglesias · 16 years ago
  63. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  64. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  65. cc53adb CRIS: Fix remaining build warnings. by edgar_igl · 16 years ago
  66. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  67. 5281966 CRIS: Init the feedback shiftreg used for randomizing TLB sets. by edgar_igl · 16 years ago
  68. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  69. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  70. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  71. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  72. 6231868 CRIS: Purify some of the flag evaluation helpers. by edgar_igl · 16 years ago
  73. c38ac98 CRIS: Use a helper for lz. by edgar_igl · 16 years ago
  74. 85220fb CRIS: bound operates directly on regs, no need to allocate temp destination. by edgar_igl · 16 years ago
  75. abd5c94 CRIS: Speedup btst by using a helper. by edgar_igl · 16 years ago
  76. 213fb47 CRIS: NMI wakes up the core. by edgar_igl · 16 years ago
  77. 459e518 CRIS: Move operations can be optimized as arithmetic ones for cc evaluation. by edgar_igl · 16 years ago
  78. a8cf66b CRIS: Slight performance improvement for flag evaluation. by edgar_igl · 16 years ago
  79. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  80. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  81. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  82. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  83. a7812ae TCG variable type checking. by pbrook · 16 years ago
  84. 6d17c60 target-cris: access to TCG variables through GET_TCGV() by aurel32 · 16 years ago
  85. 4469629 CRIS: Plug more temp leaks. by edgar_igl · 16 years ago
  86. f4b147f CRIS: Plug a few temp leaks. by edgar_igl · 16 years ago
  87. 31c18d8 CRIS: Remove cpu_T. by edgar_igl · 16 years ago
  88. fb48f71 CRIS: Avoid more cpu_T usage. by edgar_igl · 16 years ago
  89. 43d7ac4 CRIS: Avoid cpu_T[1] for move_r. by edgar_igl · 16 years ago
  90. c5631f4 CRIS: Avoid using cpu_T[0] for testing condition codes. by edgar_igl · 16 years ago
  91. 7dcfb08 CRIS: Add branch-free versions of abs, lsl, lsr and asr. by edgar_igl · 16 years ago
  92. 4f9cc92 CRIS: Correct tcg globals allocation for 64bit hosts. by edgar_igl · 16 years ago
  93. a855593 CRIS: Initialize the arch version preg to v32. by edgar_igl · 16 years ago
  94. cddffe3 CRIS: Partial EXS reg support and fixes for SPC. by edgar_igl · 16 years ago
  95. dd20fcd CRIS: Correct typos. by edgar_igl · 16 years ago
  96. 9b32fbf CRIS: Make local objects static. by edgar_igl · 16 years ago
  97. a1aebcb CRIS: Fix brk 8 and add S-flag emulation. by edgar_igl · 16 years ago
  98. 28de16d CRIS: Improve ASID related TLB flushes. by edgar_igl · 16 years ago
  99. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  100. cdcf4e5 TCG fixes for target-cris by aurel32 · 17 years ago