Skip to content
  1. Feb 10, 2022
  2. Feb 08, 2022
    • Martyn Capewell's avatar
      Don't declare form_to_visitor maps as static member · ea8fa657
      Martyn Capewell authored
      Declaring the form_to_visitor maps as static members caused integration problems
      for some users. Instead, use a Singleton-like construction to wrap the map in
      a static accessor. Additionally, use unordered_map, as we don't need the
      ordered property of map.
      ea8fa657
  3. Feb 04, 2022
  4. Jan 27, 2022
    • lioncash's avatar
      aarch64: Allow testing for the presence of FEAT_MTE · ad01a0b0
      lioncash authored
      In the previous change, we added a few filler values so that we were
      able to add support for detecting FEAT_AFP, however the necessary
      identifiers were already in place to support checking for FEAT_MTE1 and
      FEAT_MTE2, so we can fill in those blanks with the necessary identifiers
      ad01a0b0
    • Lioncash's avatar
      aarch64: Allow testing for the presence of FEAT_AFP · efec2fba
      Lioncash authored
      Allows querying for the existence of FEAT_AFP (alternate floating-point
      behavior).
      
      While we're in the same area, we can also fill in the remaining defined
      bits.
      efec2fba
  5. Jan 26, 2022
  6. Jan 21, 2022
  7. Jan 18, 2022
  8. Jan 13, 2022
  9. Jan 11, 2022
  10. Jan 07, 2022
  11. Jan 06, 2022
  12. Jan 04, 2022
  13. Dec 01, 2021
  14. Nov 26, 2021
  15. Nov 25, 2021
  16. Nov 16, 2021
  17. Nov 04, 2021
  18. Oct 28, 2021
  19. Oct 14, 2021
    • Martyn Capewell's avatar
      Tidy up no-argument disassembly · 02adc1a6
      Martyn Capewell authored
      Use a zero-length string when disassembling instructions which require no
      arguments, and factorise those instructions into a separate handler function.
      02adc1a6
  20. Oct 01, 2021
  21. Sep 30, 2021
  22. Sep 29, 2021
Loading