Skip to content
Snippets Groups Projects
  1. Jun 21, 2022
  2. Jun 07, 2022
  3. May 23, 2022
  4. May 19, 2022
  5. May 09, 2022
  6. May 08, 2022
  7. May 04, 2022
    • Jason Hiser's avatar
      Update to fix calls for exception handling. · be161585
      Jason Hiser authored
      Fixed calls break exception handling, and largely aren't needed anymore.
      We were still "fixing" calls when it had no fallthrough instruction,
      assuming the call is used for something else.  Except that sometimes a
      "call _cxa_throw" ends a function/section and legitimately has no
      fallthrough.  And this breaks the exception handling.
      
      Testing this fix against the Zipr test suite to verify that it is OK
      on a large suite of programs.
      be161585
    • Jason Hiser's avatar
      Cleanup for new compiler · 3c6c3810
      Jason Hiser authored
      3c6c3810
  8. May 02, 2022
  9. May 01, 2022
  10. Apr 27, 2022
  11. Apr 25, 2022
  12. Apr 22, 2022
  13. Apr 21, 2022
  14. Apr 16, 2022
  15. Jan 15, 2022
  16. Jan 10, 2022
  17. Jan 08, 2022
  18. Dec 31, 2021
  19. Dec 29, 2021
  20. Dec 27, 2021
  21. Dec 23, 2021
    • Jason Hiser's avatar
      Update gap-filling algorithm in zipr-be to skip R-X segments · 6343468c
      Jason Hiser authored
      Only gap-fill for original-style scoops (that is, pure-data).  R/X
      scoops are added for switch tables, but may overlap because the
      switch detector may make multiple guesses at ground truth.  The gap
      filling algorithm wasn't expecting this, so skip these scoops as
      they shouldn't result in gap-filling anyhow.
      6343468c
  22. Dec 20, 2021
  23. Dec 19, 2021
  24. Dec 09, 2021
  25. Nov 30, 2021
Loading