Skip to content
Snippets Groups Projects
  1. Aug 21, 2022
  2. Mar 24, 2022
  3. Aug 04, 2021
  4. Jun 17, 2021
    • Jacob Lorentzon's avatar
      Compile on latest nightly. · d69c1154
      Jacob Lorentzon authored
      This also replaces all the assembly that previously used the AT&T style
      with the (in my opinion) superior Intel syntax.
      
      I tried prepending `.att_syntax prefix`, but that did not work...
      d69c1154
  5. Jun 03, 2020
  6. May 11, 2019
  7. Mar 28, 2019
  8. Mar 03, 2019
    • Robin Randhawa's avatar
      aarch64: Fix incorrect init/fini stack manipulation · 17bed541
      Robin Randhawa authored
      The pre-index operator ('!') was missing at the end of the stp
      instruction.
      
      As a result, the stack pointer wasn't updated after the
      store of the 64-bit pair and the stored values were basically lost when
      follow on code used the stack for later store ops.
      17bed541
  9. Nov 08, 2018
  10. Sep 23, 2018
Loading