1. 5b2325f Changed naming convention from 'PPC32' to 'PPC' for all VEX code common to both PPC32 and PPC64. by cerion · 19 years ago
  2. 07b07a9 Implemented almost all of the remaining 64bit-mode insns. by cerion · 19 years ago
  3. 09bbf50 small fixes for ppc64 layout stuff by sewardj · 19 years ago
  4. a162c2c Strict-aliasing fix needed to make gcc-4.1.0 happy. by sewardj · 19 years ago
  5. 59b2c31 Fix typos. by cerion · 19 years ago
  6. 8f53e99 Fix switchback.c to reflect changes to call of LibVEX_Translate() by cerion · 19 years ago
  7. bb01b7c Fixed up front and backend for 32bit mul,div,cmp,shift in mode64 by cerion · 19 years ago
  8. f774505 ppc32/64 backend: take r29 out of circulation so the Valgrind by sewardj · 19 years ago
  9. b8a8dba Make suitable changes for ppc32/ppc64 following recent x86/amd64 by sewardj · 19 years ago
  10. 0528bb5 Modify amd64 backend to use jump-jump scheme rather than call-return scheme. by sewardj · 19 years ago
  11. 17c7f95 - x86 back end: change code generation convention, so that instead of by sewardj · 19 years ago
  12. 18e3189 Stop gcc complaining. by sewardj · 19 years ago
  13. 876ef41 Enable fsqrt Document store fp single-precision problem by cerion · 19 years ago
  14. 9139119 More svn:ignores for VEX. by cerion · 19 years ago
  15. 6ded389 Switchbacker updates by cerion · 19 years ago
  16. 7d730cf Fix vex_printf padding. by cerion · 19 years ago
  17. f0de28c Implemented backend for ppc64, sharing ppc32 backend. by cerion · 19 years ago
  18. 92b6436 Added 'Bool mode64' to the various backend functions, to distinguish 32/64bit arch's. by cerion · 19 years ago
  19. 7a3e39c fix padding for VexGuestPPC64State by cerion · 19 years ago
  20. 729edb7 Re-enabled ppc32 frontend floating point load/store single precision insns: by cerion · 19 years ago
  21. 2831b00 Fixed a couple of mode32 bugs introduced by mode64 by cerion · 19 years ago
  22. df07b88 Fix %lr handling for bcctr and bclr. by sewardj · 19 years ago
  23. 5df65bb Set mode64 from the given guest subarch. by sewardj · 19 years ago
  24. dd56a48 Missed this in commit of vex: r1475 (ppc64 first pass) by cerion · 19 years ago
  25. d953ebb First pass at VEX support of ppc64. by cerion · 19 years ago
  26. f9517d0 Modify the tree builder to use a fixed-size binding environment rather by sewardj · 19 years ago
  27. ba97adb 3rd go at making args match format string. by sewardj · 19 years ago
  28. 66afb9f 64-bit format string fix by sewardj · 19 years ago
  29. 4eeda9c Be paranoid about the alignment of the storage arrays. by sewardj · 19 years ago
  30. 2d6b14a Use a very fast in-line allocator. This improves its performance by by sewardj · 19 years ago
  31. 2573c25 Compile vex at -O2. This improves its performance by about 15% by sewardj · 19 years ago
  32. 2ead522 Do float-to-bit-image conversion in a way which does not break ANSI C by sewardj · 19 years ago
  33. 41a7b70 gcc-2.96 build fixes by sewardj · 19 years ago
  34. edf7fc5 Cleaned up access to 'special purpose' registers. by cerion · 19 years ago
  35. 8f3bc90 Track valgrind r5196, wrt Non-Java mode by cerion · 19 years ago
  36. 76de5cf Cleaned up toIR.c somewhat by cerion · 19 years ago
  37. d963eb4 Implemented most of the remaining altivec fp ops: by cerion · 19 years ago
  38. f294eb3 Yet more irops, for fp vector conversion/rounding. by cerion · 19 years ago
  39. bfceb08 Implement SSE2 'clflush'. by sewardj · 19 years ago
  40. bc5948e delete unused multiply primops by sewardj · 19 years ago
  41. f7da610 gcc4 picked up a typo. by cerion · 19 years ago
  42. f3f173c More av insns: vmaddfp, vnmsubfp by cerion · 19 years ago
  43. 8ea0d3e Frontend by cerion · 19 years ago
  44. 206c364 New irops: Iop_CmpGT32Fx4, Iop_CmpGE32Fx4 by cerion · 19 years ago
  45. 77fd846 More profiling-induced speedups. by sewardj · 19 years ago
  46. 4b06a0b Add some flag-specialisation cases that profiling showed the need for. by sewardj · 19 years ago
  47. 059601a Revise the PPC32 subarchitecture kinds, so as to facilitated by sewardj · 19 years ago
  48. d37be03 Always mark blrl as a return. by sewardj · 19 years ago
  49. 88c5796 Add "make -j N" kludge to Vex too. by sewardj · 19 years ago
  50. 1bee561 Handle instrumentation artefacts arising from memchecking Altivec by sewardj · 19 years ago
  51. 24d06f1 Fix usage of Iop_MullEven* to give IR correct meaning of which lanes being multiplied, i.e. lowest significant lane = zero by cerion · 19 years ago
  52. 4a49b03 Frontend: by cerion · 19 years ago
  53. ccd0c84 Don't delete existing target-specific .a's when a target-switch happens. by sewardj · 19 years ago
  54. a1eb31c Changes for biarch (x86 and amd64) support. by sewardj · 19 years ago
  55. 90e91ee Handle some SSE3 instructions. A curious side-effect of this is that by sewardj · 19 years ago
  56. 3f46a01 Simulate complete LDT and GDT, rather than just a prefix thereof. by sewardj · 19 years ago
  57. 43f4573 format string wibble by sewardj · 19 years ago
  58. f526843 Stop gcc4 complaining. by sewardj · 19 years ago
  59. 0585a03 Implement FINIT. by sewardj · 19 years ago
  60. b928263 Implement vector FP unordered compares on amd64. by sewardj · 19 years ago
  61. a26f661 The earth's core is a vast mass of molten sse and sse2 instructions. by sewardj · 19 years ago
  62. 9fb2f47 Reenable FUCOMP %st(0),%st(?). by sewardj · 19 years ago
  63. 75ce365 Implement SHRDv imm8. by sewardj · 19 years ago
  64. 33ef9c2 Implement shld/shrd on amd64. Total timewasting nightmare, not helped by sewardj · 19 years ago
  65. 1ac656a New irop Iop_MullEven* - a widening un/signed multiply of even lanes by cerion · 19 years ago
  66. c01c1fa Handle jecxz in addition to jrcxz. by sewardj · 19 years ago
  67. 42561ef Handle address-size overrides in the common case (explicit memory references). by sewardj · 19 years ago
  68. 6d7c4f0 Handle any number of 0x66 (operand-size-override) prefixes. by sewardj · 19 years ago
  69. 5e55f49 wibble by sewardj · 19 years ago
  70. 4fa325a API change: make the handling of syscall-denoting instructions a bit by sewardj · 19 years ago
  71. 36e2355 Generate offsets for all amd64 integer registers. by sewardj · 19 years ago
  72. 240fd86 Implement 66 0F 11 = MOVUPD (untested) by sewardj · 19 years ago
  73. 62d0543 Tidy up a couple of format strings. by sewardj · 19 years ago
  74. d14c570 x86 front end: implement in/out insns. by sewardj · 19 years ago
  75. dc1f913 Fill in a few missing Altivec cases: by sewardj · 19 years ago
  76. 3f21fd3 Remove inefficient and not-completely-general logic in addHRegUse and by sewardj · 19 years ago
  77. d147094 Minor altivec changes: by sewardj · 19 years ago
  78. 69b7291 Unbreak build. by sewardj · 19 years ago
  79. f461149 API change: pass both the VexGuestExtents and the original by sewardj · 19 years ago
  80. 197bd17 Build fixes for gcc-2.96 (which does not allow declarations after the by sewardj · 19 years ago
  81. dfb1144 Handle the out-of-range shift cases for slw/srw in a different way by sewardj · 19 years ago
  82. 9d540e5 Enable chasing of unconditional branches and calls. by sewardj · 19 years ago
  83. 26b3320 Special-case rlwnms which are really slwi or srwi. This gives about by sewardj · 19 years ago
  84. fb6c179 Handle FUCOM %st(0),%st(?). by sewardj · 19 years ago
  85. a7690fb Handle BT/BTS/BTR/BTC at size 4 as well as 8. by sewardj · 19 years ago
  86. fdfa886 Implement JRCXZ. by sewardj · 19 years ago
  87. 59ff5d4 Handle the redundant-encoding (Grp5) versions of {inc,dec}{b,w}. by sewardj · 19 years ago
  88. b8a3dea Handle SSE2 pmaddwd. by sewardj · 19 years ago
  89. 7b5b998 Implement SSE2 psadbw. by sewardj · 19 years ago
  90. 8dfdc8a Implement LAHF. by sewardj · 19 years ago
  91. 9ca2640 Implement the 0F 7F encoding for movq mmreg, mmreg. by sewardj · 19 years ago
  92. fb470fa Enable Xin_MFence on VexSubArchX86_sse0. by sewardj · 19 years ago
  93. 2fbae08 Fix various adc/sbb instruction variants. by sewardj · 19 years ago
  94. fda10af x86 front end: implement FXTRACT. I knew there was a reason I'd been by sewardj · 19 years ago
  95. 6f1cc0f Some AltiVec vector-multiply arith insns by cerion · 19 years ago
  96. f34ccc4 spacing and var name chages only by cerion · 19 years ago
  97. 0a7b4f4 More AltiVec: shifts and rotates - vrl*, vsl*, vsr* by cerion · 19 years ago
  98. 7355d27 Rename primop Iop_Rot* Iop_Rotl* by cerion · 19 years ago
  99. 3c05279 Added packing/unpacking AltiVec insns - vpk*, vupk* by cerion · 19 years ago
  100. 92d9d87 Added AltiVec permutation insns: - vperm, vsldoi, vmrg*, vsplt* by cerion · 19 years ago