1. 0f32091 Remove non-zero register asserts from Csinc/Csinv/Csneg by Usama Arif · 4 years, 7 months ago
  2. 39f6017 Merge 'master' of https://git.linaro.org/arm/vixl by Evgeny Astigeevich · 4 years, 7 months ago
  3. 6e8dbfe Add GetScratchVRegisterList to help ART to move to new API by Evgeny Astigeevich · 4 years, 8 months ago
  4. 2638472 Fix stringop-truncation GCC9 warning. by Pierre Langlois · 4 years, 10 months ago
  5. 713116b Clean MemOperand. by Jacob Bramley · 5 years ago
  6. 5523f6c Configure a basic .clang-tidy. by Jacob Bramley · 5 years ago
  7. a5b3cef Allow throwing exceptions from destructors for testing. by Pierre Langlois · 5 years ago
  8. eee00de Add AHP == 0 to AssertSupportedFPCR. by Jacob Bramley · 5 years ago
  9. 0576dc4 Fix CPURegList::IncludesAliasOf(int). by Jacob Bramley · 5 years ago
  10. 2fb52cb Only assume baseline features if InferFromOS fails. by Jacob Bramley · 5 years ago
  11. 7b712be Fix VRegister::IsFPRegister(). by Jacob Bramley · 5 years ago
  12. cf93ad5 Remove the old FPRegister type alias. by Jacob Bramley · 5 years ago
  13. 4893432 Implement CPUFeatures::InferFromOS for Linux. by Jacob Bramley · 5 years ago
  14. 0447181 Add support for FRINT{32,64}{x,z} variants. by TatWai Chong · 5 years ago
  15. cff5a2e Silence -Wmissing-noreturn. by Jacob Bramley · 5 years ago
  16. 518bd7e Update the CPUFeatures tests. by Jacob Bramley · 5 years ago
  17. 18c97bd Add support for UDF. by Jacob Bramley · 5 years ago
  18. af0ca0a Fix warnings on Clang 8. by Jacob Bramley · 5 years ago
  19. dddf02d Fix BTI support for PACIXSP by Martyn Capewell · 5 years ago
  20. 2f762bd Trivial comment fix near SystemRegister. by Jacob Bramley · 5 years ago
  21. f59d45e Translate Sshll(2)/Ushll(2) to shll(2) if shift equal to element size. by TatWai Chong · 5 years ago
  22. 881cc38 Fix "Orr <wsp>, <wn> #<non encodable immediate>" crashes. by TatWai Chong · 5 years ago
  23. 4a6b62c Make Fmov(Register, VRegister, index) accept index = 0. by TatWai Chong · 5 years ago
  24. b171368 Fix supported instruction generator script. by Martyn Capewell · 5 years ago
  25. 04edf68 Add support for random number generation. by TatWai Chong · 5 years ago
  26. 7e3a5c8 Fix instruction decoder for BFI by Martyn Capewell · 5 years ago
  27. 684f5f7 Add support for DC CVADP instruction. by TatWai Chong · 5 years ago
  28. 91fea40 Rewrite the AArch64 decoder using a tree structure. by Martyn Capewell · 5 years ago
  29. 7fcd70d Fix the C++11 runtime calls test. by Rodolph Perfetta · 6 years ago
  30. 311edf2 Add support for STLR/LDAPR unscaled offset variants. by Alexander Gilday · 6 years ago
  31. 84ee144 Add support for AXFLAG and XAFLAG instructions. by Alexander Gilday · 6 years ago
  32. 2487f14 Add support for flag manipulation instructions. by Alexander Gilday · 6 years ago
  33. 3f89bf1 Add support for unaligned atomics by Alexander Gilday · 6 years ago
  34. f95bed5 Revert^2 "Merge remote-tracking branch 'remotes/aosp/upstream-master'" by xueliang.zhong · 6 years ago
  35. 7560559 Add support for Load/Store PAC instructions. by Alexander Gilday · 6 years ago
  36. cb963f7 Add support for BTI. by Martyn Capewell · 6 years ago
  37. 8f36e7f Add support for the FHM extension. by Jacob Bramley · 6 years ago
  38. 4e90e85 Revert "Merge remote-tracking branch 'remotes/aosp/upstream-master'" by Roland Levillain · 6 years ago
  39. 385eb90 Add support for DCPoP (CVAP). by Jacob Bramley · 6 years ago
  40. 4482be7 Extend CPUFeatures to support Armv8.4. by Jacob Bramley · 6 years ago
  41. 504c36c Merge remote-tracking branch 'remotes/aosp/upstream-master' by xueliang.zhong · 6 years ago
  42. fdf332a Give CPUFeatures::kNone a stable value. by Jacob Bramley · 6 years ago
  43. ca78974 Add support for features up to Armv8.3. by Jacob Bramley · 6 years ago
  44. 9799d7f Use PrintDisassembler for --disassemble. by Jacob Bramley · 6 years ago
  45. c44ce3d Check CPU features in the Simulator and Disassembler. by Jacob Bramley · 6 years ago
  46. ab70ab9 Fix a CodeBuffer API bug. by Jacob Bramley · 6 years ago
  47. 59aee84 Support hint <imm>, and fix hint disassembly. by Jacob Bramley · 6 years ago
  48. 364c82b Make disassembly of FC* more precise. by Jacob Bramley · 6 years ago
  49. 7175d2e Allow and disassemble Pre- and Post-Index #0. by Jacob Bramley · 6 years ago
  50. 54d6222 Simplify the *CacheOp enums. by Jacob Bramley · 6 years ago
  51. 6a3f1a3 Fix CPUFeatures checks for fmov. by Jacob Bramley · 6 years ago
  52. 7b8fc82 CPUFeatures tests. by Jacob Bramley · 6 years ago
  53. 5997b46 Check CPU features in the Assembler. by Jacob Bramley · 6 years ago
  54. 2af191d Implement CPU Feature selection. by Jacob Bramley · 6 years ago
  55. c919d87 Remove the Debugger. by Jacob Bramley · 6 years ago
  56. d6166b0 Clean up some implementation-defined casts. by Jacob Bramley · 6 years ago
  57. c41760b Fix some erroneous uses of instr->Mask(0). by Jacob Bramley · 6 years ago
  58. 1ea48ea Fix some implementation-defined initialisers. by Jacob Bramley · 6 years ago
  59. 4df1551 Fix exception related warnings introduced by GCC 8. by Pierre Langlois · 6 years ago
  60. 04e89fa Fix potentialy building a non NULL-terminated string. by Pierre Langlois · 6 years ago
  61. 226fbe4 Fix maybe-uinitialized warning in the simulator. by Pierre Langlois · 6 years ago
  62. c6d364f Enable __attribute__((fallthrough)) for GCC 8 and higher. by Pierre Langlois · 6 years ago
  63. d8bb357 Initial Support + FMOV [FP16] by Carey Williams · 6 years ago
  64. 2c3cebb Add support for Load/Store LORegion instructions. by Alexander Gilday · 6 years ago
  65. 560332d Add support for dot product instructions. by Alexander Gilday · 6 years ago
  66. 4e5bad9 Add support for compare and swap in memory instructions. by Alexander Gilday · 6 years ago
  67. 4e52d4d Add ubsan option for compilation and fix ubsan errors. by Vincent Belliard · 6 years ago
  68. b57e362 Extract FP utility functions from Simulator by Carey Williams · 6 years ago
  69. 4378564 Add support for SQRDMLAH and SQRDMLSH. by Alexander Gilday · 6 years ago
  70. d82faf6 Place the Uint{32,64,128} and Int64 types in the internal namespace by Pierre Langlois · 6 years ago
  71. 2809e6c v8.3 Complex Numbers Support by Carey Williams · 6 years ago
  72. 51049e7 Revert "Workaround inlining miscompile" by Yi Kong · 6 years ago
  73. 931a4e4 Workaround inlining miscompile by Yi Kong · 6 years ago
  74. 564c10c Update vrint instructions. by Vincent Belliard · 6 years ago
  75. a41e434 Add support for CSDB in AArch64 by Martyn Capewell · 6 years ago
  76. 41aa0c1 Removes support for some co-processor instructions. by Vincent Belliard · 6 years ago
  77. de326f8 Fix fall-through annotation for GCC 7 by Martyn Capewell · 6 years ago
  78. 0b21ec1 Fix disassembler for unpredictable in IT block. by Vincent Belliard · 6 years ago
  79. 2a4c77b [disasm] Replace "outside IT block" checks with assertions if possible by Pierre Langlois · 6 years ago
  80. 5e6d675 Merge remote-tracking branch 'aosp/upstream-master' into master by Artem Serov · 6 years ago
  81. 036d9bb [disasm] Do not assert if disassembly conditions are unfulfilled. by Pierre Langlois · 7 years ago
  82. 4ec0c8d Make Location::IsReferenced public. by Artem Serov · 7 years ago
  83. 36fb1ce Fix vld, vst instructions with post-index. by Vincent Belliard · 7 years ago
  84. 5d85018 Add assembler/disassembler benchmark. by Vincent Belliard · 7 years ago
  85. f9d8c6e Check unpredictable (OutsideITBlock()) for crc, hvc. by Vincent Belliard · 7 years ago
  86. 7530aa8 Use 'Narrow' size for T32 16-bit instructions. by Vincent Belliard · 7 years ago
  87. 3d39ef9 Add ImmediatePrinter, SignedImmediatePrinter, RawImmediatePrinter and IndexedRegisterPrinter to DisassemblerStream. by Vincent Belliard · 7 years ago
  88. f9a3bc1 Check unpredictable for vldm, vstm. by Vincent Belliard · 7 years ago
  89. 8ecc789 Check unpredictable conditions for vstr. by Vincent Belliard · 7 years ago
  90. c5542c8 Fix system register disassembly prefix. by Martyn Capewell · 7 years ago
  91. 71fb591 Fix tests for indexed register. by Vincent Belliard · 7 years ago
  92. 8be27ed Use DtPrinter to print some of the data types. by Vincent Belliard · 7 years ago
  93. b106626 Disassemble system registers in mrs/msr. by Martyn Capewell · 7 years ago
  94. 1bce007 Use clang-format 3.8 to format VIXL by Pierre Langlois · 7 years ago
  95. ac28544 Factorize reference info. by Vincent Belliard · 7 years ago
  96. e938c7c Fix runtime call mechanisms for types smaller than 4 bytes. by Alexandre Rames · 7 years ago
  97. 210db21 Fix pre-shifted immediate generation involving sp. by Martyn Capewell · 7 years ago
  98. 4e6baa2 Handle `enum`s in simulated runtime call mechanisms. by Alexandre Rames · 7 years ago
  99. 8b57c86 [pool-manager] Integration with aarch32. by Georgia Kouveli · 7 years ago
  100. c9a1da7 Fix adr A1 info. by Vincent Belliard · 7 years ago