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

Hexagon trace support #34

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    cc8ea23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d5fe3 View commit details
    Browse the repository at this point in the history
  3. Add trace helper functions.

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3ca6426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd18254 View commit details
    Browse the repository at this point in the history
  5. Log trace events

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a3c83e1 View commit details
    Browse the repository at this point in the history
  6. Fix defintions

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    22adcc5 View commit details
    Browse the repository at this point in the history
  7. Fix several build errors.

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6ce7b24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f593f2c View commit details
    Browse the repository at this point in the history
  9. Trace frame begins and ends

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7644743 View commit details
    Browse the repository at this point in the history
  10. Log register read and writes

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    55320d6 View commit details
    Browse the repository at this point in the history
  11. Log traps with endframe

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8959e9f View commit details
    Browse the repository at this point in the history
  12. Generate register reads, instead of having them in get_result_gpr.

    Otherwise too many reads get logged and would lead to conflicts when comparing the traces.
    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7e1f0e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73a57f2 View commit details
    Browse the repository at this point in the history
  14. Generate load traces

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    064998e View commit details
    Browse the repository at this point in the history
  15. Trace memory stores.

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2d0bb4c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e0826b6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a4ee5e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5caf326 View commit details
    Browse the repository at this point in the history
  19. Trace gpr/ctrl load/store

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3043c11 View commit details
    Browse the repository at this point in the history
  20. Trace register pair load/store

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f3854bf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    542f931 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ba9b9e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3ef8614 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d0168fe View commit details
    Browse the repository at this point in the history
  25. Clean up comments

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    aa359dc View commit details
    Browse the repository at this point in the history
  26. Remove unused function.

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    37494bd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0604b2d View commit details
    Browse the repository at this point in the history
  28. 1byte = 8bits -.-

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d54181f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a73469f View commit details
    Browse the repository at this point in the history
  30. Always log prediate reads.

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c0dd0ed View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ca1acf1 View commit details
    Browse the repository at this point in the history
  32. Fix: call correct helper

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b30aaaf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0f53455 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    494b336 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    20df215 View commit details
    Browse the repository at this point in the history
  36. Add initial load of PC.

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    299d184 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1607083 View commit details
    Browse the repository at this point in the history
  38. Remove loggin of PC

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    eb130f8 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b060149 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b517697 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    20d9724 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0e254a5 View commit details
    Browse the repository at this point in the history
  43. Fix logging of endframe.

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bf8368c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    446f616 View commit details
    Browse the repository at this point in the history
  45. Trace USR writes

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b86e108 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    06dfc2a View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    533f37c View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    fc36859 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3714305 View commit details
    Browse the repository at this point in the history
  50. Fix tracking of LC0

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    03a7a1b View commit details
    Browse the repository at this point in the history
  51. Add build job for Hexagon

    Rot127 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dad6bc1 View commit details
    Browse the repository at this point in the history
  52. Update .github/workflows/build.yaml

    Co-authored-by: Ivan Gotovchits <[email protected]>
    Rot127 and ivg authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5d23c29 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    a467e0a View commit details
    Browse the repository at this point in the history