1. 0bffbc6 target-ppc: add vexptefp instruction by Aurelien Jarno · 16 years ago
  2. 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
  3. 95ff895 target-ppc: change DCR helpers to target_long arguments by Aurelien Jarno · 15 years ago
  4. 73b0196 PPC: Make DCR uint32_t by Alexander Graf · 15 years ago
  5. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  6. 99a0949 Get rid of _t suffix by malc · 15 years ago
  7. 69a218f target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE by aurel32 · 16 years ago
  8. 651721b targe-ppc: optimize mfcr and mtcrf by aurel32 · 16 years ago
  9. 071fc3b target-ppc: Add vrsqrtefp instruction by aurel32 · 16 years ago
  10. bdfbac3 target-ppc: Add vrefp instruction by aurel32 · 16 years ago
  11. 875b31d target-ppc: Add vct{u,s}xs instructions by aurel32 · 16 years ago
  12. 819ca12 target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions by aurel32 · 16 years ago
  13. 35cf7c7 target-ppc: Add vmaddfp and vnmsubfp instructions by aurel32 · 16 years ago
  14. 56fdd21 target-ppc: Add v{add,sub}fp instructions by aurel32 · 16 years ago
  15. 1536ff6 target-ppc: Add v{max,min}fp instructions by aurel32 · 16 years ago
  16. b580763 target-ppc: change instruction name vrlogefp into vlogefp by aurel32 · 16 years ago
  17. f586ce0 target-ppc: add vrlogefp instruction by aurel32 · 16 years ago
  18. e140632 Add vcf{u,s}x instructions by aurel32 · 16 years ago
  19. f6b1964 Add vrfi{m,n,p,z} instructions by aurel32 · 16 years ago
  20. 6e87b7c Make mtvscr use a helper by aurel32 · 16 years ago
  21. 5ab09f3 Add v{add, sub}{s, u}{b, h, w}s instructions by aurel32 · 16 years ago
  22. c026766 Add vspltis{b,h,w} instructions by aurel32 · 16 years ago
  23. d9430ad Add vs{l,r} instructions by aurel32 · 16 years ago
  24. 1add6e2 Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructions by aurel32 · 16 years ago
  25. 8142cdd Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instructions. by aurel32 · 16 years ago
  26. cbfb6ae Add {l,st}ve{b,h,w}x instructions. by aurel32 · 16 years ago
  27. bcd2ee2 Add vmladduhm instruction. by aurel32 · 16 years ago
  28. eae0726 Add vmsumsh{m,s} instructions. by aurel32 · 16 years ago
  29. 4d9903b Add vmsumuh{m,s} instructions. by aurel32 · 16 years ago
  30. b161ae2 Add vmh{,r}addshs instructions. by aurel32 · 16 years ago
  31. 1dd9ffb Add vpkpx instruction. by aurel32 · 16 years ago
  32. 5335a14 Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions. by aurel32 · 16 years ago
  33. d125869 Add vsel and vperm instructions. by aurel32 · 16 years ago
  34. b04ae98 Add vmsum{u,m}bm instructions. by aurel32 · 16 years ago
  35. 6cf1c6e Add vupk{h,l}s{b,h} instructions. by aurel32 · 16 years ago
  36. 79f85c3 Add vupk{h,l}px instructions. by aurel32 · 16 years ago
  37. e4e6bee Add vsplt{b,h,w} instructions. by aurel32 · 16 years ago
  38. cd633b1 Add vsldoi instruction. by aurel32 · 16 years ago
  39. 5e1d098 Add vrl{b,h,w} instructions. by aurel32 · 16 years ago
  40. bf8d8de Add lvs{l,r} instructions. by aurel32 · 16 years ago
  41. e343da7 Add v{add,sub}cuw instructions. by aurel32 · 16 years ago
  42. 7b239be Add vs{l,r}o instructions. by aurel32 · 16 years ago
  43. d79f080 Add vsl{b,h,w} instructions. by aurel32 · 16 years ago
  44. 07ef34c Add vsr{,a}{b,h,w} instructions. by aurel32 · 16 years ago
  45. 2c27790 Add vmul{e,o}{s,u}{b,h} instructions. by aurel32 · 16 years ago
  46. 3b43004 Add vmrg{l,h}{b,h,w} instructions. by aurel32 · 16 years ago
  47. e403933 Add v{min, max}{s, u}{b, h, w} instructions. by aurel32 · 16 years ago
  48. fab3cbe Add vavg{s,u}{b,h,w} instructions. by aurel32 · 16 years ago
  49. 7872c51 Add v{add,sub}u{b,h,w}m instructions. by aurel32 · 16 years ago
  50. 9a81937 target-ppc: fix fcmp{o,u} instructions by aurel32 · 16 years ago
  51. 6e35d52 target-ppc: fix mtfsb0 and mtfsb1 by aurel32 · 16 years ago
  52. e06fcd7 target-ppc: rework exception code by aurel32 · 16 years ago
  53. 45d827d target-ppc: convert SPR accesses to TCG by aurel32 · 16 years ago
  54. 74d3779 target-ppc: convert SLB/TLB instructions to TCG by aurel32 · 16 years ago
  55. 06dca6a target-ppc: convert dcr load/store to TCG by aurel32 · 16 years ago
  56. 6527f6e target-ppc: convert msr load/store to TCG by aurel32 · 16 years ago
  57. 22e0e17 target-ppc: convert POWER bridge instructions to TCG by aurel32 · 16 years ago
  58. ef0d51a target-ppc: convert PPC 440 instructions to TCG by aurel32 · 16 years ago
  59. d72a19f target-ppc: convert return from interrupt instructions to TCG by aurel32 · 16 years ago
  60. bdb4b68 target-ppc: convert lscbx instruction to TCG by aurel32 · 16 years ago
  61. dfbc799 target-ppc: convert load/store string instructions to TCG by aurel32 · 16 years ago
  62. 37d269d target-ppc: convert icbi instruction to TCG by aurel32 · 16 years ago
  63. 799a8c8 target-ppc: convert dcbz instruction to TCG by aurel32 · 16 years ago
  64. ff4a62c target-ppc: convert load/store multiple instructions to TCG by aurel32 · 16 years ago
  65. cf02a65 target-ppc: convert mfrom instruction to TCG by aurel32 · 16 years ago
  66. 0f3955e target-ppc: convert software TLB instructions to TCG by aurel32 · 16 years ago
  67. cab3bee target-ppc: convert trap instructions to TCG by aurel32 · 16 years ago
  68. a0d7d5a target-ppc: convert FPU load/store to TCG by aurel32 · 16 years ago
  69. 1c97856 target-ppc: convert SPE FP ops to TCG by aurel32 · 16 years ago
  70. 64adab3 target-ppc: convert exceptions generation to TCG by aurel32 · 16 years ago
  71. af12906 target-ppc: convert fp ops to TCG by aurel32 · 16 years ago
  72. a7812ae TCG variable type checking. by pbrook · 16 years ago
  73. 57951c2 target-ppc: convert most SPE integer instructions to TCG by aurel32 · 16 years ago
  74. 7463740 target-ppc: convert arithmetic functions to TCG by aurel32 · 16 years ago
  75. 26d6736 target-ppc: convert logical instructions to TCG by aurel32 · 16 years ago
  76. e157190 target-ppc: convert crf related instructions to TCG by aurel32 · 16 years ago
  77. f10dc08 PPC: add support for TCG helpers by aurel32 · 17 years ago
  78. 6676f42 Revert commits 5082 and 5083 by aurel32 · 17 years ago
  79. 61c0480 PPC: Switch a few instructions to TCG by aurel32 · 17 years ago