1. ad00ea9 Encountering a PFPO insn in a client program while running on a host by florian · 10 years ago
  2. 2a4de0b Fix some verbiage. by florian · 10 years ago
  3. d8c64e0 Constification part 5. by florian · 10 years ago
  4. b66ad46 Use __typeof__ to improve readability and future maintainability. by florian · 10 years ago
  5. 017c0d5 Remove unused prototype. Add a fixs390. by florian · 10 years ago
  6. 8462d11 Constification part 4. by florian · 10 years ago
  7. 7d6f81d Constification part 2. by florian · 10 years ago
  8. 9b696ac Remove the valgrind_support parameter from LibVEX_Init. It's unused by florian · 10 years ago
  9. f72c2c1 Use const instead of a comment. by florian · 10 years ago
  10. 0ad37a9 Add support for generating ProfInc sequences on ARM64, so as to by sewardj · 10 years ago
  11. 1f5fe1f This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  12. 9b76916 Improve infrastructure for dealing with endianness in VEX. This patch by sewardj · 10 years ago
  13. d1526f2 Remove fields from VexAbiInfo that only had relevance to the old AIX5 by sewardj · 10 years ago
  14. 05f5e01 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  15. 6590299 ARM64: add support for cache management instructions (VEX side): by sewardj · 10 years ago
  16. c6acaa4 Implement unchainXDirect_ARM64. by sewardj · 10 years ago
  17. bbcf188 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set): by sewardj · 10 years ago
  18. 89ae847 Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  19. bc7d6f4 mips: clean-up in hardware detection (Cavium/DSP ASEs) by petarj · 11 years ago
  20. 994cc46 mips32: small cleanup in show_hwcaps_mips32 by petarj · 11 years ago
  21. 6c65c12 Support mmxext (integer sse) subset on i386 (athlon). by mjw · 11 years ago
  22. 0c74bb5 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  23. 74142b8 Add infrastructural support (IR, VEX) to allow returns of 128- by sewardj · 11 years ago
  24. 9138b17 Rename ppc_cache_line_szB to indicate that this is the size by florian · 11 years ago
  25. c3fee0d mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
  26. 78d5ef7 s390: First round of changes to support the PFPO insn. by florian · 11 years ago
  27. 8bde7f1 Implement ARM SDIV and UDIV instructions. Fixes #314178. Partially by sewardj · 11 years ago
  28. cc3d219 AMD64: Add support for AVX2, BMI1, BMI2 and FMA instructions (VEX side). by sewardj · 11 years ago
  29. 818c730 Implement RDTSCP on amd64, finally. This fixes #251569 and dups by sewardj · 11 years ago
  30. b92a954 mips: adding MIPS64LE support to VEX by petarj · 11 years ago
  31. 62140c1 Improve the tree builder in IR optimisation. Allow load expressions to be by florian · 11 years ago
  32. 65ea17e Show the guest->host code expansion ratio when debug-printing translations. by sewardj · 12 years ago
  33. 9061eb3 Eliminate some lameness when writing out hwcaps. by florian · 12 years ago
  34. aec8e05 Move definition of facility bits to libvex_s390x_common.h so we by florian · 12 years ago
  35. 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
  36. 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
  37. 55085f8 Changes for -Wwrite-strings by florian · 12 years ago
  38. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  39. 5048192 Pass VexArchInfo to the instrumentation functions. by florian · 12 years ago
  40. f192a39 Add data structures for cache representation to libvex.h: by florian · 12 years ago
  41. f0fa1be s390: Update IR generation for the SRNM insn. by florian · 12 years ago
  42. 4b8efad Support the variety of "convert to/from fixed" and "load rounded" opcodes by florian · 12 years ago
  43. e75dafa s390: Generate an emulation failure if an insn is encountered that by florian · 12 years ago
  44. 60b665b s390: Add floating point extension facility to hwcaps. by florian · 12 years ago
  45. 8c88cb6 s390: Add support for the ecag insn. Patch from Divya Vyas by florian · 12 years ago
  46. c5c669b On s390: Terminate the superblock with Ijk_EmFail if an stckf insn by florian · 12 years ago
  47. a4c3669 s390: Add STCKF hardware facility to hwcaps. by florian · 12 years ago
  48. 4e0083e On s390: Terminate the superblock with Ijk_EmFail if an stfle insn by florian · 12 years ago
  49. 6ef84be Followup to r2483, purely mechanical. Rename: by florian · 12 years ago
  50. 33b0243 Rename libvex_emwarn.h to libvex_emnote.h and fix all by florian · 12 years ago
  51. 25e5473 Update copyright dates to include 2012. by sewardj · 12 years ago
  52. c8e2f98 VEX part (remove --vex-iropt-precise-memory-exns, add --vex-iropt-register-updates) by philippe · 12 years ago
  53. d0e5fe7 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  54. 420bfa9 Put the Triop member into a separate struct (IRTriop) and link to that by florian · 12 years ago
  55. 96d7cc3 Put the Qop member into a separate struct (IRQop) and link to that by florian · 12 years ago
  56. c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
  57. d6f38b3 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  58. b5e17b9 Fix feature recognition on AMD Bulldozer following the recent AVX by sewardj · 12 years ago
  59. c4530ae Add initial support for Intel AVX instructions (VEX side). by sewardj · 12 years ago
  60. 79bee4b Add ETF3 facility (VEX bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  61. f350a42 Add a feature check flag for AVX. by sewardj · 12 years ago
  62. fadbbe2 (stats only) Let the callers of LibVEX_Translate know how many guest by sewardj · 12 years ago
  63. 90ece04 Fix debug print for hwcaps adding stfle ad etf2. by florian · 12 years ago
  64. db01409 Merge branches/TCHAIN from r2271 (its creation point) into trunk. by sewardj · 12 years ago
  65. f252de5 Changes to make t-chaining work on ppc64-linux. More fun than a by sewardj · 12 years ago
  66. 9e1cf15 Fill in some more bits to do with t-chaining for ppc64 by sewardj · 12 years ago
  67. 3dee849 Add translation chaining support for ppc32 (tested) and to by sewardj · 12 years ago
  68. 8844a63 Translation chaining for s390. To be debugged. by florian · 12 years ago
  69. c6f970f Add translation chaining support for amd64, x86 and ARM (VEX side). See #296422. by sewardj · 12 years ago
  70. c66d6fa Fixes for capabilities checking w.r.t. Power DFP instructions (VEX by sewardj · 12 years ago
  71. e6c53e0 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  72. 2eeeb9b Document and assert that needs_self_check of VexTranslateArgs must not be NULL. by florian · 13 years ago
  73. bc161a4 Change the interface to LibVEX_Translate slightly, so as to make the by sewardj · 13 years ago
  74. 010ac54 x86 and amd64 back ends: when generating transfers back to the by sewardj · 13 years ago
  75. d07b856 s390x: fpr - gpr transfer facility by sewardj · 13 years ago
  76. 66d5ef2 Add support for IBM Power ISA 2.06 -- stage 1. Bug #267630 and by sewardj · 13 years ago
  77. 652b56a s390x: reconsider "long displacement" requirement. We currently by sewardj · 13 years ago
  78. 2019a97 Add a port to IBM z/Architecture (s390x) running Linux -- VEX by sewardj · 13 years ago
  79. e971c6a Support the DCBZL instruction. Also, query the host CPU at startup by sewardj · 14 years ago
  80. ec0d9a0 Merge from branches/THUMB: hwcaps for ARM. May get simplified since by sewardj · 14 years ago
  81. 536fbab Only decode LZCNT if the host supports it, since otherwise we risk by sewardj · 14 years ago
  82. 69d98e3 Implement SSE4 instructions: PCMPGTQ PMAXUD PMINUD PMAXSB PMINSB PMULLD by sewardj · 14 years ago
  83. 752f906 Update copyright dates to 2010 and change license to standard GPL2+. by sewardj · 14 years ago
  84. 984d9b1 by sewardj · 14 years ago
  85. 2a1ed8e Make the x86 and amd64 back ends use the revised prototypes for by sewardj · 15 years ago
  86. 6c299f3 Merge r1925:1948 from branches/ARM. This temporarily breaks all other by sewardj · 15 years ago
  87. 01f8cce Print raw machine code in an easier-to-parse way. by sewardj · 15 years ago
  88. 3187dc7 Get rid of LibVEX_Version(). by sewardj · 15 years ago
  89. ff99b07 Unbreak the svn-version thing following r1904. by sewardj · 15 years ago
  90. cef7d3e by sewardj · 15 years ago[Renamed (97%) from priv/main/vex_main.c]
  91. e9d8a26 Merge in branches/DCAS: by sewardj · 15 years ago
  92. 2e28ac4 by sewardj · 16 years ago
  93. a26d820 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  94. be1b6ff by sewardj · 17 years ago
  95. fb7373a Merge, from CGTUNE branch: by sewardj · 17 years ago
  96. e744153 Update copyright dates. by sewardj · 18 years ago
  97. dd40fdf by sewardj · 18 years ago
  98. aca070a Merge r1663-r1666: by sewardj · 18 years ago
  99. a33e9a4 Update copyright dates. by sewardj · 18 years ago
  100. 8f07359 Counterpart to r1605: in the ppc insn selector, don't use the bits by sewardj · 18 years ago