1. 79efdc6 Make HReg a struct. In the past there were several occurences where by florian · 12 years ago
  2. 1bb7f6f s390: Be consistent with emulation warnings about unsupported by florian · 12 years ago
  3. a887acd s390: Support these DFP insns: CDGTRA, CXGTR, CGXTR, and CGDTR. by florian · 12 years ago
  4. ff9000d s390: Change get_dfp_rounding_mode to map IR rounding modes to by florian · 12 years ago
  5. 1fd227c s390: Add cc thunk description for S390_CC_OP_DFP_{64|128}_TO_INT_32. by florian · 12 years ago
  6. c23579d s390: Fix debugging output in IR injection. by florian · 12 years ago
  7. 203b998 s390: It is not necessary to save/restore the link register when by florian · 12 years ago
  8. cec3a8a s390: Change insn selection to recognize memcpy-like statements. by florian · 12 years ago
  9. 654b7f9 Shifting an int and assigning it to a long could be trouble. by florian · 12 years ago
  10. e6be61f Fix a few more HReg <-> UInt mixups. by florian · 12 years ago
  11. b05c20c Post-patch to r2668. Choose more sensible names. Purely mechanical, no by florian · 12 years ago
  12. 9884af0 The Coverity tool was run against the Valgrind source code and identified a by carll · 12 years ago
  13. a81d9be mips: Fixing some HReg <--> UInt mixups spotted by Florian. by petarj · 12 years ago
  14. d456418 Follow-up on r2664-r2668 changes for IRExpr_Mux0X and Iex_Mux0X for MIPS32. by petarj · 12 years ago
  15. 99dd03e Infrastructure cleanup part 2. by florian · 12 years ago
  16. d0f1a93 Mux0X cond type change: fix a front end case that got missed. by sewardj · 12 years ago
  17. 0d9cbe5 Mux0X cond type change: verify all isel cases, and implement one by sewardj · 12 years ago
  18. 60733f8 Fix up a non-handled Mux0X case following r2664, and verify that by sewardj · 12 years ago
  19. 009230b Infrastructure cleanup: change type of the condition field of by sewardj · 12 years ago
  20. 0e7d280 Fix incorrect comment. by sewardj · 12 years ago
  21. 18475c5 Changes to make this usable for ARM/Thumb. by sewardj · 12 years ago
  22. 28eac40 Annotate ARMNImm_to_Imm64 with fallthrough markers following by sewardj · 12 years ago
  23. 3bdd24a Fix some HReg/UInt mixups, spotted by Florian. by sewardj · 12 years ago
  24. e82e574 Remove two unused variables that sneaked in in r2657. by florian · 12 years ago
  25. c17ce02 Fix HReg <--> UInt mixup. by florian · 12 years ago
  26. 3123f72 s390: Fix HReg <--> UInt mixups. by florian · 12 years ago
  27. b5e7ced Fix some HReg/UInt mixups spotted by Florian. by sewardj · 12 years ago
  28. bf3bea6 Fix HReg <--> integer mixup. vreg2ireg returns an HReg not an integer. by florian · 12 years ago
  29. 2310935 Fix HReg <--> Uint mixup. iregNo returns an integer not a HReg. by florian · 12 years ago
  30. c6c7a0d Unreachable default case should vassert. by florian · 12 years ago
  31. cea07cc Fix implementation of the DFP integer operands. by carll · 12 years ago
  32. 362e271 s390: Remove unreachable break statements. by florian · 12 years ago
  33. f704eb2 The 32-bit DFP value is stored in a 64-bit register in by carll · 12 years ago
  34. 4b5abc2 mips: fixing issues spotted by a static code analysis tool by petarj · 12 years ago
  35. f94ebbd mips: fix for mips-disassembler when branch is at block_size-2 position by petarj · 12 years ago
  36. 8cef87d Fold out an expression which is always False. Spotted by Florian using Coverity. by sewardj · 12 years ago
  37. 633eb99 Remove a bit of dead code, spotted by Florian using Coverity. by sewardj · 12 years ago
  38. 62140c1 Improve the tree builder in IR optimisation. Allow load expressions to be by florian · 12 years ago
  39. 67a171c s390: Fix a type mixup spotted by IBM's BEAM checker. by florian · 12 years ago
  40. 34fa5a5 Add a vg_alignof macro by philippe · 12 years ago
  41. cfe046e Merge, from branches/COMEM, revisions 2568 to 2641. by sewardj · 12 years ago
  42. f888399 Remove const qualifier from function return type. by florian · 12 years ago
  43. 83f60b5 Fix a comment and add one. by florian · 12 years ago
  44. 5f03462 s390: Support insns to convert between DFP values and signed/unsigned by florian · 12 years ago
  45. b17e16f Add 12 IROps for converting betwen DFP values and signed/unsigned integers. by florian · 12 years ago
  46. 89bb1a9 s390: bug fix. DFP rounding mode mixup. by florian · 12 years ago
  47. 23716ff Remove unused function. by sewardj · 12 years ago
  48. 2b4890f The call to set the rounding mode for DFP iops: Iop_AddD128, Iop_SubD128, by carll · 12 years ago
  49. 1b901d4 s390: Add support for DFP "shift significant" insns. by florian · 12 years ago
  50. 088809c Improve handling of dirty helper calls when building trees in ado_treebuild_BB. by florian · 12 years ago
  51. 65ea17e Show the guest->host code expansion ratio when debug-printing translations. by sewardj · 12 years ago
  52. cf1527c Indentation only change. by florian · 12 years ago
  53. ce9e3db s390: Support the "test data class/group" and "extract significance" by florian · 12 years ago
  54. 4bbd3ec New IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128. These are needed to by florian · 12 years ago
  55. 7ef18a5 Remove Makefile-icc which has been broken for a long time. by florian · 12 years ago
  56. b93348d s390: Do not waste a register when assigning a constant to a memory by florian · 12 years ago
  57. 06743c1 s390: Remove a forgotten debug print statement. by florian · 12 years ago
  58. 20c6bca s390x: Support "compare biased exponent" insns CEDTR, CEXTR. by florian · 12 years ago
  59. 4180af3 Fix VEX standalone build with Makefile-gcc. This has been bit-rotting by florian · 12 years ago
  60. b0b6710 s390: New file s390_defs.h to contain definitions that are by florian · 12 years ago
  61. 9f42ab4 s390: Simplify the optimisation for PUTs to tracked registers. by florian · 12 years ago
  62. c4aa7ed s390: Reduce the size of an s390_insn from 48 bytes to 32 bytes by by florian · 12 years ago
  63. a77451c s390: Fix a silly mistake causing an infinite loop. by florian · 12 years ago
  64. f85fe3e s390: Generalise S390_INSN_GADD which only worked on the guest by florian · 12 years ago
  65. 06dfe21 s390: Fix an assert. by florian · 12 years ago
  66. 6dc9024 s390: Rename s390_conv_t to s390_bfp_conv_t. Purely mechanical. by florian · 12 years ago
  67. 2d3d87f s390: Distinguish between conversion to/from IRCmpFxxResult and by florian · 12 years ago
  68. daa4084 Define IRCmpD64Result and IRCmpD128Result. by florian · 12 years ago
  69. eb981ae s390: Add support for storing DFP values (32/64 bit). by florian · 12 years ago
  70. e38f641 Add support for these DFP insns: by florian · 12 years ago
  71. 8a3e969 Remove redundant code snippet. by florian · 12 years ago
  72. 4ebaa77 Fix typos. Should really use __func__ instead. by florian · 12 years ago
  73. f64d27e s390: Fix IR generation for DDTR and MDTR. These insns do not modify by florian · 12 years ago
  74. b3764a9 s390: Fix disassembly for ADTRA, DDTRA, MDTRA, and SDTRA. by florian · 12 years ago
  75. cb2b24e s390: Add thunk layout documentation for S390_CC_OP_DFP_RESULT_64. by florian · 12 years ago
  76. 1beb433 Constant folder: enable Sub32(x,0) ==> x. by sewardj · 12 years ago
  77. 9213c61 Iop_GetMSBs8x16: remove a copy-n-paste error introduced in r2590. by sewardj · 12 years ago
  78. 6dd9f27 Fix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32. by florian · 12 years ago
  79. eca3354 Fix an assert in s390 disassembly. Eliminate a few magic array by florian · 12 years ago
  80. 473dc16 Teach vprintf_wrk about '*' as format width, in which case the width by florian · 12 years ago
  81. 78a2059 Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16) by sewardj · 12 years ago
  82. abf3945 Support the UMAAL instruction. (n-i-bz). Based on a patch from by sewardj · 12 years ago
  83. 09bbba8 Generalise S390_INSN_GZERO which only worked on the guest by florian · 12 years ago
  84. 9061eb3 Eliminate some lameness when writing out hwcaps. by florian · 12 years ago
  85. aec8e05 Move definition of facility bits to libvex_s390x_common.h so we by florian · 12 years ago
  86. ffbd84d Use VEX types. by florian · 12 years ago
  87. 76a1424 Complete the decoder. All published opcodes are now handled. by florian · 12 years ago
  88. 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
  89. dbcb1df Re-enable XADD Gb,Eb. Fixes #307106. (Jakub Jelinek, jakub@redhat.com) by sewardj · 12 years ago
  90. 2289cd4 Recognise insns for zEC12 in the decoder. by florian · 12 years ago
  91. b7def22 In the past, the implementation of STFLE returned the facilities of the host by florian · 12 years ago
  92. 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
  93. ffc9401 Refactor the code based on s390_irgen_LAA. by florian · 12 years ago
  94. a265ee7 Fix implementation of LAA for atomic update. by florian · 12 years ago
  95. bb5aa78 Fix typo. by florian · 12 years ago
  96. 25e1cb2 Formatting only change. by florian · 12 years ago
  97. efa834a Make some function parameters pointer to const. by florian · 12 years ago
  98. 1e994b9 Correctly model LL/SC on MIPS. by petarj · 12 years ago
  99. 55085f8 Changes for -Wwrite-strings by florian · 12 years ago
  100. 9163968 VEX, ppc fix use of modified value in the Iop_32HLto64 implementation by carll · 12 years ago