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