1. 5074b49 Add symbolic constant LibVEX_GUEST_STATE_ALIGN. Use it. by florian · 9 years ago
  2. 8cf6637 Remove an unused macro (which also had undefined behaviours). by florian · 9 years ago
  3. 6a785df Implement FP instructions: by sewardj · 9 years ago
  4. ee3db33 Implement all remaining FP multiple style instructions: by sewardj · 9 years ago
  5. 5cb53e7 Implement all remaining FP min/max style instructions: by sewardj · 9 years ago
  6. 13830dc Implement all remaining FP compare instructions: by sewardj · 9 years ago
  7. 6d5985e Enable FCVTMU Xd,Sn. Fixes #343332. by sewardj · 9 years ago
  8. ca2c3c7 Make a very minor change to the LibVEX_Translate interface (sub-arg of by sewardj · 9 years ago
  9. 18bf154 Fix bug 343802. We need to handle one more special case in the spechelper by cborntra · 9 years ago
  10. 66a5e81 guest_amd64_spechelper: by sewardj · 9 years ago
  11. c8ca773 dis_VMASKMOV: create per-lane transfer/no-transfer guard expressions by sewardj · 9 years ago
  12. 75ba130 Fix hwcaps validity checking for x86. by florian · 9 years ago
  13. d8a2bcb ppIRStoreG: print braces around guarded section, so as to be more by sewardj · 9 years ago
  14. 40ad9b3 Implement AVX-1 conditional vector stores: VMASKMOVP{D,S} xmm/ymm to memory. by sewardj · 9 years ago
  15. 6f1ec58 Use IR conditional stores (IRStoreG) to implement AVX-2 conditional by sewardj · 9 years ago
  16. e357c67 Change AMD64Instr_CMov64 so that the source can only be a register by sewardj · 9 years ago
  17. bdea550 AMD64 front end: translate AVX2 PMASKMOV load instructions (vector by sewardj · 9 years ago
  18. 802bbae Add ILGop_Ident64 to enum type IRLoadGOp so as to make it by sewardj · 9 years ago
  19. 79459e3 Fix an assert. Unbreak build on 32-bit platforms. by florian · 9 years ago
  20. d749c7a Add an assert to check that we're getting the expected alignment. by florian · 9 years ago
  21. 7ce2cc8 The size of an event check never depends on the endianess by florian · 9 years ago
  22. 2322360 Clean up a few leftovers from the AIX port which no longer exists. by florian · 9 years ago
  23. 93a0974 Remove the definitons of Ptr_to_ULong and ULong_to_Ptr. by florian · 9 years ago
  24. a672d19 The following two lines of code always convert the 64-bit pointer to a 32-bit by carll · 9 years ago
  25. 471d006 Fix assert by philippe · 9 years ago
  26. 4047e01 Fixed missing ULL on constants per compiler warnings: by carll · 9 years ago
  27. 44a1471 Fix an incorrect truncation of an address value to 32 bits. by florian · 9 years ago
  28. bdf99f0 Change remaining use of Addr64 in the VEX API to Addr. The reduces by florian · 9 years ago
  29. dcd6d23 Change the IMark statement. The address is now type Addr and the by florian · 10 years ago
  30. 8e2d971 The length of a disassemnled insn is always positive. by florian · 10 years ago
  31. 0eaa35f Give DisResult::continueAt Addr type. by florian · 10 years ago
  32. d4cc0de Make VexTranslateArgs::guest_bytes_addr an Addr value. Fix ripple. by florian · 10 years ago
  33. 43cc179 Synch compiler flags with those in valgrind's Makefile.all.am. Add -std=gnu99. by florian · 10 years ago
  34. beac530 It has long been assumed that host and guest architectures by florian · 10 years ago
  35. a0ef1de As a library, VEX should not export the offsetof and vg_alignof by florian · 10 years ago
  36. 9190bef Add a missing header file. by florian · 10 years ago
  37. 04fc6b1 Change a few prototypes to use SizeT. Also, offsetof returns a SizeT value. by florian · 10 years ago
  38. c66ba65 Add type SizeT (moved here from valgrind's pub_tool_basics.h). by florian · 10 years ago
  39. dc36943 Remove a few dead assignments. by florian · 10 years ago
  40. 8a45a4e Audit a buffer. by florian · 10 years ago
  41. e2cc4de Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 10 years ago
  42. 5665ca3 Remove quote.txt and newline.txt as they are no longer needed. by florian · 10 years ago
  43. e554042 Tweak a format specifier. Remove a redundant assert. by florian · 10 years ago
  44. cacba8e More constification. by florian · 10 years ago
  45. d1b8312 Remove some debugging code that was accidentally checked in in r3038 by florian · 10 years ago
  46. f3652c9 Today this is what happens when we encounter hwcaps we cannot handle: by florian · 10 years ago
  47. eebdb2b New function vfatal which should be used for user messages by florian · 10 years ago
  48. a35a6db Fix incorrect implementation of AESKEYGENASSIST in the case where by sewardj · 10 years ago
  49. 9f07e86 Update x86 decoder as per advise from Julian. by florian · 10 years ago
  50. dc6e747 The long displacement facility is now required. There were a by florian · 10 years ago
  51. 3eb7bab Export s390_host_hwcaps in LibVEX_Translate, so we can use it in by florian · 10 years ago
  52. 49adf86 Add a few more asserts. Fix a function prototype. by florian · 10 years ago
  53. fb59660 DFP insns should cause an emulation failure if the host cannot by florian · 10 years ago
  54. ad00ea9 Encountering a PFPO insn in a client program while running on a host by florian · 10 years ago
  55. 2a4de0b Fix some verbiage. by florian · 10 years ago
  56. 166d645 mips64: add support for Cavium BBIT032 and BBIT132 by petarj · 10 years ago
  57. 9e1c2b0 Implement FRINTI d_d, s_s. by sewardj · 10 years ago
  58. ca95f2d Implement RORV x_x_x, w_w_w by sewardj · 10 years ago
  59. 928540c Implement CLS x_x, w_w by sewardj · 10 years ago
  60. 39b5168 arm64: implement "BRK #imm16". by sewardj · 10 years ago
  61. 406ac94 Add function s390_isel_amode_b12_b20 to compile an expression into an by florian · 10 years ago
  62. 608e560 Remove dead code. by florian · 10 years ago
  63. 4687eb3 This change was triggered by BZ #247974 which suggested to include by florian · 10 years ago
  64. 266d596 arm64: enable FCVT{A,N}S X,S. by sewardj · 10 years ago
  65. 1aff76b Implement {S,U}CVTF (scalar, fixedpt). by sewardj · 10 years ago
  66. d6d13b3 Implement VFPv4 VFNMA, VFNMS d_d and s_s variants (not that by sewardj · 10 years ago
  67. b963eef Fix stupid bug introduced in r2993, which causes many simple scalar by sewardj · 10 years ago
  68. 76927e6 Implement arm64 insns: by sewardj · 10 years ago
  69. 0728a52 Implement "fcvtpu w, s". n-i-bz. by sewardj · 10 years ago
  70. e23ec11 Implement fcsel d_d, s_s. Fixes #340856. by sewardj · 10 years ago
  71. d2c19b4 Add detection of old ppc32 magic instructions from bug 278808. by mjw · 10 years ago
  72. e3a10d7 Add a nasty temporary kludge to CPUID that allows 64-bit MacOSX 10.10 by sewardj · 10 years ago
  73. 07ab40d Fix incorrect decoding of AVX2 insns: by sewardj · 10 years ago
  74. c871940 Bug 340632 arm64: unhandled instruction fcvtas by mjw · 10 years ago
  75. 2584255 Handle all DSB/DMB/ISB variants. Fixes #340033. by sewardj · 10 years ago
  76. 5b924c8 Implement PRFM (immediate). Fixes #335713. by sewardj · 10 years ago
  77. f67fcb9 Implement FCVTAS W_S and FCVTAU W_S. Fixes #340509. by sewardj · 10 years ago
  78. d0e5e53 Implement by sewardj · 10 years ago
  79. 31b29af Implement fcvtmu x_d. Fixes #339927. by sewardj · 10 years ago
  80. d8ad76a Implement frintx d_d and s_s. Fixes #339926. by sewardj · 10 years ago
  81. 23872f6 Tweak to allow the use of this Makefile with the ICC compiler. by florian · 10 years ago
  82. bed9f68 * add a missing extra m-reg check for some LD/ST vector cases by sewardj · 10 years ago
  83. 75d774c Companion patch of valgrind r14664. by florian · 10 years ago
  84. 74e5e6b Memove unused macro. Should have been part of r2955. by florian · 10 years ago
  85. 208a776 Implement SIMD (de)interleaving loads/stores: by sewardj · 10 years ago
  86. f4f25ff Bug 339858 arm64 recognize dmb sy. Data Memory Barrier full SYstem variant. by mjw · 10 years ago
  87. bde3406 Merge the memory allocation bits from libvex.h into main_util.c. by florian · 10 years ago
  88. 85175a7 This patch makes the needed changes to the lxvw4x for Little Endian. by carll · 10 years ago
  89. 67ec22c mips: add a missing break by petarj · 10 years ago
  90. 830ef70 mips: use putDReg/getDReg for ceil.l.d by petarj · 10 years ago
  91. d8c64e0 Constification part 5. by florian · 10 years ago
  92. b66ad46 Use __typeof__ to improve readability and future maintainability. by florian · 10 years ago
  93. 017c0d5 Remove unused prototype. Add a fixs390. by florian · 10 years ago
  94. 99de41e This commit just makes white space changes to the three files in commit by carll · 10 years ago
  95. 9877fe5 msg by carll · 10 years ago
  96. aedb859 guest_amd64_spechelper: fill in a number of missing cases for by sewardj · 10 years ago
  97. b979d7a Add folding rules for: Sar64(x,0) and Sar32(x,0). Immediate by sewardj · 10 years ago
  98. edccb44 guest_amd64_spechelper: number (in comments) and reorder the spec by sewardj · 10 years ago
  99. 4e303f2 ppc64: lxvw4x instruction uses four 32-byte loads. When run on an by carll · 10 years ago
  100. dff2041 Remove unneeded variable. by florian · 10 years ago