Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print VLIW assembly #72

Merged
merged 24 commits into from
Oct 16, 2024
Merged

Print VLIW assembly #72

merged 24 commits into from
Oct 16, 2024

Commits on Jul 19, 2024

  1. style

    mariodruiz committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ca4f83f View commit details
    Browse the repository at this point in the history
  2. Emit disassembly code

    mariodruiz committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3d13173 View commit details
    Browse the repository at this point in the history
  3. Track lst file

    mariodruiz committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    18e522a View commit details
    Browse the repository at this point in the history
  4. Return lst

    mariodruiz committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0003e41 View commit details
    Browse the repository at this point in the history
  5. Fix error

    mariodruiz committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8da56b8 View commit details
    Browse the repository at this point in the history
  6. Track .lst file

    mariodruiz committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9f509e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Flake 8

    mariodruiz committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    d655a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef68765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df78e97 View commit details
    Browse the repository at this point in the history
  4. Merge main

    mariodruiz committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6d8e19c View commit details
    Browse the repository at this point in the history
  5. Track nesting

    mariodruiz committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9ca06c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    1efba6d View commit details
    Browse the repository at this point in the history
  2. Remove independent class

    mariodruiz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    41178e8 View commit details
    Browse the repository at this point in the history
  3. Add tests

    mariodruiz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f045b42 View commit details
    Browse the repository at this point in the history
  4. Clear cache

    mariodruiz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8347c57 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Add asm pretty display

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    114c151 View commit details
    Browse the repository at this point in the history
  2. Add test for asmdisplay

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5083fae View commit details
    Browse the repository at this point in the history
  3. Flake 8

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a6ef6a7 View commit details
    Browse the repository at this point in the history
  4. Change kernel to test

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8271531 View commit details
    Browse the repository at this point in the history
  5. include kernel name

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    febbaae View commit details
    Browse the repository at this point in the history
  6. Chance assert condition

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0a72574 View commit details
    Browse the repository at this point in the history
  7. Display completed code

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fda9724 View commit details
    Browse the repository at this point in the history
  8. Fix check

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    814a6f2 View commit details
    Browse the repository at this point in the history
  9. Call method not property

    mariodruiz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fac64cc View commit details
    Browse the repository at this point in the history