Skip to content
Snippets Groups Projects
  1. Jul 20, 2022
  2. Jul 19, 2022
  3. Jul 11, 2022
  4. Jul 07, 2022
  5. Jul 05, 2022
  6. Jun 21, 2022
  7. Jun 07, 2022
  8. May 23, 2022
  9. May 19, 2022
  10. May 09, 2022
  11. May 08, 2022
  12. 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
  13. May 02, 2022
  14. May 01, 2022
  15. Apr 27, 2022
  16. Apr 25, 2022
  17. Apr 22, 2022
  18. Apr 21, 2022
  19. Apr 16, 2022
  20. Jan 15, 2022
  21. Jan 10, 2022
  22. Jan 08, 2022
  23. Dec 31, 2021
  24. Dec 29, 2021
  25. Dec 27, 2021
Loading