1. bc7d6f4 mips: clean-up in hardware detection (Cavium/DSP ASEs) by petarj · 11 years ago
  2. d6bc217 Remove dead code. by florian · 11 years ago
  3. 6c65c12 Support mmxext (integer sse) subset on i386 (athlon). by mjw · 11 years ago
  4. 9041956 Eliminate IRExprP__VECRET and IRExprP__BBPTR and introduce two new by florian · 11 years ago
  5. 0c74bb5 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  6. 74142b8 Add infrastructural support (IR, VEX) to allow returns of 128- by sewardj · 11 years ago
  7. 9138b17 Rename ppc_cache_line_szB to indicate that this is the size by florian · 11 years ago
  8. 1bdaac5 s390: New machine model: zBC12 by florian · 11 years ago
  9. c3fee0d mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
  10. b22838d Add some more IRops to convert between binary floating point and by florian · 11 years ago
  11. 79e5a48 Eliminate IRRoundingModeDFP by merging its values into IRRoundingMode. by florian · 11 years ago
  12. 78d5ef7 s390: First round of changes to support the PFPO insn. by florian · 11 years ago
  13. 37c57f3 Add the following IROPs which are needed for s390 DFP support: by florian · 11 years ago
  14. 1df8096 Improved front end translations for Neon V{LD,ST}{1,2} instructions, by sewardj · 11 years ago
  15. cc3d219 AMD64: Add support for AVX2, BMI1, BMI2 and FMA instructions (VEX side). by sewardj · 11 years ago
  16. 818c730 Implement RDTSCP on amd64, finally. This fixes #251569 and dups by sewardj · 11 years ago
  17. b92a954 mips: adding MIPS64LE support to VEX by petarj · 12 years ago
  18. 203b998 s390: It is not necessary to save/restore the link register when by florian · 12 years ago
  19. 99dd03e Infrastructure cleanup part 2. by florian · 12 years ago
  20. 0e7d280 Fix incorrect comment. by sewardj · 12 years ago
  21. cea07cc Fix implementation of the DFP integer operands. by carll · 12 years ago
  22. 34fa5a5 Add a vg_alignof macro by philippe · 12 years ago
  23. cfe046e Merge, from branches/COMEM, revisions 2568 to 2641. by sewardj · 12 years ago
  24. b17e16f Add 12 IROps for converting betwen DFP values and signed/unsigned integers. by florian · 12 years ago
  25. 4bbd3ec New IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128. These are needed to by florian · 12 years ago
  26. 20c6bca s390x: Support "compare biased exponent" insns CEDTR, CEXTR. by florian · 12 years ago
  27. daa4084 Define IRCmpD64Result and IRCmpD128Result. by florian · 12 years ago
  28. 78a2059 Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16) by sewardj · 12 years ago
  29. aec8e05 Move definition of facility bits to libvex_s390x_common.h so we by florian · 12 years ago
  30. 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
  31. 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
  32. efa834a Make some function parameters pointer to const. by florian · 12 years ago
  33. e13074c Improve accuracy of definedness tracking through the x86 PMOVMSKB and by sewardj · 12 years ago
  34. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  35. a6a1986 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
  36. 80ab265 Allow representation of trace caches (VexCache). by florian · 12 years ago
  37. 5906a6b s390: Order the operands of the multiply-and-add/subtract IROps by florian · 12 years ago
  38. 5048192 Pass VexArchInfo to the instrumentation functions. by florian · 12 years ago
  39. f192a39 Add data structures for cache representation to libvex.h: by florian · 12 years ago
  40. 58a637b Make header files compilable by itself to get two benefits: by florian · 12 years ago
  41. 5ea257b Change the return value of LibVEX_{Chain,UnChain,PatchProfInc}. by florian · 12 years ago
  42. f0fa1be s390: Update IR generation for the SRNM insn. by florian · 12 years ago
  43. 16d12b4 Tweak the IR injector so it can handle an immediate operand for by florian · 12 years ago
  44. 4b8efad Support the variety of "convert to/from fixed" and "load rounded" opcodes by florian · 12 years ago
  45. e75dafa s390: Generate an emulation failure if an insn is encountered that by florian · 12 years ago
  46. 1c8f7ff s390: Add support for the "convert from/to logical" instruction family. by florian · 12 years ago
  47. 60b665b s390: Add floating point extension facility to hwcaps. by florian · 12 years ago
  48. 2245ce9 VEX-side support for the V-bit tester. by florian · 12 years ago
  49. c9e43b1 s390: Add the zEC12 machine model. by florian · 12 years ago
  50. 8c88cb6 s390: Add support for the ecag insn. Patch from Divya Vyas by florian · 12 years ago
  51. c5c669b On s390: Terminate the superblock with Ijk_EmFail if an stckf insn by florian · 12 years ago
  52. a4c3669 s390: Add STCKF hardware facility to hwcaps. by florian · 12 years ago
  53. 4e0083e On s390: Terminate the superblock with Ijk_EmFail if an stfle insn by florian · 12 years ago
  54. 6ef84be Followup to r2483, purely mechanical. Rename: by florian · 12 years ago
  55. 33b0243 Rename libvex_emwarn.h to libvex_emnote.h and fix all by florian · 12 years ago
  56. 0b39008 Comment only change. by florian · 12 years ago
  57. 6d52228 Remove unused IRops Iop_SqrtF64r32 and Iop_CalcFPRF. by florian · 12 years ago
  58. 19aff3b Remove unused IR ops: Iop_I16StoF64, Iop_F32toI16S, and Iop_I16StoF32. by florian · 12 years ago
  59. 6c46bef VEX part Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  60. 61f23c1 Update copyright notices for s390 by florian · 12 years ago
  61. 25e5473 Update copyright dates to include 2012. by sewardj · 12 years ago
  62. c8e2f98 VEX part (remove --vex-iropt-precise-memory-exns, add --vex-iropt-register-updates) by philippe · 12 years ago
  63. 44ce46d ARM: Implement QADD and QSUB. Fixes #286917. by sewardj · 12 years ago
  64. f5dfa3b Comment/formatting only change, to clarify semantics w.r.t. by sewardj · 12 years ago
  65. 37a505b Add a new IRConst kind -- V256 -- containing an abbreviated vector by sewardj · 12 years ago
  66. 23db8a0 Add IR ops Iop_CmpNEZ32x8 and Iop_CmpNEZ64x4, needed for Memcheck by sewardj · 12 years ago
  67. 8209692 More AVX insns: by sewardj · 12 years ago
  68. 8eb7ae8 by sewardj · 12 years ago
  69. d8bca7e Implement by sewardj · 12 years ago
  70. f0ad4f8 Move new 256-bit FP Iops to a better place. by sewardj · 12 years ago
  71. 66becf3 More AVX insns: by sewardj · 12 years ago
  72. 2a2bda9 Fill in some missing AVX insns: by sewardj · 12 years ago
  73. 4b1cc83 Implement even more instructions generated by "gcc-4.7.0 -mavx -O3". by sewardj · 12 years ago
  74. 56c3031 Make a start at implementing 256-bit AVX instructions generated by by sewardj · 12 years ago
  75. 362cf84 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  76. d0e5fe7 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  77. eadea2e Fix a copy'n paste error spotted by Julian. by florian · 12 years ago
  78. a0fb119 Move VEX_HWCAPS_PPC32_DFP to a more logical place. by sewardj · 12 years ago
  79. 4c96e61 POWER Processor decimal FP support, part 5 (VEX side). Bug #299694. by sewardj · 12 years ago
  80. 420bfa9 Put the Triop member into a separate struct (IRTriop) and link to that by florian · 12 years ago
  81. 96d7cc3 Put the Qop member into a separate struct (IRQop) and link to that by florian · 12 years ago
  82. c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
  83. d6f38b3 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  84. defb78a Add forgotten update. Should have been part of r2359. by florian · 12 years ago
  85. 3587828 Cleanup after t-chaining changes. by florian · 12 years ago
  86. beef61a Fix an out-of-date comment. by florian · 12 years ago
  87. 5c328c0 Tweak initialisation of padding bytes such that future adjustments by florian · 12 years ago
  88. fe8940d Ensure s390x guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
  89. 62d3cda Ensure arm guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
  90. ae9590b Ensure ppc64 guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
  91. c4530ae Add initial support for Intel AVX instructions (VEX side). by sewardj · 12 years ago
  92. 52af7bc Back out VEX r2326. It was not working correctly. The guard condition by florian · 12 years ago
  93. 79bee4b Add ETF3 facility (VEX bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  94. 5eff1c5 Add support for POWER Power Decimal Floating Point (DFP) test class, by sewardj · 12 years ago
  95. f350a42 Add a feature check flag for AVX. by sewardj · 12 years ago
  96. fadbbe2 (stats only) Let the callers of LibVEX_Translate know how many guest by sewardj · 12 years ago
  97. cdc376d POWER Processor decimal floating point instruction support, part 3 by sewardj · 12 years ago
  98. ebaf8d9 tchain optimisation for s390 (VEX bits) by florian · 12 years ago
  99. 6f1dede Rename to VEX_S390X_MODEL_UNKNOWN. by florian · 12 years ago
  100. 90ece04 Fix debug print for hwcaps adding stfle ad etf2. by florian · 12 years ago