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