1. 79e5a48 Eliminate IRRoundingModeDFP by merging its values into IRRoundingMode. by florian · 11 years ago
  2. bafb826 s390x: Make the CC_DEP1 field appear completely initialised when by florian · 11 years ago
  3. ccd78cd mips32/mips64: implement sdl, sdr, swl and swr without reading memory by petarj · 11 years ago
  4. 80f674a Implement STRT. Fixes #319395. (Vasily Golubev, w.golubev@mail.ru) by sewardj · 11 years ago
  5. e660158 Implement SSAT16. Fixes #318929. (Vasily Golubev, w.golubev@mail.ru) by sewardj · 11 years ago
  6. c589228 Fix s390 build failure. Patch by Maran Pakkirisamy (maranp@linux.vnet.ibm.com). by florian · 11 years ago
  7. 78d5ef7 s390: First round of changes to support the PFPO insn. by florian · 11 years ago
  8. b40431f Get rid of gcc warning on non-MIPS platforms. by sewardj · 11 years ago
  9. 37c57f3 Add the following IROPs which are needed for s390 DFP support: by florian · 11 years ago
  10. 1fb1e34 mips: fix some style issues, non-functional change by petarj · 11 years ago
  11. bc3af3c mips: fix corner case for INS instruction by petarj · 11 years ago
  12. 92001d4 STRD (both ARM and Thumb): for push-like cases -- specifically, STRD by sewardj · 11 years ago
  13. ccff5f4 Implement SMMLA{r}, both ARM and Thumb. n-i-bz. by sewardj · 11 years ago
  14. f78a81c Generate better code for Shl64(x, imm8) since the Neon front end by sewardj · 11 years ago
  15. 0adc2f2 VLD4/VST4: generate in-line interleave/de-interleave code, so that by sewardj · 11 years ago
  16. c1e23c4 VLD3/VST3: generate in-line interleave/de-interleave code, so that by sewardj · 11 years ago
  17. 0c30de8 mips: fix endian issues for LWL, LWR, LDR and LDL for mips64 by petarj · 11 years ago
  18. 1df8096 Improved front end translations for Neon V{LD,ST}{1,2} instructions, by sewardj · 11 years ago
  19. de61a39 Remove some unused ifdeffery that allowed disabling QC flag updating for Neon. by sewardj · 11 years ago
  20. 8bde7f1 Implement ARM SDIV and UDIV instructions. Fixes #314178. Partially by sewardj · 11 years ago
  21. 7af7687 Implement (T1) LDRT reg+#imm8. Fixes #315689. (Vasily, w.golubev@mail.ru) by sewardj · 11 years ago
  22. 656b8f4 Fix some rebasing fallout pertaining to today's AVX2 landing. Fixes #317463. by sewardj · 11 years ago
  23. 4d780eb Add support for the EQ_UQ SSE FP comparison operation. BZ#317444. by tom · 11 years ago
  24. cc3d219 AMD64: Add support for AVX2, BMI1, BMI2 and FMA instructions (VEX side). by sewardj · 11 years ago
  25. 818c730 Implement RDTSCP on amd64, finally. This fixes #251569 and dups by sewardj · 11 years ago
  26. 92eef38 Implement SSE4 MOVNTDQA insn. Fixes #316503. by sewardj · 11 years ago
  27. a39fb0c Fix an assertion failure on CVT.F64.S32 d16, d16, #1. Fixes #317186 (I think). by sewardj · 11 years ago
  28. 2a8d070 VEX, ppc code cleanup by carll · 11 years ago
  29. 82cdba6 s390: Support the SRNMT instruction. by florian · 11 years ago
  30. ade5552 Implement VCVT.{S,U}32.F64 D[d], D[d], #frac_bits. Fixes #315738. by sewardj · 11 years ago
  31. 6b7bdec Implement VCVT.F64.{SU}32, #imm. Fixes #308717. by sewardj · 11 years ago
  32. fa6b71c Handle "vmov qDest.I32 V128{0xFFFF}" so to speak, and make the case by sewardj · 11 years ago
  33. 44db1e7 Implement SMLAL{BB,BT,TB,TT}. Fixes #308718. (Mans Rullgard, mans@mansr.com) by sewardj · 11 years ago
  34. 0470c5d s390: Fix disassembly. Wrong argument order was causing asserts. by florian · 12 years ago
  35. 496979d Remove dead code (a Coverity finding). by florian · 12 years ago
  36. fdb2a4c mips: fix for some warnings in mips files when compiling on amd64/x86 by petarj · 12 years ago
  37. 0ef8d9e Handle WFE and SEV, needed for spinlock hinting. by sewardj · 12 years ago
  38. b92a954 mips: adding MIPS64LE support to VEX by petarj · 12 years ago
  39. 08f65d9 s390: Non-functional change. Pedant at work... by florian · 12 years ago
  40. d18287d s390: Fix a type mixup found by BEAM. by florian · 12 years ago
  41. 5c53973 s390: Support the following DFP insns: by florian · 12 years ago
  42. 6938b9d Stop gcc-4.4 complaining when this file is compiled on a 32 bit platform. by sewardj · 12 years ago
  43. 79efdc6 Make HReg a struct. In the past there were several occurences where by florian · 12 years ago
  44. 1bb7f6f s390: Be consistent with emulation warnings about unsupported by florian · 12 years ago
  45. a887acd s390: Support these DFP insns: CDGTRA, CXGTR, CGXTR, and CGDTR. by florian · 12 years ago
  46. ff9000d s390: Change get_dfp_rounding_mode to map IR rounding modes to by florian · 12 years ago
  47. 1fd227c s390: Add cc thunk description for S390_CC_OP_DFP_{64|128}_TO_INT_32. by florian · 12 years ago
  48. c23579d s390: Fix debugging output in IR injection. by florian · 12 years ago
  49. 203b998 s390: It is not necessary to save/restore the link register when by florian · 12 years ago
  50. cec3a8a s390: Change insn selection to recognize memcpy-like statements. by florian · 12 years ago
  51. 654b7f9 Shifting an int and assigning it to a long could be trouble. by florian · 12 years ago
  52. e6be61f Fix a few more HReg <-> UInt mixups. by florian · 12 years ago
  53. b05c20c Post-patch to r2668. Choose more sensible names. Purely mechanical, no by florian · 12 years ago
  54. 9884af0 The Coverity tool was run against the Valgrind source code and identified a by carll · 12 years ago
  55. a81d9be mips: Fixing some HReg <--> UInt mixups spotted by Florian. by petarj · 12 years ago
  56. d456418 Follow-up on r2664-r2668 changes for IRExpr_Mux0X and Iex_Mux0X for MIPS32. by petarj · 12 years ago
  57. 99dd03e Infrastructure cleanup part 2. by florian · 12 years ago
  58. d0f1a93 Mux0X cond type change: fix a front end case that got missed. by sewardj · 12 years ago
  59. 0d9cbe5 Mux0X cond type change: verify all isel cases, and implement one by sewardj · 12 years ago
  60. 60733f8 Fix up a non-handled Mux0X case following r2664, and verify that by sewardj · 12 years ago
  61. 009230b Infrastructure cleanup: change type of the condition field of by sewardj · 12 years ago
  62. 0e7d280 Fix incorrect comment. by sewardj · 12 years ago
  63. 18475c5 Changes to make this usable for ARM/Thumb. by sewardj · 12 years ago
  64. 28eac40 Annotate ARMNImm_to_Imm64 with fallthrough markers following by sewardj · 12 years ago
  65. 3bdd24a Fix some HReg/UInt mixups, spotted by Florian. by sewardj · 12 years ago
  66. e82e574 Remove two unused variables that sneaked in in r2657. by florian · 12 years ago
  67. c17ce02 Fix HReg <--> UInt mixup. by florian · 12 years ago
  68. 3123f72 s390: Fix HReg <--> UInt mixups. by florian · 12 years ago
  69. b5e7ced Fix some HReg/UInt mixups spotted by Florian. by sewardj · 12 years ago
  70. bf3bea6 Fix HReg <--> integer mixup. vreg2ireg returns an HReg not an integer. by florian · 12 years ago
  71. 2310935 Fix HReg <--> Uint mixup. iregNo returns an integer not a HReg. by florian · 12 years ago
  72. c6c7a0d Unreachable default case should vassert. by florian · 12 years ago
  73. cea07cc Fix implementation of the DFP integer operands. by carll · 12 years ago
  74. 362e271 s390: Remove unreachable break statements. by florian · 12 years ago
  75. f704eb2 The 32-bit DFP value is stored in a 64-bit register in by carll · 12 years ago
  76. 4b5abc2 mips: fixing issues spotted by a static code analysis tool by petarj · 12 years ago
  77. f94ebbd mips: fix for mips-disassembler when branch is at block_size-2 position by petarj · 12 years ago
  78. 8cef87d Fold out an expression which is always False. Spotted by Florian using Coverity. by sewardj · 12 years ago
  79. 633eb99 Remove a bit of dead code, spotted by Florian using Coverity. by sewardj · 12 years ago
  80. 62140c1 Improve the tree builder in IR optimisation. Allow load expressions to be by florian · 12 years ago
  81. 67a171c s390: Fix a type mixup spotted by IBM's BEAM checker. by florian · 12 years ago
  82. 34fa5a5 Add a vg_alignof macro by philippe · 12 years ago
  83. cfe046e Merge, from branches/COMEM, revisions 2568 to 2641. by sewardj · 12 years ago
  84. f888399 Remove const qualifier from function return type. by florian · 12 years ago
  85. 83f60b5 Fix a comment and add one. by florian · 12 years ago
  86. 5f03462 s390: Support insns to convert between DFP values and signed/unsigned by florian · 12 years ago
  87. b17e16f Add 12 IROps for converting betwen DFP values and signed/unsigned integers. by florian · 12 years ago
  88. 89bb1a9 s390: bug fix. DFP rounding mode mixup. by florian · 12 years ago
  89. 23716ff Remove unused function. by sewardj · 12 years ago
  90. 2b4890f The call to set the rounding mode for DFP iops: Iop_AddD128, Iop_SubD128, by carll · 12 years ago
  91. 1b901d4 s390: Add support for DFP "shift significant" insns. by florian · 12 years ago
  92. 088809c Improve handling of dirty helper calls when building trees in ado_treebuild_BB. by florian · 12 years ago
  93. 65ea17e Show the guest->host code expansion ratio when debug-printing translations. by sewardj · 12 years ago
  94. cf1527c Indentation only change. by florian · 12 years ago
  95. ce9e3db s390: Support the "test data class/group" and "extract significance" by florian · 12 years ago
  96. 4bbd3ec New IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128. These are needed to by florian · 12 years ago
  97. 7ef18a5 Remove Makefile-icc which has been broken for a long time. by florian · 12 years ago
  98. b93348d s390: Do not waste a register when assigning a constant to a memory by florian · 12 years ago
  99. 06743c1 s390: Remove a forgotten debug print statement. by florian · 12 years ago
  100. 20c6bca s390x: Support "compare biased exponent" insns CEDTR, CEXTR. by florian · 12 years ago