1. d953ebb First pass at VEX support of ppc64. by cerion · 19 years ago
  2. f9517d0 Modify the tree builder to use a fixed-size binding environment rather by sewardj · 19 years ago
  3. ba97adb 3rd go at making args match format string. by sewardj · 19 years ago
  4. 66afb9f 64-bit format string fix by sewardj · 19 years ago
  5. 4eeda9c Be paranoid about the alignment of the storage arrays. by sewardj · 19 years ago
  6. 2d6b14a Use a very fast in-line allocator. This improves its performance by by sewardj · 19 years ago
  7. 2573c25 Compile vex at -O2. This improves its performance by about 15% by sewardj · 19 years ago
  8. 2ead522 Do float-to-bit-image conversion in a way which does not break ANSI C by sewardj · 19 years ago
  9. 41a7b70 gcc-2.96 build fixes by sewardj · 19 years ago
  10. edf7fc5 Cleaned up access to 'special purpose' registers. by cerion · 19 years ago
  11. 8f3bc90 Track valgrind r5196, wrt Non-Java mode by cerion · 19 years ago
  12. 76de5cf Cleaned up toIR.c somewhat by cerion · 19 years ago
  13. d963eb4 Implemented most of the remaining altivec fp ops: by cerion · 19 years ago
  14. f294eb3 Yet more irops, for fp vector conversion/rounding. by cerion · 19 years ago
  15. bfceb08 Implement SSE2 'clflush'. by sewardj · 19 years ago
  16. bc5948e delete unused multiply primops by sewardj · 19 years ago
  17. f7da610 gcc4 picked up a typo. by cerion · 19 years ago
  18. f3f173c More av insns: vmaddfp, vnmsubfp by cerion · 19 years ago
  19. 8ea0d3e Frontend by cerion · 19 years ago
  20. 206c364 New irops: Iop_CmpGT32Fx4, Iop_CmpGE32Fx4 by cerion · 19 years ago
  21. 77fd846 More profiling-induced speedups. by sewardj · 19 years ago
  22. 4b06a0b Add some flag-specialisation cases that profiling showed the need for. by sewardj · 19 years ago
  23. 059601a Revise the PPC32 subarchitecture kinds, so as to facilitated by sewardj · 19 years ago
  24. d37be03 Always mark blrl as a return. by sewardj · 19 years ago
  25. 88c5796 Add "make -j N" kludge to Vex too. by sewardj · 19 years ago
  26. 1bee561 Handle instrumentation artefacts arising from memchecking Altivec by sewardj · 19 years ago
  27. 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
  28. 4a49b03 Frontend: by cerion · 19 years ago
  29. ccd0c84 Don't delete existing target-specific .a's when a target-switch happens. by sewardj · 19 years ago
  30. a1eb31c Changes for biarch (x86 and amd64) support. by sewardj · 19 years ago
  31. 90e91ee Handle some SSE3 instructions. A curious side-effect of this is that by sewardj · 19 years ago
  32. 3f46a01 Simulate complete LDT and GDT, rather than just a prefix thereof. by sewardj · 19 years ago
  33. 43f4573 format string wibble by sewardj · 19 years ago
  34. f526843 Stop gcc4 complaining. by sewardj · 19 years ago
  35. 0585a03 Implement FINIT. by sewardj · 19 years ago
  36. b928263 Implement vector FP unordered compares on amd64. by sewardj · 19 years ago
  37. a26f661 The earth's core is a vast mass of molten sse and sse2 instructions. by sewardj · 19 years ago
  38. 9fb2f47 Reenable FUCOMP %st(0),%st(?). by sewardj · 19 years ago
  39. 75ce365 Implement SHRDv imm8. by sewardj · 19 years ago
  40. 33ef9c2 Implement shld/shrd on amd64. Total timewasting nightmare, not helped by sewardj · 19 years ago
  41. 1ac656a New irop Iop_MullEven* - a widening un/signed multiply of even lanes by cerion · 19 years ago
  42. c01c1fa Handle jecxz in addition to jrcxz. by sewardj · 19 years ago
  43. 42561ef Handle address-size overrides in the common case (explicit memory references). by sewardj · 19 years ago
  44. 6d7c4f0 Handle any number of 0x66 (operand-size-override) prefixes. by sewardj · 19 years ago
  45. 5e55f49 wibble by sewardj · 19 years ago
  46. 4fa325a API change: make the handling of syscall-denoting instructions a bit by sewardj · 19 years ago
  47. 36e2355 Generate offsets for all amd64 integer registers. by sewardj · 19 years ago
  48. 240fd86 Implement 66 0F 11 = MOVUPD (untested) by sewardj · 19 years ago
  49. 62d0543 Tidy up a couple of format strings. by sewardj · 19 years ago
  50. d14c570 x86 front end: implement in/out insns. by sewardj · 19 years ago
  51. dc1f913 Fill in a few missing Altivec cases: by sewardj · 19 years ago
  52. 3f21fd3 Remove inefficient and not-completely-general logic in addHRegUse and by sewardj · 19 years ago
  53. d147094 Minor altivec changes: by sewardj · 19 years ago
  54. 69b7291 Unbreak build. by sewardj · 19 years ago
  55. f461149 API change: pass both the VexGuestExtents and the original by sewardj · 19 years ago
  56. 197bd17 Build fixes for gcc-2.96 (which does not allow declarations after the by sewardj · 19 years ago
  57. dfb1144 Handle the out-of-range shift cases for slw/srw in a different way by sewardj · 19 years ago
  58. 9d540e5 Enable chasing of unconditional branches and calls. by sewardj · 19 years ago
  59. 26b3320 Special-case rlwnms which are really slwi or srwi. This gives about by sewardj · 19 years ago
  60. fb6c179 Handle FUCOM %st(0),%st(?). by sewardj · 19 years ago
  61. a7690fb Handle BT/BTS/BTR/BTC at size 4 as well as 8. by sewardj · 19 years ago
  62. fdfa886 Implement JRCXZ. by sewardj · 19 years ago
  63. 59ff5d4 Handle the redundant-encoding (Grp5) versions of {inc,dec}{b,w}. by sewardj · 19 years ago
  64. b8a3dea Handle SSE2 pmaddwd. by sewardj · 19 years ago
  65. 7b5b998 Implement SSE2 psadbw. by sewardj · 19 years ago
  66. 8dfdc8a Implement LAHF. by sewardj · 19 years ago
  67. 9ca2640 Implement the 0F 7F encoding for movq mmreg, mmreg. by sewardj · 19 years ago
  68. fb470fa Enable Xin_MFence on VexSubArchX86_sse0. by sewardj · 19 years ago
  69. 2fbae08 Fix various adc/sbb instruction variants. by sewardj · 19 years ago
  70. fda10af x86 front end: implement FXTRACT. I knew there was a reason I'd been by sewardj · 19 years ago
  71. 6f1cc0f Some AltiVec vector-multiply arith insns by cerion · 19 years ago
  72. f34ccc4 spacing and var name chages only by cerion · 19 years ago
  73. 0a7b4f4 More AltiVec: shifts and rotates - vrl*, vsl*, vsr* by cerion · 19 years ago
  74. 7355d27 Rename primop Iop_Rot* Iop_Rotl* by cerion · 19 years ago
  75. 3c05279 Added packing/unpacking AltiVec insns - vpk*, vupk* by cerion · 19 years ago
  76. 92d9d87 Added AltiVec permutation insns: - vperm, vsldoi, vmrg*, vsplt* by cerion · 19 years ago
  77. 2a4b845 Couple more primops: Iop_ShlN8x16, Iop_ShrN8x16, Iop_SarN8x16 by cerion · 19 years ago
  78. 030fd36 Makefile fixes: by sewardj · 19 years ago
  79. 0c43922 Added AltiVec integer compare insns. by cerion · 19 years ago
  80. 36991ef Implemented simple AltiVec arithmetic insns: by cerion · 19 years ago
  81. 61c9274 Added AltiVec sub-vector load/store insns: by cerion · 19 years ago
  82. d3e5241 implemented vaddcuw by cerion · 19 years ago
  83. 27b3d7e more altivec insns: vsr, vspltw - only working with with --tool=none by cerion · 19 years ago
  84. 6f6c6a0 implemented guest-ppc32 lvsl, lvsr using dirty helper function by cerion · 19 years ago
  85. 9e7677b yet another new IR primop: Iop_QNarrow32Ux4 by cerion · 19 years ago
  86. f887b3e Added a number of new IR primops to support integer AltiVec insns by cerion · 19 years ago
  87. 6e7a0ea a couple more simple altivec insns - vandc, vnor, vsel by cerion · 19 years ago
  88. bd5cb07 ppc guest_state vector regs must be 16byte aligned for loads/stores by cerion · 19 years ago
  89. 225a034 by cerion · 19 years ago
  90. 32aad40 reinstated altivec insn disassembly framework by cerion · 19 years ago
  91. c7cd214 Typechecker cleanups (non-functional changes) by sewardj · 19 years ago
  92. a9135fd iselInt64Expr: handle 64-bit Mux0X. by sewardj · 19 years ago
  93. 55ccc3e Fix mcrxr. by sewardj · 19 years ago
  94. cb14e73 reinstate lhau, lhaux, sthux, mcrxr by cerion · 19 years ago
  95. f5936dc implemented Iop_64HLtoV128 in iselVecExpr_wrk by cerion · 19 years ago
  96. 5f63c0c Reinstate stfdux, fctiw. by sewardj · 19 years ago
  97. afe8583 Cleanups: by sewardj · 19 years ago
  98. 0f2c540 rm unused vars in dis_int_ldst_str by sewardj · 19 years ago
  99. 5876fa1 Implement stswi/stswx. by sewardj · 19 years ago
  100. e810c19 Enhance the dead-code removal pass so that it detects unconditional by sewardj · 19 years ago