1. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  2. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  3. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  4. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  5. 16c358e target-sparc: Add and use CPU_FEATURE_CASA by Sebastian Huber · 11 years ago
  6. 1cf892c SPARC: Fix LEON3 power down instruction by Sebastian Huber · 11 years ago
  7. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  8. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  9. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  10. 68a4715 target-sparc: Change gen_intermediate_code_internal() argument to SPARCCPU by Andreas Färber · 12 years ago
  11. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  12. 528692a target-sparc: Use mul*2 for multiply by Richard Henderson · 12 years ago
  13. 15fe216 target-sparc: Use official add2/sub2 interfaces for addx/subx by Richard Henderson · 12 years ago
  14. d1c36ba SPARC LEON power-down support added by Ronald Hecht · 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. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  23. e7d51b3 target-sparc: Revert setting cpu_dst to gen_dest_gpr by Richard Henderson · 12 years ago
  24. e7c8afb target-sparc: fix FMOVr instruction by Aurelien Jarno · 12 years ago
  25. de9e9d9 target-sparc: Remove cpu_tmp0 as a global by Richard Henderson · 12 years ago
  26. 5793f2a target-sparc: Make cpu_dst local to OP=2 insns by Richard Henderson · 12 years ago
  27. 7b04bd5 target-sparc: Only use cpu_dst for eventual writes to a gpr by Richard Henderson · 12 years ago
  28. abcc719 target-sparc: Remove last uses of cpu_tmp64 by Richard Henderson · 12 years ago
  29. aeff993 target-sparc: Remove cpu_tmp64 use from softint insns by Richard Henderson · 12 years ago
  30. 3886b8a target-sparc: Don't use a temporary for gen_dest_fpr_D by Richard Henderson · 12 years ago
  31. 1ec789a target-sparc: Remove usage of cpu_tmp64 from most helper functions by Richard Henderson · 12 years ago
  32. f864194 target-sparc: Tidy ldfsr, stfsr by Richard Henderson · 12 years ago
  33. 7b9e066 target-sparc: Avoid cpu_tmp32 in Write Priv Register by Richard Henderson · 12 years ago
  34. 45778f9 target-sparc: Avoid cpu_tmp32 in Read Priv Register by Richard Henderson · 12 years ago
  35. ba5f517 target-sparc: Use get_temp_i32 in gen_dest_fpr_F by Richard Henderson · 12 years ago
  36. 2ae23e1 target-sparc: Split out get_temp_i32 by Richard Henderson · 12 years ago
  37. 5e6ed43 target-sparc: Make the cpu_addr variable local to load/store handling by Richard Henderson · 12 years ago
  38. a427352 target-sparc: Cleanup cpu_src[12] allocation by Richard Henderson · 12 years ago
  39. 81634ee target-sparc: Finish conversion to gen_load_gpr by Richard Henderson · 12 years ago
  40. 0682803 target-sparc: Convert swap to gen_load/store_gpr by Richard Henderson · 12 years ago
  41. c7785e1 target-sparc: Convert asi helpers to gen_*_gpr by Richard Henderson · 12 years ago
  42. 9d1d4e3 target-sparc: Use gen_load_gpr in get_src[12] by Richard Henderson · 12 years ago
  43. 97ea285 target-sparc: Conversion to gen_*_gpr, part 1 by Richard Henderson · 12 years ago
  44. 8802361 target-sparc: Add gen_load/store/dest_gpr by Richard Henderson · 12 years ago
  45. 20132b9 target-sparc: Don't compute full flags value so often by Richard Henderson · 12 years ago
  46. 6234ac0 target-sparc: Avoid unnecessary local temporaries by Richard Henderson · 12 years ago
  47. 96b5a3d target-sparc: Optimize CC_OP_LOGIC conditions by Richard Henderson · 12 years ago
  48. 0fa2a06 target-sparc: Fix optimized %icc comparisons by Richard Henderson · 12 years ago
  49. 2a484ec target-sparc: Optimize conditionals using SUBCC by Richard Henderson · 12 years ago
  50. fe1755c target-sparc: Fall through from not-taken trap by Richard Henderson · 12 years ago
  51. b09b2fd target-sparc: Cleanup "global" temporary allocation by Richard Henderson · 12 years ago
  52. 690995a target-sparc: Use movcond for FMOV*R by Richard Henderson · 12 years ago
  53. 6cb675b target-sparc: Use movcond in mulscc by Richard Henderson · 12 years ago
  54. a2ea4aa target-sparc: Move taddcctv and tsubcctv out of line by Richard Henderson · 12 years ago
  55. bd49ed4 target-sparc: Tidy Tcc by Richard Henderson · 12 years ago
  56. c28ae41 target-sparc: Move sdivx and udivx out of line by Richard Henderson · 12 years ago
  57. 6131674 target-sparc: Use movcond in gen_generic_branch by Richard Henderson · 12 years ago
  58. c33f80f target-sparc: Use DisasCompare and movcond in MOVR by Richard Henderson · 12 years ago
  59. f52879b target-sparc: Use DisasCompare and movcond in MOVCC by Richard Henderson · 12 years ago
  60. 7e48089 target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCC by Richard Henderson · 12 years ago
  61. 3a49e75 target-sparc: Use DisasCompare in Tcc by Richard Henderson · 12 years ago
  62. 416fcae target-sparc: Introduce DisasCompare and functions to generate it by Richard Henderson · 12 years ago
  63. 2e655fe target-sparc: Tidy gen_generic_branch interface by Richard Henderson · 12 years ago
  64. 934da7e target-sparc: Tidy save_npc interface by Richard Henderson · 12 years ago
  65. 13a6dd0 target-sparc: Tidy gen_mov_pc_npc interface by Richard Henderson · 12 years ago
  66. 66442b0 target-sparc: Tidy save_state interface by Richard Henderson · 12 years ago
  67. 5b12f1e target-sparc: Tidy gen_trap_ifnofpu interface by Richard Henderson · 12 years ago
  68. dee8913 target-sparc: Tidy flush_cond interface by Richard Henderson · 12 years ago
  69. d4a288e target-sparc: Tidy do_branch interfaces by Richard Henderson · 12 years ago
  70. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  71. 22036a4 Implement address masking for SPARC v9 CPUs by Artyom Tarasenko · 13 years ago
  72. 0184e26 Sparc: avoid AREG0 wrappers for memory access helpers by Blue Swirl · 14 years ago
  73. fe8d8f0 Sparc: avoid AREG0 for memory access helpers by Blue Swirl · 14 years ago
  74. c5f9864 target-sparc: Don't overuse CPUState by Andreas Färber · 13 years ago
  75. 96d922a Improve "ta 0" shutdown by Fabien Chouteau · 13 years ago
  76. 50c796f target-sparc: Implement FALIGNDATA inline. by Richard Henderson · 13 years ago
  77. 793a137 target-sparc: Implement BMASK/BSHUFFLE. by Richard Henderson · 13 years ago
  78. add545a target-sparc: Implement ALIGNADDR* inline. by Richard Henderson · 13 years ago
  79. 6c07355 target-sparc: Implement EDGE* instructions. by Richard Henderson · 13 years ago
  80. 2dedf31 target-sparc: Implement fpack{16,32,fix}. by Richard Henderson · 13 years ago
  81. f888300 target-sparc: Implement PDIST. by Richard Henderson · 13 years ago
  82. 4451677 target-sparc: Do exceptions management fully inside the helpers. by Richard Henderson · 13 years ago
  83. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  84. 45c7b74 target-sparc: Undo cpu_fpr rename. by Richard Henderson · 13 years ago
  85. ac11f77 target-sparc: Extract float128 move to a function. by Richard Henderson · 13 years ago
  86. 61f17f6 target-sparc: Extract common code for floating-point operations. by Richard Henderson · 13 years ago
  87. f027c3b target-sparc: Make FPU/VIS helpers const when possible. by Richard Henderson · 13 years ago
  88. 03fb8cf target-sparc: Pass float64 parameters instead of dt0/1 temporaries. by Richard Henderson · 13 years ago
  89. 96eda02 target-sparc: Add accessors for double-precision fpr access. by Richard Henderson · 13 years ago
  90. 141ae5c target-sparc: Mark fprs dirty in store accessor. by Richard Henderson · 13 years ago
  91. 208ae65 target-sparc: Add accessors for single-precision fpr access. by Richard Henderson · 13 years ago
  92. 7a5e448 Sparc: avoid AREG0 for division op helpers by Blue Swirl · 14 years ago
  93. 7922703 Sparc: avoid AREG0 for softint op helpers and Leon cache control by Blue Swirl · 14 years ago
  94. 063c367 Sparc: avoid AREG0 for CWP and PSTATE helpers by Blue Swirl · 14 years ago
  95. f37e2a6 target-sparc: Fix order of function parameters by Stefan Weil · 13 years ago
  96. 2ffd917 Sparc: avoid AREG0 for lazy condition code helpers by Blue Swirl · 14 years ago
  97. 2e2f4ad Sparc: avoid AREG0 for float and VIS ops by Blue Swirl · 14 years ago
  98. bc26531 Sparc: avoid AREG0 for raise_exception and helper_debug by Blue Swirl · 14 years ago
  99. 548f66d Fix handling of conditional branches in delay slot of a conditional branch by Artyom Tarasenko · 14 years ago
  100. 638737a SPARC64: implement %fprs dirty bits by Tsuneo Saito · 14 years ago