1. 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
  2. 25 Jan, 2021 1 commit
  3. 24 Jan, 2021 3 commits
  4. 21 Jan, 2021 1 commit
  5. 11 Dec, 2020 1 commit
  6. 10 Dec, 2020 1 commit
  7. 09 Aug, 2020 2 commits
  8. 24 Jul, 2020 1 commit
  9. 12 Jul, 2020 1 commit
  10. 10 Jul, 2020 1 commit
  11. 09 Jul, 2020 1 commit
  12. 08 Jul, 2020 1 commit
  13. 03 Jul, 2020 1 commit
  14. 02 Jul, 2020 1 commit
  15. 20 Jun, 2020 1 commit
  16. 18 Jun, 2020 1 commit
  17. 14 Jun, 2020 2 commits
  18. 10 Jun, 2020 1 commit
  19. 07 Jun, 2020 3 commits
  20. 06 Jun, 2020 1 commit
  21. 06 Apr, 2020 1 commit
  22. 05 Apr, 2020 1 commit
  23. 21 Mar, 2020 1 commit
  24. 24 Feb, 2020 1 commit
  25. 17 Feb, 2020 1 commit
  26. 15 Feb, 2020 1 commit
  27. 10 Feb, 2020 1 commit
  28. 09 Feb, 2020 1 commit
  29. 01 Feb, 2020 2 commits
  30. 31 Jan, 2020 1 commit
    • added source trace comments · dd0eb598
      - Trace comments cover module items, decls, and stmts
      - Added pseudo-lexer to Alex parser for monadic Position production
      - Added Position to every DeclToken
      - Removed Comment PackageItem
      - Added CommentStmt and CommentDecl
      - Fixed traversal skipping outer MIAttr ModuleItems
      - Generally cleaned up Parser modules
      Zachary Snow committed
  31. 12 Jan, 2020 1 commit
  32. 11 Jan, 2020 1 commit
  33. 22 Dec, 2019 1 commit