1. 28eac40 Annotate ARMNImm_to_Imm64 with fallthrough markers following by sewardj · 12 years ago
  2. 3bdd24a Fix some HReg/UInt mixups, spotted by Florian. by sewardj · 12 years ago
  3. e82e574 Remove two unused variables that sneaked in in r2657. by florian · 12 years ago
  4. c17ce02 Fix HReg <--> UInt mixup. by florian · 12 years ago
  5. 3123f72 s390: Fix HReg <--> UInt mixups. by florian · 12 years ago
  6. b5e7ced Fix some HReg/UInt mixups spotted by Florian. by sewardj · 12 years ago
  7. bf3bea6 Fix HReg <--> integer mixup. vreg2ireg returns an HReg not an integer. by florian · 12 years ago
  8. 2310935 Fix HReg <--> Uint mixup. iregNo returns an integer not a HReg. by florian · 12 years ago
  9. c6c7a0d Unreachable default case should vassert. by florian · 12 years ago
  10. cea07cc Fix implementation of the DFP integer operands. by carll · 12 years ago
  11. 362e271 s390: Remove unreachable break statements. by florian · 12 years ago
  12. f704eb2 The 32-bit DFP value is stored in a 64-bit register in by carll · 12 years ago
  13. 4b5abc2 mips: fixing issues spotted by a static code analysis tool by petarj · 12 years ago
  14. f94ebbd mips: fix for mips-disassembler when branch is at block_size-2 position by petarj · 12 years ago
  15. 8cef87d Fold out an expression which is always False. Spotted by Florian using Coverity. by sewardj · 12 years ago
  16. 633eb99 Remove a bit of dead code, spotted by Florian using Coverity. by sewardj · 12 years ago
  17. 62140c1 Improve the tree builder in IR optimisation. Allow load expressions to be by florian · 12 years ago
  18. 67a171c s390: Fix a type mixup spotted by IBM's BEAM checker. by florian · 12 years ago
  19. 34fa5a5 Add a vg_alignof macro by philippe · 12 years ago
  20. cfe046e Merge, from branches/COMEM, revisions 2568 to 2641. by sewardj · 12 years ago
  21. f888399 Remove const qualifier from function return type. by florian · 12 years ago
  22. 83f60b5 Fix a comment and add one. by florian · 12 years ago
  23. 5f03462 s390: Support insns to convert between DFP values and signed/unsigned by florian · 12 years ago
  24. b17e16f Add 12 IROps for converting betwen DFP values and signed/unsigned integers. by florian · 12 years ago
  25. 89bb1a9 s390: bug fix. DFP rounding mode mixup. by florian · 12 years ago
  26. 23716ff Remove unused function. by sewardj · 12 years ago
  27. 2b4890f The call to set the rounding mode for DFP iops: Iop_AddD128, Iop_SubD128, by carll · 12 years ago
  28. 1b901d4 s390: Add support for DFP "shift significant" insns. by florian · 12 years ago
  29. 088809c Improve handling of dirty helper calls when building trees in ado_treebuild_BB. by florian · 12 years ago
  30. 65ea17e Show the guest->host code expansion ratio when debug-printing translations. by sewardj · 12 years ago
  31. cf1527c Indentation only change. by florian · 12 years ago
  32. ce9e3db s390: Support the "test data class/group" and "extract significance" by florian · 12 years ago
  33. 4bbd3ec New IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128. These are needed to by florian · 12 years ago
  34. 7ef18a5 Remove Makefile-icc which has been broken for a long time. by florian · 12 years ago
  35. b93348d s390: Do not waste a register when assigning a constant to a memory by florian · 12 years ago
  36. 06743c1 s390: Remove a forgotten debug print statement. by florian · 12 years ago
  37. 20c6bca s390x: Support "compare biased exponent" insns CEDTR, CEXTR. by florian · 12 years ago
  38. 4180af3 Fix VEX standalone build with Makefile-gcc. This has been bit-rotting by florian · 12 years ago
  39. b0b6710 s390: New file s390_defs.h to contain definitions that are by florian · 12 years ago
  40. 9f42ab4 s390: Simplify the optimisation for PUTs to tracked registers. by florian · 12 years ago
  41. c4aa7ed s390: Reduce the size of an s390_insn from 48 bytes to 32 bytes by by florian · 12 years ago
  42. a77451c s390: Fix a silly mistake causing an infinite loop. by florian · 12 years ago
  43. f85fe3e s390: Generalise S390_INSN_GADD which only worked on the guest by florian · 12 years ago
  44. 06dfe21 s390: Fix an assert. by florian · 12 years ago
  45. 6dc9024 s390: Rename s390_conv_t to s390_bfp_conv_t. Purely mechanical. by florian · 12 years ago
  46. 2d3d87f s390: Distinguish between conversion to/from IRCmpFxxResult and by florian · 12 years ago
  47. daa4084 Define IRCmpD64Result and IRCmpD128Result. by florian · 12 years ago
  48. eb981ae s390: Add support for storing DFP values (32/64 bit). by florian · 12 years ago
  49. e38f641 Add support for these DFP insns: by florian · 12 years ago
  50. 8a3e969 Remove redundant code snippet. by florian · 12 years ago
  51. 4ebaa77 Fix typos. Should really use __func__ instead. by florian · 12 years ago
  52. f64d27e s390: Fix IR generation for DDTR and MDTR. These insns do not modify by florian · 12 years ago
  53. b3764a9 s390: Fix disassembly for ADTRA, DDTRA, MDTRA, and SDTRA. by florian · 12 years ago
  54. cb2b24e s390: Add thunk layout documentation for S390_CC_OP_DFP_RESULT_64. by florian · 12 years ago
  55. 1beb433 Constant folder: enable Sub32(x,0) ==> x. by sewardj · 12 years ago
  56. 9213c61 Iop_GetMSBs8x16: remove a copy-n-paste error introduced in r2590. by sewardj · 12 years ago
  57. 6dd9f27 Fix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32. by florian · 12 years ago
  58. eca3354 Fix an assert in s390 disassembly. Eliminate a few magic array by florian · 12 years ago
  59. 473dc16 Teach vprintf_wrk about '*' as format width, in which case the width by florian · 12 years ago
  60. 78a2059 Implement 128-bit PMOVMSKB using a single new primop (Iop_GetMSBs8x16) by sewardj · 12 years ago
  61. abf3945 Support the UMAAL instruction. (n-i-bz). Based on a patch from by sewardj · 12 years ago
  62. 09bbba8 Generalise S390_INSN_GZERO which only worked on the guest by florian · 12 years ago
  63. 9061eb3 Eliminate some lameness when writing out hwcaps. by florian · 12 years ago
  64. aec8e05 Move definition of facility bits to libvex_s390x_common.h so we by florian · 12 years ago
  65. ffbd84d Use VEX types. by florian · 12 years ago
  66. 76a1424 Complete the decoder. All published opcodes are now handled. by florian · 12 years ago
  67. 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
  68. dbcb1df Re-enable XADD Gb,Eb. Fixes #307106. (Jakub Jelinek, jakub@redhat.com) by sewardj · 12 years ago
  69. 2289cd4 Recognise insns for zEC12 in the decoder. by florian · 12 years ago
  70. b7def22 In the past, the implementation of STFLE returned the facilities of the host by florian · 12 years ago
  71. 3a3d7f1 Use "load on condition" insns, if availably, to implement S390_INSN_COND_MOVE. by florian · 12 years ago
  72. ffc9401 Refactor the code based on s390_irgen_LAA. by florian · 12 years ago
  73. a265ee7 Fix implementation of LAA for atomic update. by florian · 12 years ago
  74. bb5aa78 Fix typo. by florian · 12 years ago
  75. 25e1cb2 Formatting only change. by florian · 12 years ago
  76. efa834a Make some function parameters pointer to const. by florian · 12 years ago
  77. 1e994b9 Correctly model LL/SC on MIPS. by petarj · 12 years ago
  78. 55085f8 Changes for -Wwrite-strings by florian · 12 years ago
  79. 9163968 VEX, ppc fix use of modified value in the Iop_32HLto64 implementation by carll · 12 years ago
  80. f833ed4 Add a special-case implementation of PCMPISTRI $0x3A, which generates by sewardj · 12 years ago
  81. 3d6a422 Fix type mixup. Spotted by GCC, analysed by Julian. by florian · 12 years ago
  82. 1239020 Add support for binary DFP operations (64-bit). by florian · 12 years ago
  83. e13074c Improve accuracy of definedness tracking through the x86 PMOVMSKB and by sewardj · 12 years ago
  84. bb3f401 Valgrind, ppc: Fix missing checks for 64-bit instructions operating in 32-bit mode, Bugzilla 308573 by carll · 12 years ago
  85. c8e4f56 Add machinery to support DFP rounding modes. by florian · 12 years ago
  86. 590875f Fix compilation warning on non-mips targets (rm was flagged as unused) by sewardj · 12 years ago
  87. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  88. a6a1986 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
  89. 80ab265 Allow representation of trace caches (VexCache). by florian · 12 years ago
  90. 5906a6b s390: Order the operands of the multiply-and-add/subtract IROps by florian · 12 years ago
  91. d7f19c0 check in ltg jhe fix. Fixes https://bugs.kde.org/show_bug.cgi?id=308427 by cborntra · 12 years ago
  92. 5df8ab0 Fix HChar / UCHar / Char mixups. VEX now compiles without by florian · 12 years ago
  93. 5048192 Pass VexArchInfo to the instrumentation functions. by florian · 12 years ago
  94. f192a39 Add data structures for cache representation to libvex.h: by florian · 12 years ago
  95. 125e20d s390: This is a pre-patch for DFP support. It renames certain by florian · 12 years ago
  96. 58a637b Make header files compilable by itself to get two benefits: by florian · 12 years ago
  97. 5ea257b Change the return value of LibVEX_{Chain,UnChain,PatchProfInc}. by florian · 12 years ago
  98. 98f1170 Shorten the list of allocable registers for MIPS to fit Loongson MIPS32 mode. by petarj · 12 years ago
  99. c1b9e39 In function irExpr_to_AvailExpr: Replace if-chains with a switch stmt. by florian · 12 years ago
  100. 81a4bfe s390: Give function static linkage. Also avoids a compiler warning. by florian · 12 years ago