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