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

[RISCV][LLD] Add RISCV zcmt optimise in linker relaxation #77884

Open
wants to merge 54 commits into
base: main
Choose a base branch
from

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    4846c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7cccc View commit details
    Browse the repository at this point in the history
  3. format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a57d853 View commit details
    Browse the repository at this point in the history
  4. fix TODO

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    50502da View commit details
    Browse the repository at this point in the history
  5. fix name

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a7545d8 View commit details
    Browse the repository at this point in the history
  6. format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9153af3 View commit details
    Browse the repository at this point in the history
  7. fix compile erroe

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1b39df2 View commit details
    Browse the repository at this point in the history
  8. add testcase

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    59111f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0c5fcf View commit details
    Browse the repository at this point in the history
  10. address comments

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    99e08c8 View commit details
    Browse the repository at this point in the history
  11. fix part of comments

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    adbd7f4 View commit details
    Browse the repository at this point in the history
  12. fmt

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    726883a View commit details
    Browse the repository at this point in the history
  13. tmp

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9879205 View commit details
    Browse the repository at this point in the history
  14. update option start with --

    use `DenseMap` and `CachedHashStringRef`
    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b912fef View commit details
    Browse the repository at this point in the history
  15. reimplement Zcmt relax

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    192f501 View commit details
    Browse the repository at this point in the history
  16. fix testcase

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    74cf627 View commit details
    Browse the repository at this point in the history
  17. rebase & update

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    96d0f36 View commit details
    Browse the repository at this point in the history
  18. git format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3e79817 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    451a817 View commit details
    Browse the repository at this point in the history
  20. format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e5f78da View commit details
    Browse the repository at this point in the history
  21. address comments

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a7d74e9 View commit details
    Browse the repository at this point in the history
  22. format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c116a18 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    51b7fd3 View commit details
    Browse the repository at this point in the history
  24. format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5aff069 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    51be215 View commit details
    Browse the repository at this point in the history
  26. format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d317949 View commit details
    Browse the repository at this point in the history
  27. fix testcase

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    14a988b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    48be3d1 View commit details
    Browse the repository at this point in the history
  29. format

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f9b6db9 View commit details
    Browse the repository at this point in the history
  30. extend sizeof InputSection

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1590a32 View commit details
    Browse the repository at this point in the history
  31. Revert "extend sizeof InputSection"

    This reverts commit 813619411facd893e71c24437668ff1f6e29e9bb.
    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6f07430 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9c4e5fa View commit details
    Browse the repository at this point in the history
  33. address comments

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    29d11b6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    18d4a81 View commit details
    Browse the repository at this point in the history
  35. fix error

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    565e679 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1927643 View commit details
    Browse the repository at this point in the history
  37. refactor getIndex

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ff7981b View commit details
    Browse the repository at this point in the history
  38. address comments

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    aeb18bc View commit details
    Browse the repository at this point in the history
  39. fmt

    Xinlong-Wu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    18f35de View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fix symble of __jvt_base$

    Xinlong-Wu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9f59bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e48c43 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

    Xinlong-Wu committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    750f493 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. format the patch

    Xinlong-Wu committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2d5ca0f View commit details
    Browse the repository at this point in the history
  2. format patch again

    Xinlong-Wu committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f0be958 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

    Xinlong-Wu committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8897e0f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. address comments

    Xinlong-Wu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4e5ee18 View commit details
    Browse the repository at this point in the history
  2. fmt

    Xinlong-Wu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c50d354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    578e726 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    563d704 View commit details
    Browse the repository at this point in the history
  2. update

    Xinlong-Wu committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d1a83f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99b7c6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b23e351 View commit details
    Browse the repository at this point in the history