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

Use error messages from jcc err.log in experiments #230

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    c6f9ef7 View commit details
    Browse the repository at this point in the history
  2. check err.log in exp

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c5b9e41 View commit details
    Browse the repository at this point in the history
  3. skip DWARF error

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a79c973 View commit details
    Browse the repository at this point in the history
  4. consider-using-enumerate

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6b1567b View commit details
    Browse the repository at this point in the history
  5. skip clang diag last line

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2822643 View commit details
    Browse the repository at this point in the history
  6. fix err.log path

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a951227 View commit details
    Browse the repository at this point in the history
  7. fix binary name

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9c2a01d View commit details
    Browse the repository at this point in the history
  8. add in all ld error lines

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b6a133e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c72362 View commit details
    Browse the repository at this point in the history
  10. check end line as start line

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6442609 View commit details
    Browse the repository at this point in the history
  11. use err.log errors

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    24ce372 View commit details
    Browse the repository at this point in the history
  12. give detail err.log path

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3ddd9b8 View commit details
    Browse the repository at this point in the history
  13. remove color code from lines

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    02d08d0 View commit details
    Browse the repository at this point in the history
  14. extract lld errors

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f907c6d View commit details
    Browse the repository at this point in the history
  15. refine err.log parsing logic

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3a32c0d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d748b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    89e8c67 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fb83573 View commit details
    Browse the repository at this point in the history
  19. add clang output flag pattern

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4b92773 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dcab0e2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d42f94d View commit details
    Browse the repository at this point in the history
  22. only parse output when needed

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2092fa2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cbc7ce9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    20d8a62 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cb4bee8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fca048c View commit details
    Browse the repository at this point in the history
  27. linker error

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e028792 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    05af518 View commit details
    Browse the repository at this point in the history
  29. update references to jcc.go

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c02d7e9 View commit details
    Browse the repository at this point in the history
  30. comments

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    df1091b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1656b4b View commit details
    Browse the repository at this point in the history
  32. rename

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    be2ce1e View commit details
    Browse the repository at this point in the history
  33. nits and refactor

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fd5868c View commit details
    Browse the repository at this point in the history
  34. more restructure

    cjx10 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8f4e841 View commit details
    Browse the repository at this point in the history