1. 4180af3 Fix VEX standalone build with Makefile-gcc. This has been bit-rotting by florian · 12 years ago
  2. b0b6710 s390: New file s390_defs.h to contain definitions that are by florian · 12 years ago
  3. 9f42ab4 s390: Simplify the optimisation for PUTs to tracked registers. by florian · 12 years ago
  4. c4aa7ed s390: Reduce the size of an s390_insn from 48 bytes to 32 bytes by by florian · 12 years ago
  5. a77451c s390: Fix a silly mistake causing an infinite loop. by florian · 12 years ago
  6. f85fe3e s390: Generalise S390_INSN_GADD which only worked on the guest by florian · 12 years ago
  7. 06dfe21 s390: Fix an assert. by florian · 12 years ago
  8. 6dc9024 s390: Rename s390_conv_t to s390_bfp_conv_t. Purely mechanical. by florian · 12 years ago
  9. 2d3d87f s390: Distinguish between conversion to/from IRCmpFxxResult and by florian · 12 years ago
  10. daa4084 Define IRCmpD64Result and IRCmpD128Result. by florian · 12 years ago
  11. eb981ae s390: Add support for storing DFP values (32/64 bit). by florian · 12 years ago
  12. e38f641 Add support for these DFP insns: by florian · 12 years ago
  13. 8a3e969 Remove redundant code snippet. by florian · 12 years ago
  14. 4ebaa77 Fix typos. Should really use __func__ instead. by florian · 12 years ago
  15. f64d27e s390: Fix IR generation for DDTR and MDTR. These insns do not modify by florian · 12 years ago
  16. b3764a9 s390: Fix disassembly for ADTRA, DDTRA, MDTRA, and SDTRA. by florian · 12 years ago
  17. cb2b24e s390: Add thunk layout documentation for S390_CC_OP_DFP_RESULT_64. by florian · 12 years ago
  18. 1beb433 Constant folder: enable Sub32(x,0) ==> x. by sewardj · 12 years ago
  19. 9213c61 Iop_GetMSBs8x16: remove a copy-n-paste error introduced in r2590. by sewardj · 12 years ago
  20. 6dd9f27 Fix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32. by florian · 12 years ago
  21. eca3354 Fix an assert in s390 disassembly. Eliminate a few magic array by florian · 12 years ago
  22. 473dc16 Teach vprintf_wrk about '*' as format width, in which case the width by florian · 12 years ago
  23. 78a2059 Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16) by sewardj · 12 years ago
  24. abf3945 Support the UMAAL instruction. (n-i-bz). Based on a patch from by sewardj · 12 years ago
  25. 09bbba8 Generalise S390_INSN_GZERO which only worked on the guest by florian · 12 years ago
  26. 9061eb3 Eliminate some lameness when writing out hwcaps. by florian · 12 years ago
  27. aec8e05 Move definition of facility bits to libvex_s390x_common.h so we by florian · 12 years ago
  28. ffbd84d Use VEX types. by florian · 12 years ago
  29. 76a1424 Complete the decoder. All published opcodes are now handled. by florian · 12 years ago
  30. 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
  31. dbcb1df Re-enable XADD Gb,Eb. Fixes #307106. (Jakub Jelinek, jakub@redhat.com) by sewardj · 12 years ago
  32. 2289cd4 Recognise insns for zEC12 in the decoder. by florian · 12 years ago
  33. b7def22 In the past, the implementation of STFLE returned the facilities of the host by florian · 12 years ago
  34. 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
  35. ffc9401 Refactor the code based on s390_irgen_LAA. by florian · 12 years ago
  36. a265ee7 Fix implementation of LAA for atomic update. by florian · 12 years ago
  37. bb5aa78 Fix typo. by florian · 12 years ago
  38. 25e1cb2 Formatting only change. by florian · 12 years ago
  39. efa834a Make some function parameters pointer to const. by florian · 12 years ago
  40. 1e994b9 Correctly model LL/SC on MIPS. by petarj · 12 years ago
  41. 55085f8 Changes for -Wwrite-strings by florian · 12 years ago
  42. 9163968 VEX, ppc fix use of modified value in the Iop_32HLto64 implementation by carll · 12 years ago
  43. f833ed4 Add a special-case implementation of PCMPISTRI $0x3A, which generates by sewardj · 12 years ago
  44. 3d6a422 Fix type mixup. Spotted by GCC, analysed by Julian. by florian · 12 years ago
  45. 1239020 Add support for binary DFP operations (64-bit). by florian · 12 years ago
  46. e13074c Improve accuracy of definedness tracking through the x86 PMOVMSKB and by sewardj · 12 years ago
  47. bb3f401 Valgrind, ppc: Fix missing checks for 64-bit instructions operating in 32-bit mode, Bugzilla 308573 by carll · 12 years ago
  48. c8e4f56 Add machinery to support DFP rounding modes. by florian · 12 years ago
  49. 590875f Fix compilation warning on non-mips targets (rm was flagged as unused) by sewardj · 12 years ago
  50. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  51. a6a1986 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
  52. 80ab265 Allow representation of trace caches (VexCache). by florian · 12 years ago
  53. 5906a6b s390: Order the operands of the multiply-and-add/subtract IROps by florian · 12 years ago
  54. d7f19c0 check in ltg jhe fix. Fixes https://bugs.kde.org/show_bug.cgi?id=308427 by cborntra · 12 years ago
  55. 5df8ab0 Fix HChar / UCHar / Char mixups. VEX now compiles without by florian · 12 years ago
  56. 5048192 Pass VexArchInfo to the instrumentation functions. by florian · 12 years ago
  57. f192a39 Add data structures for cache representation to libvex.h: by florian · 12 years ago
  58. 125e20d s390: This is a pre-patch for DFP support. It renames certain by florian · 12 years ago
  59. 58a637b Make header files compilable by itself to get two benefits: by florian · 12 years ago
  60. 5ea257b Change the return value of LibVEX_{Chain,UnChain,PatchProfInc}. by florian · 12 years ago
  61. 98f1170 Shorten the list of allocable registers for MIPS to fit Loongson MIPS32 mode. by petarj · 12 years ago
  62. c1b9e39 In function irExpr_to_AvailExpr: Replace if-chains with a switch stmt. by florian · 12 years ago
  63. 81a4bfe s390: Give function static linkage. Also avoids a compiler warning. by florian · 12 years ago
  64. 79af575 s390: Rename host_s390_disasm.[ch] to s390_disasm.[ch] as they by florian · 12 years ago
  65. a165920 s390: Fix another harmless unop/binop field mixup. by florian · 12 years ago
  66. f0fa1be s390: Update IR generation for the SRNM insn. by florian · 12 years ago
  67. 32dd538 Add support for: uqsub16 shadd16 uhsub8 uhsub16. Fixes #304035. by sewardj · 12 years ago
  68. a87ce53 Fix PCMPxSTRx variant $0x46. Fixes #306664. by sewardj · 12 years ago
  69. e7e1018 STM<c>.W <Rn>{!},<registers> (Encoding T2): allow the base register to by sewardj · 12 years ago
  70. 76714fd Constify the format string in a few printf-like functions. by florian · 12 years ago
  71. 16d12b4 Tweak the IR injector so it can handle an immediate operand for by florian · 12 years ago
  72. 3d80fad Avoid compiler warning. by florian · 12 years ago
  73. 3f3e50d s390: Handle S390_BFP_NABS correctly for 128-bit arguments. by florian · 12 years ago
  74. 6d8e26e s390: Fix s390_emit_SFPC. That insn never required two registers. by florian · 12 years ago
  75. 2c74d24 s390: Change the handling of S390_ROUND_PER_FPC (which indicates that the by florian · 12 years ago
  76. da25edd Add three new kinds of AvailExpr: Mttc, Mtct, and Mtcc by florian · 12 years ago
  77. cc491a6 s390: Remove insns for 128-bit BFP and merge with 32/64-bit. This by florian · 12 years ago
  78. 9fcff4c s390: More prep work bfp reorg. In the future unary/binary/ternary by florian · 12 years ago
  79. 8c3ccaf s390: Prepare for bfp reorg. Change the emit functions for the by florian · 12 years ago
  80. 606dbeb s390: Add asserts to s390_emit_XYZ functions for convert-to/from-logical. by florian · 12 years ago
  81. be927ba Correcting how load/store doubles are modelled on MIPS for big-endian. by petarj · 12 years ago
  82. e68c192 s390: Fix another mixup. Did not cause problems due to same field offset. by florian · 12 years ago
  83. 66e596d Fix a mixup. This never caused a problem because the fields happened by florian · 12 years ago
  84. 19e0077 s390: Fix condition code computation for convert-to-fixed/logical by florian · 12 years ago
  85. 12b0bca s390: The load-rounded insns also need to issue an emulation by florian · 12 years ago
  86. db4fcaa s390: Non-functional change. by florian · 12 years ago
  87. 847684d Binary floating point cleanup. This was an area that was hushed up by florian · 12 years ago
  88. e83db48 Add vassert for DFP shift value to make sure shift value is an immediate value. by carll · 12 years ago
  89. 1ec43e0 Load/store doubles on MIPS are modeled through Ity_F64 rather than two Ity_F32. by petarj · 12 years ago
  90. a0d8eb8 Add ARM front/back end support for IR injection. by sewardj · 12 years ago
  91. f7bb46d s390: Undo part of r2501. The "convert to fixed" opcodes always have an m3 by florian · 12 years ago
  92. 4b8efad Support the variety of "convert to/from fixed" and "load rounded" opcodes by florian · 12 years ago
  93. 4955c74 Remove alignment checks for VMPSADBW, VPHMINPOSUW, VPALIGNR since they by sewardj · 12 years ago
  94. d212920 s390: Mark a few more function parameters as unused. by florian · 12 years ago
  95. e75dafa s390: Generate an emulation failure if an insn is encountered that by florian · 12 years ago
  96. 1c8f7ff s390: Add support for the "convert from/to logical" instruction family. by florian · 12 years ago
  97. 4a2f52e Comment only change. by florian · 12 years ago
  98. 60b665b s390: Add floating point extension facility to hwcaps. by florian · 12 years ago
  99. dfc55f8 Fix address computation in IR injection. When loading / storing a by florian · 12 years ago
  100. 9e23873 Fix IR injection for ppc32. Need to use mkSzImm not mkU64... by florian · 12 years ago