1. 6dd9f27 Fix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32. by florian · 12 years ago
  2. 78a2059 Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16) by sewardj · 12 years ago
  3. e13074c Improve accuracy of definedness tracking through the x86 PMOVMSKB and by sewardj · 12 years ago
  4. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  5. a6a1986 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
  6. 1c8f7ff s390: Add support for the "convert from/to logical" instruction family. by florian · 12 years ago
  7. 6d52228 Remove unused IRops Iop_SqrtF64r32 and Iop_CalcFPRF. by florian · 12 years ago
  8. 19aff3b Remove unused IR ops: Iop_I16StoF64, Iop_F32toI16S, and Iop_I16StoF32. by florian · 12 years ago
  9. a60e843 Fix a mixup. This never caused a problem because both fields have by florian · 12 years ago
  10. 25e5473 Update copyright dates to include 2012. by sewardj · 12 years ago
  11. 5df0b2f eqIRConst: handle Ico_V256. by sewardj · 12 years ago
  12. 44ce46d ARM: Implement QADD and QSUB. Fixes #286917. by sewardj · 12 years ago
  13. f5dfa3b Comment/formatting only change, to clarify semantics w.r.t. by sewardj · 12 years ago
  14. 44ab8f7 Make the IR sanity checker complain about dirty helpers that return by florian · 12 years ago
  15. 37a505b Add a new IRConst kind -- V256 -- containing an abbreviated vector by sewardj · 12 years ago
  16. 23db8a0 Add IR ops Iop_CmpNEZ32x8 and Iop_CmpNEZ64x4, needed for Memcheck by sewardj · 12 years ago
  17. 8209692 More AVX insns: by sewardj · 12 years ago
  18. 8eb7ae8 by sewardj · 12 years ago
  19. d8bca7e Implement by sewardj · 12 years ago
  20. 66becf3 More AVX insns: by sewardj · 12 years ago
  21. 2a2bda9 Fill in some missing AVX insns: by sewardj · 12 years ago
  22. 4b1cc83 Implement even more instructions generated by "gcc-4.7.0 -mavx -O3". by sewardj · 12 years ago
  23. 56c3031 Make a start at implementing 256-bit AVX instructions generated by by sewardj · 12 years ago
  24. 4c96e61 POWER Processor decimal FP support, part 5 (VEX side). Bug #299694. by sewardj · 12 years ago
  25. 420bfa9 Put the Triop member into a separate struct (IRTriop) and link to that by florian · 12 years ago
  26. 96d7cc3 Put the Qop member into a separate struct (IRQop) and link to that by florian · 12 years ago
  27. c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
  28. d6f38b3 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  29. c4530ae Add initial support for Intel AVX instructions (VEX side). by sewardj · 12 years ago
  30. 5eff1c5 Add support for POWER Power Decimal Floating Point (DFP) test class, by sewardj · 12 years ago
  31. cdc376d POWER Processor decimal floating point instruction support, part 3 by sewardj · 12 years ago
  32. db01409 Merge branches/TCHAIN from r2271 (its creation point) into trunk. by sewardj · 12 years ago
  33. 26217b0 by sewardj · 12 years ago
  34. c6f970f Add translation chaining support for amd64, x86 and ARM (VEX side). See #296422. by sewardj · 12 years ago
  35. c6bbd47 Initial support for POWER Processor decimal floating point instruction by sewardj · 12 years ago
  36. e6c53e0 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  37. ad2c9ea VEX side fixes to match r12190, which is a fix for #279698 (incorrect by sewardj · 13 years ago
  38. d881562 Implement the SSE4.1 insn PCMPEQQ. n-i-bz. (VEX side changes) by sewardj · 13 years ago
  39. 6d615ba Support ARM and Thumb "CLREX" instructions since Dalvik generates by sewardj · 13 years ago
  40. e71e56a Add support for IBM Power ISA 2.06 -- stage 3. by sewardj · 13 years ago
  41. 4aa412a Add support for IBM Power ISA 2.06 -- stage 2. Bug 276784. by sewardj · 13 years ago
  42. ff7f5b7 Complete the implementation of ARM atomic ops: {LD,ST}REX{,B,H,D} in by sewardj · 13 years ago
  43. 5f438dd Rename and rationalise the vector narrowing and widening primops, so by sewardj · 13 years ago
  44. 718305c Unbreak Altivec support following r2159 (rename of saturating narrowing primops) by sewardj · 13 years ago
  45. 2260b99 Implement PACKUSDW (SSE4.1). Fixes #274776. by sewardj · 13 years ago
  46. c9bff7d Partially fix underspecification of saturating narrowing primops that by sewardj · 13 years ago
  47. 2f10aa6 Add a field 'UChar delta' to IRStmt_IMark, and use it to carry around by sewardj · 13 years ago
  48. 95d6f3a Fix up incorrect usage of Iop_I64UtoF32 in the PowerPC front and back by sewardj · 13 years ago
  49. 66d5ef2 Add support for IBM Power ISA 2.06 -- stage 1. Bug #267630 and by sewardj · 13 years ago
  50. 2019a97 Add a port to IBM z/Architecture (s390x) running Linux -- VEX by sewardj · 14 years ago
  51. 310d6b2 Add support for SMSAD{X}, SMLSD{X}, USAD{A}8. by sewardj · 14 years ago
  52. 7666c15 Handle Ity_I128 in sizeofIRType. (Florian Krohm, britzel@acm.org). by sewardj · 14 years ago
  53. e2ea176 by sewardj · 14 years ago
  54. 2fdd416 Merge from branches/THUMB: new IR primops and associated by sewardj · 14 years ago
  55. d15b597 Implement ROUNDSS (partial implementation, in the case where by sewardj · 14 years ago
  56. 69d98e3 Implement SSE4 instructions: PCMPGTQ PMAXUD PMINUD PMAXSB PMINSB PMULLD by sewardj · 14 years ago
  57. 752f906 Update copyright dates to 2010 and change license to standard GPL2+. by sewardj · 14 years ago
  58. 6c299f3 Merge r1925:1948 from branches/ARM. This temporarily breaks all other by sewardj · 15 years ago
  59. e768e92 by sewardj · 15 years ago
  60. 05a2c38 deepCopyIRCAS: handle NULL dataHi and expdHi without segfaulting. by sewardj · 15 years ago
  61. 1fb8c92 Add new integer comparison primitives Iop_CasCmp{EQ,NE}{8,16,32,64}, by sewardj · 15 years ago
  62. cef7d3e by sewardj · 15 years ago[Renamed (99%) from priv/ir/irdefs.c]
  63. e9d8a26 Merge in branches/DCAS: by sewardj · 15 years ago
  64. d660d41 Initial VEX-end support for Darwin (x86 and amd64). by sewardj · 16 years ago
  65. ecbaee7 Fixes for compilation warnings from the apparently very strict by sewardj · 16 years ago
  66. 0f1ef86 Handle frin, frim, frip, friz, in 64-bit mode only, for now. by sewardj · 16 years ago
  67. 228c7c8 Minor printing changes. by sewardj · 16 years ago
  68. 019f406 Add Imbe_SnoopedStoreBegin and Imbe_SnoopedStoreEnd, to be used for by sewardj · 16 years ago
  69. 478646f Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This by sewardj · 16 years ago
  70. a26d820 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  71. d166e28 by sewardj · 17 years ago
  72. c4356f0 by sewardj · 17 years ago
  73. 0f50004 Support x86 $int 0x40 .. 0x43 instructions on Linux. Apparently these by sewardj · 17 years ago
  74. a0e3d42 Add missing return. by sewardj · 17 years ago
  75. eb17e49 Merge from CGTUNE branch: by sewardj · 17 years ago
  76. 0da5eb8 Fill in missing cases in eqIRConst. This stops iropt's CSE pass from by sewardj · 18 years ago
  77. fc1b541 Add 'missing' primop Iop_ReinterpF32asI32 and code generation support by sewardj · 18 years ago
  78. e744153 Update copyright dates. by sewardj · 18 years ago
  79. 78ec32b Add mkIRExprVec_6/7. by sewardj · 18 years ago
  80. d71ba83 x86 front end: Implement MASKMOVQ (MMX class insn, introduced in SSE1) by sewardj · 18 years ago
  81. dd40fdf by sewardj · 18 years ago
  82. 6f2f283 New function dopyIRBBExceptStmts which makes it a bit easier to write tools. by sewardj · 18 years ago
  83. a33e9a4 Update copyright dates. by sewardj · 18 years ago
  84. 1a866b4 Oops, stuff that should have been part of r1573 (4-arg primop change). by sewardj · 19 years ago
  85. 40c8026 Redo the way FP multiply-accumulate insns are done on ppc32/64. by sewardj · 19 years ago
  86. 334870d ppc32/64: handle twi/tdi (conditional trap) instructions by sewardj · 19 years ago
  87. b183b85 by sewardj · 19 years ago
  88. baf971a Handle ppc32/64 fres, frsqrte. by sewardj · 19 years ago
  89. 6332740 C89 fixes. by sewardj · 19 years ago
  90. 9dd9cf1 Add Ijk_EmFail, a new kind of IR block exit: an emulation failure by sewardj · 19 years ago
  91. ce02aa7 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  92. a162c2c Strict-aliasing fix needed to make gcc-4.1.0 happy. by sewardj · 19 years ago
  93. f0de28c Implemented backend for ppc64, sharing ppc32 backend. by cerion · 19 years ago
  94. 2831b00 Fixed a couple of mode32 bugs introduced by mode64 by cerion · 19 years ago
  95. f294eb3 Yet more irops, for fp vector conversion/rounding. by cerion · 19 years ago
  96. bc5948e delete unused multiply primops by sewardj · 19 years ago
  97. 206c364 New irops: Iop_CmpGT32Fx4, Iop_CmpGE32Fx4 by cerion · 19 years ago
  98. 1bee561 Handle instrumentation artefacts arising from memchecking Altivec by sewardj · 19 years ago
  99. 1ac656a New irop Iop_MullEven* - a widening un/signed multiply of even lanes by cerion · 19 years ago
  100. 4fa325a API change: make the handling of syscall-denoting instructions a bit by sewardj · 19 years ago