1. 406ac94 Add function s390_isel_amode_b12_b20 to compile an expression into an by florian · 10 years ago
  2. 608e560 Remove dead code. by florian · 10 years ago
  3. d8c64e0 Constification part 5. by florian · 10 years ago
  4. 9b76916 Improve infrastructure for dealing with endianness in VEX. This patch by sewardj · 10 years ago
  5. 05f5e01 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  6. a2039c5 The result of rounding a 128-bit BFP/DFP value to 32/64 bit needs to by florian · 11 years ago
  7. 89ae847 Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  8. 9041956 Eliminate IRExprP__VECRET and IRExprP__BBPTR and introduce two new by florian · 11 years ago
  9. 74142b8 Add infrastructural support (IR, VEX) to allow returns of 128- by sewardj · 11 years ago
  10. 7ab421d s390: Support some more BFP <-> DFP conversions (the ones by florian · 11 years ago
  11. 79e5a48 Eliminate IRRoundingModeDFP by merging its values into IRRoundingMode. by florian · 11 years ago
  12. 78d5ef7 s390: First round of changes to support the PFPO insn. by florian · 11 years ago
  13. d18287d s390: Fix a type mixup found by BEAM. by florian · 11 years ago
  14. 5c53973 s390: Support the following DFP insns: by florian · 11 years ago
  15. 79efdc6 Make HReg a struct. In the past there were several occurences where by florian · 11 years ago
  16. a887acd s390: Support these DFP insns: CDGTRA, CXGTR, CGXTR, and CGDTR. by florian · 11 years ago
  17. ff9000d s390: Change get_dfp_rounding_mode to map IR rounding modes to by florian · 11 years ago
  18. cec3a8a s390: Change insn selection to recognize memcpy-like statements. by florian · 11 years ago
  19. 99dd03e Infrastructure cleanup part 2. by florian · 11 years ago
  20. 009230b Infrastructure cleanup: change type of the condition field of by sewardj · 11 years ago
  21. 67a171c s390: Fix a type mixup spotted by IBM's BEAM checker. by florian · 12 years ago
  22. 5f03462 s390: Support insns to convert between DFP values and signed/unsigned by florian · 12 years ago
  23. 1b901d4 s390: Add support for DFP "shift significant" insns. by florian · 12 years ago
  24. ce9e3db s390: Support the "test data class/group" and "extract significance" by florian · 12 years ago
  25. b93348d s390: Do not waste a register when assigning a constant to a memory by florian · 12 years ago
  26. 20c6bca s390x: Support "compare biased exponent" insns CEDTR, CEXTR. by florian · 12 years ago
  27. 9f42ab4 s390: Simplify the optimisation for PUTs to tracked registers. by florian · 12 years ago
  28. f85fe3e s390: Generalise S390_INSN_GADD which only worked on the guest by florian · 12 years ago
  29. 6dc9024 s390: Rename s390_conv_t to s390_bfp_conv_t. Purely mechanical. by florian · 12 years ago
  30. 2d3d87f s390: Distinguish between conversion to/from IRCmpFxxResult and by florian · 12 years ago
  31. eb981ae s390: Add support for storing DFP values (32/64 bit). by florian · 12 years ago
  32. e38f641 Add support for these DFP insns: by florian · 12 years ago
  33. 8a3e969 Remove redundant code snippet. by florian · 12 years ago
  34. 4ebaa77 Fix typos. Should really use __func__ instead. by florian · 12 years ago
  35. 09bbba8 Generalise S390_INSN_GZERO which only worked on the guest by florian · 12 years ago
  36. ffbd84d Use VEX types. by florian · 12 years ago
  37. 3d6a422 Fix type mixup. Spotted by GCC, analysed by Julian. by florian · 12 years ago
  38. 1239020 Add support for binary DFP operations (64-bit). by florian · 12 years ago
  39. c8e4f56 Add machinery to support DFP rounding modes. by florian · 12 years ago
  40. 5906a6b s390: Order the operands of the multiply-and-add/subtract IROps by florian · 12 years ago
  41. 125e20d s390: This is a pre-patch for DFP support. It renames certain by florian · 12 years ago
  42. 3f3e50d s390: Handle S390_BFP_NABS correctly for 128-bit arguments. by florian · 12 years ago
  43. 2c74d24 s390: Change the handling of S390_ROUND_PER_FPC (which indicates that the by florian · 12 years ago
  44. cc491a6 s390: Remove insns for 128-bit BFP and merge with 32/64-bit. This by florian · 12 years ago
  45. 9fcff4c s390: More prep work bfp reorg. In the future unary/binary/ternary by florian · 12 years ago
  46. 66e596d Fix a mixup. This never caused a problem because the fields happened by florian · 12 years ago
  47. 4b8efad Support the variety of "convert to/from fixed" and "load rounded" opcodes by florian · 12 years ago
  48. 1c8f7ff s390: Add support for the "convert from/to logical" instruction family. by florian · 12 years ago
  49. 4e0083e On s390: Terminate the superblock with Ijk_EmFail if an stfle insn by florian · 12 years ago
  50. 5e0f204 Fix insn selection for Iop_Shr8/16 and Iop_Sar8/16 on s390. by florian · 12 years ago
  51. af7ad28 fix the put optimization. It is ok to have F-types in the CC_* by cborntra · 12 years ago
  52. 61f23c1 Update copyright notices for s390 by florian · 12 years ago
  53. 11b8ee8 The arguments in a helper call need to be sign/zero-extended by florian · 12 years ago
  54. 5f27dcf Fix a bug in insn selection. For some reason Iop_1UtoXYZ did no by florian · 12 years ago
  55. f366a80 Fix a bug in insn selection. Though shalt not modify the by florian · 12 years ago
  56. af50a19 Use vpanic, not vassert, you silly. by florian · 12 years ago
  57. 448cbba Support "compare double ansd swap" insns: CDS, CDSY, and CDSG by florian · 12 years ago
  58. 420bfa9 Put the Triop member into a separate struct (IRTriop) and link to that by florian · 12 years ago
  59. 96d7cc3 Put the Qop member into a separate struct (IRQop) and link to that by florian · 12 years ago
  60. c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
  61. 01ed6e7 Change S390_INSN_HELPER_CALL such that returning a value is part by florian · 12 years ago
  62. 52af7bc Back out VEX r2326. It was not working correctly. The guard condition by florian · 12 years ago
  63. e065436 Improve insn selection for helper calls. Attempt to evaluate arguments by florian · 12 years ago
  64. 297b606 Use make_gpr throughout. Remove unused parameter. by florian · 12 years ago
  65. 7d117ba Add the counter pseudo register to the list of guest registers to by florian · 12 years ago
  66. 65b5b3f (post-tchain-merge cleanup) Stop s390x asserting on illegal insns. by florian · 12 years ago
  67. f26994a We incorrectly stored the archinfo_host argument of iselSB_S390 into by florian · 12 years ago
  68. 2d98d89 Make the list of handled jump kinds the same in s390_isel_stmt and iselNext. by florian · 12 years ago
  69. 8844a63 Translation chaining for s390. To be debugged. by florian · 12 years ago
  70. 428dfdd Consolidate guest state offset computation. There is only by florian · 12 years ago
  71. ad43b3a Improve code generation on s390x for assignment of constant by florian · 12 years ago
  72. 4d71a08 Handle Iop_ReinterpF32asI32 and Iop_ReinterpI32asF32 in insn selection. by florian · 13 years ago
  73. 35da861 Get rid of redundant address mode calculation. by florian · 13 years ago
  74. a52e37e s390x: Implement Ist_MBE by sewardj · 13 years ago
  75. a970c40 s390x: fix code confusion by sewardj · 13 years ago
  76. 652b56a s390x: reconsider "long displacement" requirement. We currently by sewardj · 13 years ago
  77. 611b06e s390x: FLOGR is not universally available. Fixes #268715. by sewardj · 13 years ago
  78. 2019a97 Add a port to IBM z/Architecture (s390x) running Linux -- VEX by sewardj · 13 years ago