1. 4c96e61 POWER Processor decimal FP support, part 5 (VEX side). Bug #299694. by sewardj · 12 years ago
  2. 420bfa9 Put the Triop member into a separate struct (IRTriop) and link to that by florian · 12 years ago
  3. 98d02cc Implement by sewardj · 12 years ago
  4. 1d0da84 Fix a cut'n paste error. by florian · 12 years ago
  5. 96d7cc3 Put the Qop member into a separate struct (IRQop) and link to that by florian · 12 years ago
  6. c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
  7. d6f38b3 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  8. defb78a Add forgotten update. Should have been part of r2359. by florian · 12 years ago
  9. 3587828 Cleanup after t-chaining changes. by florian · 12 years ago
  10. c9e90e5 Update a comment. by florian · 12 years ago
  11. beef61a Fix an out-of-date comment. by florian · 12 years ago
  12. 01ed6e7 Change S390_INSN_HELPER_CALL such that returning a value is part by florian · 12 years ago
  13. 3616a2e Remove, or (where it might later come in handy) comment out artefacts by sewardj · 12 years ago
  14. c93904b Fix the behaviour of VEXTRACTF128, VCMPSD and VCMPSS, all of which were by sewardj · 12 years ago
  15. cfca8cd Implement VINSERTPS imm8, xmm3/m32, xmm2, xmm1 Fix VCVTPD2PS by sewardj · 12 years ago
  16. 07d3455 Take advantage of compare immediate insns as more than half by florian · 12 years ago
  17. 6faf7cc Implement by sewardj · 12 years ago
  18. 251b59e Implement by sewardj · 12 years ago
  19. 8ef2242 Implement by sewardj · 12 years ago
  20. 29ac428 Fix two more incorrect disAMode calls, recently introduced in AVX support code. by sewardj · 12 years ago
  21. d343e62 Fix incorrect uses of disAMode in some SSE4 instructions that have an by sewardj · 12 years ago
  22. 6c4e45c Implement VPACKUWSB = VEX.NDS.128.66.0F.WIG 67 /r by sewardj · 12 years ago
  23. 72df068 Implement by sewardj · 12 years ago
  24. ac75d7b Implement by sewardj · 12 years ago
  25. 6eaf00c Implement by sewardj · 12 years ago
  26. 91fa980 Implement VMOVLHPS xmm3, xmm2, xmm1 = VEX.NDS.128.0F.WIG 16 /r by sewardj · 12 years ago
  27. 97f7245 Implement VPABSD xmm2/m128, xmm1 = VEX.128.66.0F38.WIG 1E /r by sewardj · 12 years ago
  28. 53b1278 Implement VMOVHLPS xmm3, xmm2, xmm1 = VEX.NDS.128.0F.WIG 12 /r by sewardj · 12 years ago
  29. 6be4324 Implement by sewardj · 12 years ago
  30. 80804d1 Implement VCVTTSS2SI xmm1/m32, r32 = VEX.LIG.F3.0F.W0 2C /r by sewardj · 12 years ago
  31. 44565e8 Implement AVX insns by sewardj · 12 years ago
  32. 5c328c0 Tweak initialisation of padding bytes such that future adjustments by florian · 12 years ago
  33. db85550 Enable FCOMS/FCOMPS on amd64. Fixes #300414. (Eliot Moss, moss@cs.umass.edu) by sewardj · 12 years ago
  34. b5e17b9 Fix feature recognition on AMD Bulldozer following the recent AVX by sewardj · 12 years ago
  35. fe8940d Ensure s390x guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
  36. 62d3cda Ensure arm guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
  37. ae9590b Ensure ppc64 guest state size is 32-byte aligned, as per increase in by sewardj · 12 years ago
  38. c4530ae Add initial support for Intel AVX instructions (VEX side). by sewardj · 12 years ago
  39. 061dc42 Fix disassembly for asi and agsi by florian · 12 years ago
  40. ff9613f Eliminate helper s390_calculate_icc. Rewrite and factor the code to use by florian · 12 years ago
  41. 52af7bc Back out VEX r2326. It was not working correctly. The guard condition by florian · 12 years ago
  42. e065436 Improve insn selection for helper calls. Attempt to evaluate arguments by florian · 12 years ago
  43. 297b606 Use make_gpr throughout. Remove unused parameter. by florian · 12 years ago
  44. e09e8bb Remove an out-of-date comment. by florian · 12 years ago
  45. 7d117ba Add the counter pseudo register to the list of guest registers to by florian · 12 years ago
  46. f87d4fb Special-case the TR insn for EX. by florian · 12 years ago
  47. 79e839e More refactoring to avoid code duplication (irgen_CLC/CLC_EX and by florian · 12 years ago
  48. b0bf660 Add NC and OC to the list of insns that get special treatment under EX. by florian · 12 years ago
  49. 79bee4b Add ETF3 facility (VEX bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  50. cb06d5e Don't use constants of the form 0b...; apparently older compilers by sewardj · 12 years ago
  51. 5eff1c5 Add support for POWER Power Decimal Floating Point (DFP) test class, by sewardj · 12 years ago
  52. f350a42 Add a feature check flag for AVX. by sewardj · 12 years ago
  53. bba356d Try to fold out some of the lousy code generated by the amd64 front by sewardj · 12 years ago
  54. 61acf4c Add spec rules for Z and NZ after LOGICW. by sewardj · 12 years ago
  55. fadbbe2 (stats only) Let the callers of LibVEX_Translate know how many guest by sewardj · 12 years ago
  56. cdc376d POWER Processor decimal floating point instruction support, part 3 by sewardj · 12 years ago
  57. 2f6902b For each backend, unify the sets of IRJumpKinds handled for Ist_Exit by sewardj · 12 years ago
  58. 623d65b Fix makefile to allow compilation with gcc -g3. by florian · 12 years ago
  59. 1c2b4db tchain optimization for s390 (continued) by florian · 12 years ago
  60. ebaf8d9 tchain optimisation for s390 (VEX bits) by florian · 12 years ago
  61. 6f1dede Rename to VEX_S390X_MODEL_UNKNOWN. by florian · 12 years ago
  62. 65b5b3f (post-tchain-merge cleanup) Stop s390x asserting on illegal insns. by florian · 12 years ago
  63. 0e047d6 (post-tchain-merge cleanup): Use ASI and AGSI for increment / decrement if by florian · 12 years ago
  64. bf516d1 (post-tchain-merge cleanup): Tighten up some asserts. by florian · 12 years ago
  65. 90ece04 Fix debug print for hwcaps adding stfle ad etf2. by florian · 12 years ago
  66. 39aacda (post-tchain-merge cleanup): x86: handle a couple more syscall kinds by sewardj · 12 years ago
  67. 172ff56 chainXDirect_ARM: generate direct jumps when possible. by sewardj · 12 years ago
  68. 3e8ba60 Ain_XDirect, Ain_XIndir: use short form encodings where possible. by sewardj · 12 years ago
  69. 53d8455 (post-tchain-merge cleanup) remove temp supporting hack "IRStmt_Exit3" by sewardj · 12 years ago
  70. 3d0e38e (post-tchain-merge cleanup) Stop x86/amd64 asserting on illegal insns. by sewardj · 12 years ago
  71. f26994a We incorrectly stored the archinfo_host argument of iselSB_S390 into by florian · 12 years ago
  72. db01409 Merge branches/TCHAIN from r2271 (its creation point) into trunk. by sewardj · 12 years ago
  73. ed055d0 Add a spec rule for NE after COPY. by sewardj · 12 years ago
  74. da9a9f5 Comment-only change. by sewardj · 12 years ago
  75. 87ce6d7 Avoid word-size warnings when this is compiled on 64 bit platforms. by sewardj · 12 years ago
  76. f252de5 Changes to make t-chaining work on ppc64-linux. More fun than a by sewardj · 12 years ago
  77. 48cb961 Minor non-functional tweak. by florian · 12 years ago
  78. 9e1cf15 Fill in some more bits to do with t-chaining for ppc64 by sewardj · 12 years ago
  79. 3dee849 Add translation chaining support for ppc32 (tested) and to by sewardj · 12 years ago
  80. 8559e41 Correctly update the guest IA at the end of an insn to point to by florian · 12 years ago
  81. f9e1ed7 More fixes: by florian · 12 years ago
  82. 1c85704 Fix s390_tchain_patch_load64; some bytes were mixed up. by florian · 12 years ago
  83. 2d98d89 Make the list of handled jump kinds the same in s390_isel_stmt and iselNext. by florian · 12 years ago
  84. 37dd895 No idea what happened here. Fixed as obvious. by florian · 12 years ago
  85. 96c5f26 Deal with CLFLUSH, which were not correctly dealt with (w.r.t. new IR by sewardj · 12 years ago
  86. ae71d36 No need to handle Ijk_Sys_int32 which is specific to amd64. by florian · 12 years ago
  87. 7346c7a First round of fixes: some cut'n paste errors. And the guest_IA in by florian · 12 years ago
  88. e857804 Extend CSE to cover CSEing of clean helper calls. This gives a by sewardj · 12 years ago
  89. 8844a63 Translation chaining for s390. To be debugged. by florian · 12 years ago
  90. 0f62198 ado_treebuild_BB: don't allow loads to be floated past CASs. by sewardj · 12 years ago
  91. 26217b0 by sewardj · 12 years ago
  92. 0548cdb Improve the behaviour of 64-to/from-80 bit QNaN conversions, so that by sewardj · 12 years ago
  93. d51f2fd ARMin_MFence: implement using ARMv7 insns instead of the legacy mcr-15 by sewardj · 12 years ago
  94. bda6ed3 Add %J format to s390_sprintf. New function s390_jump_kind_as_string. by florian · 12 years ago
  95. c6f970f Add translation chaining support for amd64, x86 and ARM (VEX side). See #296422. by sewardj · 12 years ago
  96. c66d6fa Fixes for capabilities checking w.r.t. Power DFP instructions (VEX by sewardj · 12 years ago
  97. 3cd525c Make a copy of r2270/r12476 for work on translation chaining. by sewardj · 12 years ago
  98. c6bbd47 Initial support for POWER Processor decimal floating point instruction by sewardj · 12 years ago
  99. 428dfdd Consolidate guest state offset computation. There is only by florian · 12 years ago
  100. cf4be4a gcc seems to have taken to generating "orl $0xFFFFFFFF, %reg32" to get by sewardj · 12 years ago