1. 39b5168 arm64: implement "BRK #imm16". by sewardj · 10 years ago
  2. 1aff76b Implement {S,U}CVTF (scalar, fixedpt). by sewardj · 10 years ago
  3. 76927e6 Implement arm64 insns: by sewardj · 10 years ago
  4. e23ec11 Implement fcsel d_d, s_s. Fixes #340856. by sewardj · 10 years ago
  5. 208a776 Implement SIMD (de)interleaving loads/stores: by sewardj · 10 years ago
  6. d8c64e0 Constification part 5. by florian · 10 years ago
  7. 8def049 arm64: route all whole-vector shift/rotate/slice operations by sewardj · 10 years ago
  8. 0ad37a9 Add support for generating ProfInc sequences on ARM64, so as to by sewardj · 10 years ago
  9. 3ce4dec Add support for four IROps that Memcheck generates on arm64, that by sewardj · 10 years ago
  10. fc261d9 arm64: implement: {zip,uzp,trn}{1,2} (vector) urecpe, ursqrte (vector) by sewardj · 10 years ago
  11. f7003bc arm64: implement: suqadd, usqadd (scalar) suqadd, usqadd (vector) by sewardj · 10 years ago
  12. a6b61f0 arm64: implement by sewardj · 10 years ago
  13. 4a85b8e No functional change. Remove commented out code copied from the by sewardj · 10 years ago
  14. 1dd3ec1 Rename Iop_QSalN*, Iop_QShlN* and Iop_QShlN*S so as to more accurately by sewardj · 10 years ago
  15. a97dddf arm64: implement: {uqshl, sqshl, sqshlu} (vector, imm). by sewardj · 10 years ago
  16. ecedd98 arm64: implement: by sewardj · 10 years ago
  17. 1297218 arm64: add support for: sqshl, uqshl, sqrshl, uqrshl (reg) (vector and scalar) by sewardj · 10 years ago
  18. 9b76916 Improve infrastructure for dealing with endianness in VEX. This patch by sewardj · 10 years ago
  19. 54ffa1d arm64: implement: by sewardj · 10 years ago
  20. 51d012a arm64: implement: sqneg, {u,s}q{add,sub} (scalar), by sewardj · 10 years ago
  21. 8e91fd4 arm64: implement: {sli,sri} (vector & scalar), sqabs (vector & scalar) by sewardj · 10 years ago
  22. a5a6b75 arm64: implement: sadalp uadalp saddlp uaddlp saddlv uaddlv saddw{2} by sewardj · 10 years ago
  23. 6f312d0 arm64: implement: sabal uabal sabdl uabdl saddl uaddl ssubl usubl by sewardj · 10 years ago
  24. df9d6d5 arm64: by sewardj · 10 years ago
  25. 715d162 arm64: implement: rbit 16b,8b, rev16 16b,8b by sewardj · 10 years ago
  26. a8c7b0f The vector versions of the count leading zeros/sign bits primops by sewardj · 10 years ago
  27. 31b5a95 arm64: implement pmull{2}. by sewardj · 10 years ago
  28. 168c8bd arm64: implement: by sewardj · 10 years ago
  29. ab33a7a Implement: dup_{d_d[], s_s[], h_h[], b_b[]}, ext by sewardj · 10 years ago
  30. 2b6fd5e Implement: orr_{8h,4h}_imm8_shifted, orr_{4s,2s}_imm8_shifted, by sewardj · 10 years ago
  31. 25523c4 arm64: implement: abs d_d, neg d_d, abs std7_std7, addhn, subhn, raddhn, rsubhn by sewardj · 10 years ago
  32. d96daf6 Remove temporary front end scaffolding for Cat{Even,Odd}Lanes by sewardj · 10 years ago
  33. 85fbb02 Implement FMUL 2d_2d_d[], 4s_4s_s[], 2s_2s_s[]. by sewardj · 10 years ago
  34. fda314f Implement SHL_d_d_#imm. by sewardj · 10 years ago
  35. 7fce7cc Enable 'smulh'. by sewardj · 10 years ago
  36. ac0c92b Handle IRStmt::STle of type F32. by sewardj · 10 years ago
  37. 05f5e01 Renaming only (no functional change): rename IR artefacts to do by sewardj · 10 years ago
  38. 6590299 ARM64: add support for cache management instructions (VEX side): by sewardj · 10 years ago
  39. 9301343 Finish off vector integer comparison instructions, and by sewardj · 10 years ago
  40. 5d38425 Handle Iop_Max32U, so as to make origin tracking in Memcheck work. by sewardj · 10 years ago
  41. 950ca7a Implement by sewardj · 10 years ago
  42. 92d0ae3 Implement TBL and TBX instructions. by sewardj · 10 years ago
  43. 2bd1ffe Implement FCM{EQ,GE,GT}, FAC{GE,GT} (vector). by sewardj · 10 years ago
  44. 505a27d Back-end handling of Iop_CmpNEZ32x4, Iop_CmpNEZ16x8, Iop_CmpNEZ8x16, by sewardj · 10 years ago
  45. 99c1f81 Implement a couple of backend artefacts needed by Memcheck on large by sewardj · 10 years ago
  46. f21a6ca * iselIntExpr_AMode_wrk: generate correct code for the case by sewardj · 10 years ago
  47. 1eaaec2 Support extra instruction bits and pieces, enough to get Firefox started: by sewardj · 10 years ago
  48. 32d8675 Implement REV16, REV32, FCVTN, SHL (vector, immediate), NEG (vector) by sewardj · 10 years ago
  49. 9b1cf5e Select and emit insns for Iop_ZeroHI64ofV128 Iop_Max8Sx16 Iop_Min8Sx16 by sewardj · 10 years ago
  50. 7d00913 First pass at implementation of load/store exclusive and by sewardj · 10 years ago
  51. e520bb3 Implement more aarch64 vector insns: by sewardj · 10 years ago
  52. fab0914 Implement more aarch64 vector insns: by sewardj · 10 years ago
  53. f5b0891 Implement a few more vector aarch64 insns: by sewardj · 10 years ago
  54. ecde697 Implement a few more vector aarch64 insns: by sewardj · 10 years ago
  55. 606c4ba Improve front and back end support for SIMD instructions on Arm64. by sewardj · 10 years ago
  56. aeeb31d Add missing ULLs to some 64-bit immediates. by sewardj · 11 years ago
  57. bbcf188 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set): by sewardj · 11 years ago