1. dcd6d23 Change the IMark statement. The address is now type Addr and the by florian · 10 years ago
  2. cacba8e More constification. by florian · 10 years ago
  3. d8c64e0 Constification part 5. by florian · 10 years ago
  4. 017c0d5 Remove unused prototype. Add a fixs390. by florian · 10 years ago
  5. 8462d11 Constification part 4. by florian · 10 years ago
  6. 7d6f81d Constification part 2. by florian · 10 years ago
  7. 9b76916 Improve infrastructure for dealing with endianness in VEX. This patch by sewardj · 10 years ago
  8. a2039c5 The result of rounding a 128-bit BFP/DFP value to 32/64 bit needs to by florian · 11 years ago
  9. 89ae847 Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  10. 74142b8 Add infrastructural support (IR, VEX) to allow returns of 128- by sewardj · 11 years ago
  11. 7ab421d s390: Support some more BFP <-> DFP conversions (the ones by florian · 11 years ago
  12. 78d5ef7 s390: First round of changes to support the PFPO insn. by florian · 11 years ago
  13. 5c53973 s390: Support the following DFP insns: by florian · 11 years ago
  14. a887acd s390: Support these DFP insns: CDGTRA, CXGTR, CGXTR, and CGDTR. by florian · 11 years ago
  15. cec3a8a s390: Change insn selection to recognize memcpy-like statements. by florian · 11 years ago
  16. 5f03462 s390: Support insns to convert between DFP values and signed/unsigned by florian · 12 years ago
  17. 1b901d4 s390: Add support for DFP "shift significant" insns. by florian · 12 years ago
  18. ce9e3db s390: Support the "test data class/group" and "extract significance" by florian · 12 years ago
  19. b93348d s390: Do not waste a register when assigning a constant to a memory by florian · 12 years ago
  20. 20c6bca s390x: Support "compare biased exponent" insns CEDTR, CEXTR. by florian · 12 years ago
  21. b0b6710 s390: New file s390_defs.h to contain definitions that are by florian · 12 years ago
  22. c4aa7ed s390: Reduce the size of an s390_insn from 48 bytes to 32 bytes by by florian · 12 years ago
  23. f85fe3e s390: Generalise S390_INSN_GADD which only worked on the guest 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. e38f641 Add support for these DFP insns: by florian · 12 years ago
  26. 09bbba8 Generalise S390_INSN_GZERO which only worked on the guest 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. 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
  30. 1239020 Add support for binary DFP operations (64-bit). by florian · 12 years ago
  31. c8e4f56 Add machinery to support DFP rounding modes. by florian · 12 years ago
  32. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  33. 125e20d s390: This is a pre-patch for DFP support. It renames certain by florian · 12 years ago
  34. 58a637b Make header files compilable by itself to get two benefits: by florian · 12 years ago
  35. 2c74d24 s390: Change the handling of S390_ROUND_PER_FPC (which indicates that the by florian · 12 years ago
  36. cc491a6 s390: Remove insns for 128-bit BFP and merge with 32/64-bit. This by florian · 12 years ago
  37. 9fcff4c s390: More prep work bfp reorg. In the future unary/binary/ternary by florian · 12 years ago
  38. 847684d Binary floating point cleanup. This was an area that was hushed up by florian · 12 years ago
  39. 1c8f7ff s390: Add support for the "convert from/to logical" instruction family. by florian · 12 years ago
  40. 60b665b s390: Add floating point extension facility to hwcaps. by florian · 12 years ago
  41. a4c3669 s390: Add STCKF hardware facility to hwcaps. by florian · 12 years ago
  42. 61f23c1 Update copyright notices for s390 by florian · 12 years ago
  43. 448cbba Support "compare double ansd swap" insns: CDS, CDSY, and CDSG by florian · 12 years ago
  44. 01ed6e7 Change S390_INSN_HELPER_CALL such that returning a value is part by florian · 12 years ago
  45. 79bee4b Add ETF3 facility (VEX bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  46. 90ece04 Fix debug print for hwcaps adding stfle ad etf2. by florian · 12 years ago
  47. f26994a We incorrectly stored the archinfo_host argument of iselSB_S390 into by florian · 12 years ago
  48. 8844a63 Translation chaining for s390. To be debugged. by florian · 12 years ago
  49. 616458b Remove prototype for non-existing function. Fix vpanic call. by florian · 12 years ago
  50. ad43b3a Improve code generation on s390x for assignment of constant by florian · 12 years ago
  51. 9af3769 Add support for the s390's TROO insn. These are the VEX bits. by florian · 13 years ago
  52. b4df768 Misc s390x cleanups by florian · 13 years ago
  53. 010ac54 x86 and amd64 back ends: when generating transfers back to the by sewardj · 13 years ago
  54. a52e37e s390x: Implement Ist_MBE by sewardj · 13 years ago
  55. a970c40 s390x: fix code confusion by sewardj · 13 years ago
  56. d07b856 s390x: fpr - gpr transfer facility by sewardj · 13 years ago
  57. 652b56a s390x: reconsider "long displacement" requirement. We currently by sewardj · 13 years ago
  58. 611b06e s390x: FLOGR is not universally available. Fixes #268715. by sewardj · 13 years ago
  59. 2019a97 Add a port to IBM z/Architecture (s390x) running Linux -- VEX by sewardj · 13 years ago