1. 01 May, 2024 2 commits
  2. 11 Mar, 2024 1 commit
  3. 12 Feb, 2024 1 commit
  4. 26 Dec, 2023 1 commit
  5. 18 Dec, 2023 1 commit
  6. 08 Dec, 2023 1 commit
  7. 05 Nov, 2023 3 commits
  8. 04 Nov, 2023 3 commits
  9. 13 Aug, 2023 1 commit
  10. 12 Aug, 2023 1 commit
  11. 10 Aug, 2023 1 commit
  12. 01 Aug, 2023 1 commit
  13. 08 Jul, 2023 1 commit
  14. 11 Jun, 2023 1 commit
  15. 06 Jun, 2023 1 commit
    • avoid dangling procedural else · 4756f497
      * Remove unneeded begin/end when the loop is a do/while
      * Dangling else check passes through statement attributes (bug fix)
      * Dangling else check passes through most control flow structures to reduce unneeded begin/end
      * Add test case and update changelog
      
      ---------
      
      Co-authored-by: qcorradi <q.corradi22@imperial.ac.uk>
      Co-authored-by: Zachary Snow <zach@zachjs.com>
      CORRADI Quentin committed
  16. 31 May, 2023 1 commit
  17. 15 May, 2023 1 commit
    • drop tf block edge case · 2aff725e
      - The deleted chunk in TFBlock has been unreachable since 57ef23ef. The
        RemoveComments change would make it reachable by dropping the leading
        Null in a task or function body.
      - The optimization in TFBlock was unsound because the nested block could
        shadow identifiers used (but not defined) in the tail of the outer
        block.
      - The optimization is not clearly necessary, so I'm dropping it for now.
      - Expand tf_block test coverage.
      Zachary Snow committed
  18. 14 May, 2023 1 commit
  19. 07 May, 2023 1 commit
  20. 22 Feb, 2023 1 commit
  21. 08 Jan, 2023 1 commit
  22. 24 Dec, 2022 1 commit
    • constant folding extensions · 96a108de
      - fold string literal comparisons
      - fold non-decimal bit shifts
      - fold non-decimal integer comparisons
      - fold decimal bitwise AND and OR
      - simplify cast expressions before elaboration
      - remove duplicate cast expression traversal
      - flatten concatenated numbers in a single pass
      Zachary Snow committed
  23. 29 Oct, 2022 1 commit
  24. 23 Oct, 2022 2 commits
  25. 19 Jul, 2022 1 commit
  26. 18 Jul, 2022 3 commits
  27. 11 Jul, 2022 1 commit
  28. 20 Jun, 2022 1 commit
  29. 19 Jun, 2022 1 commit
  30. 10 May, 2022 1 commit
  31. 01 May, 2022 1 commit
  32. 12 Apr, 2022 1 commit