1. ffbd84d Use VEX types. by florian · 12 years ago
  2. 76a1424 Complete the decoder. All published opcodes are now handled. by florian · 12 years ago
  3. 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
  4. 2289cd4 Recognise insns for zEC12 in the decoder. by florian · 12 years ago
  5. b7def22 In the past, the implementation of STFLE returned the facilities of the host by florian · 12 years ago
  6. ffc9401 Refactor the code based on s390_irgen_LAA. by florian · 12 years ago
  7. a265ee7 Fix implementation of LAA for atomic update. by florian · 12 years ago
  8. 55085f8 Changes for -Wwrite-strings by florian · 12 years ago
  9. 1239020 Add support for binary DFP operations (64-bit). by florian · 12 years ago
  10. c8e4f56 Add machinery to support DFP rounding modes. by florian · 12 years ago
  11. 5906a6b s390: Order the operands of the multiply-and-add/subtract IROps by florian · 12 years ago
  12. 125e20d s390: This is a pre-patch for DFP support. It renames certain by florian · 12 years ago
  13. 58a637b Make header files compilable by itself to get two benefits: by florian · 12 years ago
  14. 81a4bfe s390: Give function static linkage. Also avoids a compiler warning. by florian · 12 years ago
  15. 79af575 s390: Rename host_s390_disasm.[ch] to s390_disasm.[ch] as they by florian · 12 years ago
  16. f0fa1be s390: Update IR generation for the SRNM insn. by florian · 12 years ago
  17. 2c74d24 s390: Change the handling of S390_ROUND_PER_FPC (which indicates that the by florian · 12 years ago
  18. 19e0077 s390: Fix condition code computation for convert-to-fixed/logical by florian · 12 years ago
  19. 12b0bca s390: The load-rounded insns also need to issue an emulation by florian · 12 years ago
  20. db4fcaa s390: Non-functional change. by florian · 12 years ago
  21. 847684d Binary floating point cleanup. This was an area that was hushed up by florian · 12 years ago
  22. f7bb46d s390: Undo part of r2501. The "convert to fixed" opcodes always have an m3 by florian · 12 years ago
  23. 4b8efad Support the variety of "convert to/from fixed" and "load rounded" opcodes by florian · 12 years ago
  24. d212920 s390: Mark a few more function parameters as unused. by florian · 12 years ago
  25. e75dafa s390: Generate an emulation failure if an insn is encountered that by florian · 12 years ago
  26. 1c8f7ff s390: Add support for the "convert from/to logical" instruction family. by florian · 12 years ago
  27. 2245ce9 VEX-side support for the V-bit tester. by florian · 12 years ago
  28. 8c88cb6 s390: Add support for the ecag insn. Patch from Divya Vyas by florian · 12 years ago
  29. c5c669b On s390: Terminate the superblock with Ijk_EmFail if an stckf insn by florian · 12 years ago
  30. 4e0083e On s390: Terminate the superblock with Ijk_EmFail if an stfle insn by florian · 12 years ago
  31. 7cd1cde Fix a mnemonic by florian · 12 years ago
  32. 61f23c1 Update copyright notices for s390 by florian · 12 years ago
  33. 11b8ee8 The arguments in a helper call need to be sign/zero-extended by florian · 12 years ago
  34. af2194f Add support for the cu41 insn. This completes the unicode conversion by florian · 12 years ago
  35. 3f8a96a Support the cu14 insn. That insn is very much like cu12 except the by florian · 12 years ago
  36. f3410f9 Add IR debugging aid. by florian · 12 years ago
  37. 6d9b9b2 Support cu12 insn. Part of fixing #289839. by florian · 12 years ago
  38. 956194b Add support for the CU42 insn. Part of fixing bugzilla #289839. by florian · 12 years ago
  39. 342e01a Upon decode failure set the guest_IA to the address of the insn that by florian · 12 years ago
  40. 6820ba5 Clean up IR construction for insns that do not have straight-line by florian · 12 years ago
  41. 57ebcf1 Change IR generation for MVCLE to not generate cc=3. This should have been by florian · 12 years ago
  42. cf87c94 Change IR generation for SRST, CLST, and CLCLE to not generate cc=3. by florian · 12 years ago
  43. 39815d6 Use always_goto_and_chase for consistency with other "translate" insns. by florian · 12 years ago
  44. 35d27ab Back out special handling for opcode 00 (VEX r2189). by florian · 12 years ago
  45. f321da7 Change logic in computed gotos to use if_condition_goto_computed by florian · 12 years ago
  46. 2a415a1 Add support for the CU24 insn (s390x). Part of fixing #289839. by florian · 12 years ago
  47. a0100c9 Add support for the CU21 instruction (s390x). by florian · 12 years ago
  48. fed3ea3 Fix disassembly for insns using the RRF_M0RERE format. by florian · 12 years ago
  49. e711c80 Move helper functions to guest_s390_helpers.c for consistency with by florian · 12 years ago
  50. 417b22d Use a proper type for sign_mask. by florian · 12 years ago
  51. 448cbba Support "compare double ansd swap" insns: CDS, CDSY, and CDSG by florian · 12 years ago
  52. c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
  53. ff9613f Eliminate helper s390_calculate_icc. Rewrite and factor the code to use by florian · 12 years ago
  54. f87d4fb Special-case the TR insn for EX. by florian · 12 years ago
  55. 79e839e More refactoring to avoid code duplication (irgen_CLC/CLC_EX and by florian · 12 years ago
  56. b0bf660 Add NC and OC to the list of insns that get special treatment under EX. by florian · 12 years ago
  57. 65b5b3f (post-tchain-merge cleanup) Stop s390x asserting on illegal insns. by florian · 12 years ago
  58. 8559e41 Correctly update the guest IA at the end of an insn to point to by florian · 13 years ago
  59. f9e1ed7 More fixes: by florian · 13 years ago
  60. 7346c7a First round of fixes: some cut'n paste errors. And the guest_IA in by florian · 13 years ago
  61. 8844a63 Translation chaining for s390. To be debugged. by florian · 13 years ago
  62. c6f970f Add translation chaining support for amd64, x86 and ARM (VEX side). See #296422. by sewardj · 13 years ago
  63. 428dfdd Consolidate guest state offset computation. There is only by florian · 13 years ago
  64. 7e8c692 Rename function. We want to be able to extract implemented by florian · 13 years ago
  65. ad43b3a Improve code generation on s390x for assignment of constant by florian · 13 years ago
  66. 730448f Implement TR, TRE, TRTT, TROT, TRTO insns. by florian · 13 years ago
  67. 5351853 Revert r2238. In 64-bit mode the length is in bits 0:63. by florian · 13 years ago
  68. 7700fc9 Remove broken support for TS insn in s390 port. The by florian · 13 years ago
  69. b51d459 Followup to r2237. The length is in bits 32:63 only -- not 0:63. by florian · 13 years ago
  70. 9af3769 Add support for the s390's TROO insn. These are the VEX bits. by florian · 13 years ago
  71. ed0b953 Fix timerfd-syscall testcase on s390x. by florian · 13 years ago
  72. 6ad4952 Use mkite throughout. by florian · 13 years ago
  73. b0c9a13 Support CLCL and MVCL instructions. Based on a patch from by florian · 13 years ago
  74. a4384a3 Add support for CKSM. by florian · 13 years ago
  75. 30e8901 Handle the invalid opcode 0000. by florian · 13 years ago
  76. 2c8ed94 For a special opcode the address of the next insn was by florian · 13 years ago
  77. b0c1ed8 Fix an assert. by florian · 13 years ago
  78. 5fcbba2 Do not access addresses that belong to the client executable. by florian · 13 years ago
  79. 420c501 Remove a redundant assert. Minor code tweaks. by florian · 13 years ago
  80. a99f20e Update a FIXME. Should have been included in r2174 by florian · 13 years ago
  81. a64c243 VEX-side changes to enable chasing of unconditional jumps/calls by florian · 13 years ago
  82. 933065d Support the STFLE instruction via a dirty helper. by florian · 13 years ago
  83. e88b3c9 Rename S390_GUEST_OFFSET to S390X_GUEST_OFFSET and use it throughout. by florian · 13 years ago
  84. b4df768 Misc s390x cleanups by florian · 13 years ago
  85. 1e5fea6 s390x: provide clock instructions like STCK by sewardj · 13 years ago
  86. 7ee9752 Add LIKELY/UNLIKELY macros for general use, replacing s390x-specific by sewardj · 13 years ago
  87. 6900702 s390x : misc cleanups by sewardj · 13 years ago
  88. a52e37e s390x: Implement Ist_MBE by sewardj · 13 years ago
  89. 15469da s390x: Make sure to point the PSW address to the next address on SIGILL by sewardj · 14 years ago
  90. d7bde72 Support conditional load and store for s390x (VEX side). by sewardj · 14 years ago
  91. b63967e s390x: improve IR generation for XC. Fixes #268621. by sewardj · 14 years ago
  92. 2019a97 Add a port to IBM z/Architecture (s390x) running Linux -- VEX by sewardj · 14 years ago