1. 10 Feb, 2021 1 commit
  2. 03 Feb, 2021 1 commit
    • refactor cast conversion · dd1a9efb
      - delegate cast type and sign resolution to TypeOf conversion
      - internal support for injecting data declarations into statements
      - fix size and sign of unbased unsized literals used in casts
      - avoid generating many unnecessary explicit casts
      - support casts which depend on localparams within procedures
      - expression traversal correctly visits types within type casts
      - fix typeof on expressions of net types
      - handle additional edge cases for unsized integer array patterns
      - preserve signedness of implicitly flattened unpacked integer arrays
      Zachary Snow committed
  3. 24 Jan, 2021 1 commit
    • package conversion overhaul · 8eb3a251
      - full import and export support
      - simplify AST representation of import and export
      - allow package-scoped identifiers invoked as subroutines
      - use scoped name resolution for identifiers in packages
      - merge package item nesting conversion into package conversion
      - fix handling of colliding enum items in separate modules
      - fix visiting enum item exprs in types
      Zachary Snow committed
  4. 21 Jan, 2021 1 commit
  5. 19 Dec, 2020 1 commit
  6. 10 Dec, 2020 1 commit
  7. 26 Sep, 2020 1 commit
  8. 14 Sep, 2020 1 commit
  9. 13 Aug, 2020 1 commit
  10. 26 Jul, 2020 2 commits
  11. 12 Jul, 2020 1 commit
  12. 03 Jul, 2020 1 commit
  13. 20 Jun, 2020 1 commit
  14. 06 Jun, 2020 2 commits
  15. 05 May, 2020 1 commit
  16. 05 Apr, 2020 2 commits
  17. 24 Feb, 2020 1 commit
  18. 23 Feb, 2020 1 commit
  19. 07 Feb, 2020 2 commits
  20. 12 Jan, 2020 1 commit
  21. 11 Jan, 2020 1 commit
  22. 22 Dec, 2019 1 commit
  23. 08 Dec, 2019 1 commit
  24. 20 Oct, 2019 1 commit
  25. 11 Oct, 2019 1 commit
  26. 09 Oct, 2019 1 commit
  27. 27 Sep, 2019 1 commit
    • major array pack and flatten update (closes #48) · 454afa97
      - dimensions flattening conversion only flattens packed dimensions
      - conversion for packing arrays when necessary (preserves memories)
      - added coverage for array with multiple packed dimensions
      - test runner no longer forbids multi-dim accesses after conversion
      - Decl and subordinate types derive Ord
      Zachary Snow committed
  28. 25 Sep, 2019 1 commit
  29. 19 Sep, 2019 1 commit
  30. 15 Sep, 2019 2 commits
  31. 14 Sep, 2019 1 commit
  32. 12 Sep, 2019 2 commits
  33. 11 Sep, 2019 1 commit
  34. 04 Sep, 2019 1 commit