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