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

Add loongarch64 #1

Draft
wants to merge 193 commits into
base: master
Choose a base branch
from
Draft

Add loongarch64 #1

wants to merge 193 commits into from

Commits on Jan 26, 2024

  1. Add some loongarch64 support.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    38144f6 View commit details
    Browse the repository at this point in the history
  2. Add types.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e6befed View commit details
    Browse the repository at this point in the history
  3. Add type.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    efc0505 View commit details
    Browse the repository at this point in the history
  4. Add types.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2cb61a4 View commit details
    Browse the repository at this point in the history
  5. Add types.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5010de2 View commit details
    Browse the repository at this point in the history
  6. Add types.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    03184a4 View commit details
    Browse the repository at this point in the history
  7. Add types.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    08d5d99 View commit details
    Browse the repository at this point in the history
  8. Add types.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3d61862 View commit details
    Browse the repository at this point in the history
  9. Fix syscalls.

    yxd-ym committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7455a4c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Init llvm.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    24f5f09 View commit details
    Browse the repository at this point in the history
  2. Add extern declaration.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0b868e1 View commit details
    Browse the repository at this point in the history
  3. Add clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e2b28de View commit details
    Browse the repository at this point in the history
  4. Fix clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d792fbe View commit details
    Browse the repository at this point in the history
  5. Fix clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3219a80 View commit details
    Browse the repository at this point in the history
  6. Fix clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    45747e3 View commit details
    Browse the repository at this point in the history
  7. Fix clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9e73d47 View commit details
    Browse the repository at this point in the history
  8. Fix clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f9c7899 View commit details
    Browse the repository at this point in the history
  9. Fix clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fd4aa46 View commit details
    Browse the repository at this point in the history
  10. Add start stub.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    de6668c View commit details
    Browse the repository at this point in the history
  11. Add clone.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e8c4ac5 View commit details
    Browse the repository at this point in the history
  12. Add restore.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8cd1b4a View commit details
    Browse the repository at this point in the history
  13. Add elf symndx.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7de8237 View commit details
    Browse the repository at this point in the history
  14. Add freeAndExit.

    yxd-ym committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3997710 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix fstat.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ecaaf1f View commit details
    Browse the repository at this point in the history
  2. Fix fstat.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4a3b76b View commit details
    Browse the repository at this point in the history
  3. Add tls.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1fa32e0 View commit details
    Browse the repository at this point in the history
  4. Fix exit.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6ae607f View commit details
    Browse the repository at this point in the history
  5. Fix exit.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    da7e0b8 View commit details
    Browse the repository at this point in the history
  6. Fix typo.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e944504 View commit details
    Browse the repository at this point in the history
  7. Fix register.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    edb3102 View commit details
    Browse the repository at this point in the history
  8. Fix assmebly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6c85401 View commit details
    Browse the repository at this point in the history
  9. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c5a747f View commit details
    Browse the repository at this point in the history
  10. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    13594a8 View commit details
    Browse the repository at this point in the history
  11. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    176f02e View commit details
    Browse the repository at this point in the history
  12. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    98d93e7 View commit details
    Browse the repository at this point in the history
  13. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    638f090 View commit details
    Browse the repository at this point in the history
  14. Fix input.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5b0760a View commit details
    Browse the repository at this point in the history
  15. Fix output.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6ab2392 View commit details
    Browse the repository at this point in the history
  16. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    034a278 View commit details
    Browse the repository at this point in the history
  17. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5c39917 View commit details
    Browse the repository at this point in the history
  18. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c5f104c View commit details
    Browse the repository at this point in the history
  19. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7e65c23 View commit details
    Browse the repository at this point in the history
  20. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf343ec View commit details
    Browse the repository at this point in the history
  21. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    112ea59 View commit details
    Browse the repository at this point in the history
  22. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5497112 View commit details
    Browse the repository at this point in the history
  23. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    30d3644 View commit details
    Browse the repository at this point in the history
  24. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6a76eb0 View commit details
    Browse the repository at this point in the history
  25. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ad103c7 View commit details
    Browse the repository at this point in the history
  26. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    324d3f5 View commit details
    Browse the repository at this point in the history
  27. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    80ad734 View commit details
    Browse the repository at this point in the history
  28. Fix assembly.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    770100f View commit details
    Browse the repository at this point in the history
  29. Fix error.

    yxd-ym committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cab2f02 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix error.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5247295 View commit details
    Browse the repository at this point in the history
  2. Fix error.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    503e0cd View commit details
    Browse the repository at this point in the history
  3. Fix error.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9996a9e View commit details
    Browse the repository at this point in the history
  4. Fix error.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9e5e684 View commit details
    Browse the repository at this point in the history
  5. Fix error.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b15f6c8 View commit details
    Browse the repository at this point in the history
  6. Fix error.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5497c02 View commit details
    Browse the repository at this point in the history
  7. Fix assembly.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    346ecdd View commit details
    Browse the repository at this point in the history
  8. Remove fixme.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b9bc1f4 View commit details
    Browse the repository at this point in the history
  9. Fix clone.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e8661db View commit details
    Browse the repository at this point in the history
  10. Use other temp register.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    cedd745 View commit details
    Browse the repository at this point in the history
  11. Fix thread.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3cf2e08 View commit details
    Browse the repository at this point in the history
  12. Fix thread.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c27e9f8 View commit details
    Browse the repository at this point in the history
  13. Fix start.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    db840b5 View commit details
    Browse the repository at this point in the history
  14. Fix fstat.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    71445ed View commit details
    Browse the repository at this point in the history
  15. Fix fstat.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2df1df5 View commit details
    Browse the repository at this point in the history
  16. Fix syscall.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c982456 View commit details
    Browse the repository at this point in the history
  17. Fix syscall.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e17e648 View commit details
    Browse the repository at this point in the history
  18. Fix syscall.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d96d268 View commit details
    Browse the repository at this point in the history
  19. Fix register name.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    d574837 View commit details
    Browse the repository at this point in the history
  20. Fix registers.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    bb6bb36 View commit details
    Browse the repository at this point in the history
  21. Add page size.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5e45292 View commit details
    Browse the repository at this point in the history
  22. Fix builtin.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c7a4c17 View commit details
    Browse the repository at this point in the history
  23. Do not use C.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    df38980 View commit details
    Browse the repository at this point in the history
  24. Add comment.

    yxd-ym committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5f9b616 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fix fstat.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1db6b63 View commit details
    Browse the repository at this point in the history
  2. Fix decorator.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    83bee7f View commit details
    Browse the repository at this point in the history
  3. Fix param.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6798452 View commit details
    Browse the repository at this point in the history
  4. Fix var.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0945af0 View commit details
    Browse the repository at this point in the history
  5. Return 0.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ae9e348 View commit details
    Browse the repository at this point in the history
  6. Fix type casting.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e60ea6d View commit details
    Browse the repository at this point in the history
  7. Fix type convert.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    975d726 View commit details
    Browse the repository at this point in the history
  8. Add layout.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4597f67 View commit details
    Browse the repository at this point in the history
  9. Add supported libc.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7e4203a View commit details
    Browse the repository at this point in the history
  10. Add PIE.

    yxd-ym committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1f182bd View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fix coff.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b01e86b View commit details
    Browse the repository at this point in the history
  2. Fix dyn linker.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8e4f339 View commit details
    Browse the repository at this point in the history
  3. Add qemu.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8f08895 View commit details
    Browse the repository at this point in the history
  4. Add ld m option.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    04dd717 View commit details
    Browse the repository at this point in the history
  5. Fix type.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d8129a3 View commit details
    Browse the repository at this point in the history
  6. Fix type conversion.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d9a0a8a View commit details
    Browse the repository at this point in the history
  7. Fix init.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    06a8da0 View commit details
    Browse the repository at this point in the history
  8. Fix decl.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    52c73e1 View commit details
    Browse the repository at this point in the history
  9. Try to fix target.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    83579d4 View commit details
    Browse the repository at this point in the history
  10. Revert "Try to fix target."

    This reverts commit 83579d4.
    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6451361 View commit details
    Browse the repository at this point in the history
  11. Do not support.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f4a83e6 View commit details
    Browse the repository at this point in the history
  12. Revert "Do not support."

    This reverts commit f4a83e6.
    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f8c9ae3 View commit details
    Browse the repository at this point in the history
  13. Disable macos.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    01f87bb View commit details
    Browse the repository at this point in the history
  14. Revert "Disable macos."

    This reverts commit 01f87bb.
    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b46b81a View commit details
    Browse the repository at this point in the history
  15. Fix arch.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6005260 View commit details
    Browse the repository at this point in the history
  16. Fix version range.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c1ee874 View commit details
    Browse the repository at this point in the history
  17. Fix case.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9846373 View commit details
    Browse the repository at this point in the history
  18. Fix variable.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    522217e View commit details
    Browse the repository at this point in the history
  19. Fix code.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c6f3f36 View commit details
    Browse the repository at this point in the history
  20. Revert "Fix code."

    This reverts commit c6f3f36.
    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    405d8e1 View commit details
    Browse the repository at this point in the history
  21. Revert "Fix variable."

    This reverts commit 522217e.
    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c95cded View commit details
    Browse the repository at this point in the history
  22. Revert "Fix case."

    This reverts commit 9846373.
    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    63a69c0 View commit details
    Browse the repository at this point in the history
  23. Disable macho tests.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d605997 View commit details
    Browse the repository at this point in the history
  24. Revert test.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d859aef View commit details
    Browse the repository at this point in the history
  25. Add target.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    18862f4 View commit details
    Browse the repository at this point in the history
  26. Disable macho tests.

    yxd-ym committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    20eef92 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Fix default target.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    307c6d0 View commit details
    Browse the repository at this point in the history
  2. Fix generic.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    cb6b7c8 View commit details
    Browse the repository at this point in the history
  3. Add baseline.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    4e0768d View commit details
    Browse the repository at this point in the history
  4. Remove baseline.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    993c2af View commit details
    Browse the repository at this point in the history
  5. Use la464.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    609ee92 View commit details
    Browse the repository at this point in the history
  6. Remove it.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e3c0972 View commit details
    Browse the repository at this point in the history
  7. la464 does not work.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6ef257e View commit details
    Browse the repository at this point in the history
  8. Try to use loongarch64.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fc60728 View commit details
    Browse the repository at this point in the history
  9. Fix const.

    yxd-ym committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ef79db0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fix libunwind macro.

    yxd-ym committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    59a021d View commit details
    Browse the repository at this point in the history
  2. Fix local symbol.

    yxd-ym committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    da37dee View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Do not set min version.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    12012e8 View commit details
    Browse the repository at this point in the history
  2. Add detect func.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    edba598 View commit details
    Browse the repository at this point in the history
  3. Use mold.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7ba3311 View commit details
    Browse the repository at this point in the history
  4. Fix subcommand.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6798672 View commit details
    Browse the repository at this point in the history
  5. Fix assignment.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0ede93c View commit details
    Browse the repository at this point in the history
  6. Assign value.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    07521d9 View commit details
    Browse the repository at this point in the history
  7. Use mold.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4e1dd93 View commit details
    Browse the repository at this point in the history
  8. Fix condition.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a0bd57e View commit details
    Browse the repository at this point in the history
  9. use fatal.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0ad4ece View commit details
    Browse the repository at this point in the history
  10. Fix compile.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f275006 View commit details
    Browse the repository at this point in the history
  11. Fix command.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e549b42 View commit details
    Browse the repository at this point in the history
  12. Unset mold.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6bb83ad View commit details
    Browse the repository at this point in the history
  13. Revert "Unset mold."

    This reverts commit 6bb83ad.
    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    743d81d View commit details
    Browse the repository at this point in the history
  14. Try to find mold.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    02b4edc View commit details
    Browse the repository at this point in the history
  15. Revert "Try to find mold."

    This reverts commit 02b4edc.
    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    06983bd View commit details
    Browse the repository at this point in the history
  16. Run mold.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b4d9273 View commit details
    Browse the repository at this point in the history
  17. Fix exit code.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9214214 View commit details
    Browse the repository at this point in the history
  18. Use fatal.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    59d6948 View commit details
    Browse the repository at this point in the history
  19. Fix type.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6f47092 View commit details
    Browse the repository at this point in the history
  20. Do not provide libc.

    yxd-ym committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3242219 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update abilists.

    yxd-ym committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    690f187 View commit details
    Browse the repository at this point in the history
  2. Add loongarch64 header.

    yxd-ym committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1bce05c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Add libc.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0dafa70 View commit details
    Browse the repository at this point in the history
  2. Set default abi to gnu.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b5af28d View commit details
    Browse the repository at this point in the history
  3. Fix long double.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6a7ea21 View commit details
    Browse the repository at this point in the history
  4. Fix name.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bd443fd View commit details
    Browse the repository at this point in the history
  5. Update glibc.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    85731bd View commit details
    Browse the repository at this point in the history
  6. Fix version.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    aab48b0 View commit details
    Browse the repository at this point in the history
  7. Restore zig's patch.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2be6302 View commit details
    Browse the repository at this point in the history
  8. Revert "Try to use loongarch64."

    This reverts commit fc60728.
    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    31807b7 View commit details
    Browse the repository at this point in the history
  9. Fix baseline.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    868f824 View commit details
    Browse the repository at this point in the history
  10. Use baseline for native.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    98d1a59 View commit details
    Browse the repository at this point in the history
  11. Fix generic.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f7b13d9 View commit details
    Browse the repository at this point in the history
  12. Fix baseline.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    019370f View commit details
    Browse the repository at this point in the history
  13. Fix detection.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6a84fa0 View commit details
    Browse the repository at this point in the history
  14. Fix baseline.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7845458 View commit details
    Browse the repository at this point in the history
  15. Fix baseline.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    72c17ac View commit details
    Browse the repository at this point in the history
  16. Fix assembler arg.

    yxd-ym committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d943e77 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. No f16.

    yxd-ym authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6534a82 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Fix baseline.

    yxd-ym committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a1402c2 View commit details
    Browse the repository at this point in the history
  2. Add glibc min version.

    yxd-ym committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6549b72 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Revert "Add glibc min version."

    This reverts commit 6549b72.
    yxd-ym committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5a8bc72 View commit details
    Browse the repository at this point in the history
  2. Add loongarch.

    yxd-ym committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1d3a240 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix libunwind macro."

    This reverts commit 59a021d.
    yxd-ym committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    032fd5b View commit details
    Browse the repository at this point in the history
  4. Reapply "Add glibc min version."

    This reverts commit 5a8bc72.
    yxd-ym committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    04dfeb7 View commit details
    Browse the repository at this point in the history
  5. Bump linux version.

    yxd-ym committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    11e2bfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a42c39 View commit details
    Browse the repository at this point in the history
  7. Bump glibc.

    yxd-ym committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2e93988 View commit details
    Browse the repository at this point in the history
  8. Add start.S.

    yxd-ym committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f04e877 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Add generic name.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    da5623b View commit details
    Browse the repository at this point in the history
  2. Add start.S path.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    038c1c2 View commit details
    Browse the repository at this point in the history
  3. Add regdef.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2c1dad4 View commit details
    Browse the repository at this point in the history
  4. Fix cfi_label.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e06793b View commit details
    Browse the repository at this point in the history
  5. Try ld.bfd.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f64ae57 View commit details
    Browse the repository at this point in the history
  6. Fix parameter.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5d0c3d7 View commit details
    Browse the repository at this point in the history
  7. Use ld.lld.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dfdfe27 View commit details
    Browse the repository at this point in the history
  8. Use ld.bfd.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0241297 View commit details
    Browse the repository at this point in the history
  9. Use ld.lld.

    yxd-ym committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0891503 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Use mold.

    yxd-ym committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9ac895f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Disable lto.

    yxd-ym committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0479857 View commit details
    Browse the repository at this point in the history
  2. Use ld.lld.

    yxd-ym committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    43ca85c View commit details
    Browse the repository at this point in the history
  3. Use mold.

    yxd-ym committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d9ef54f View commit details
    Browse the repository at this point in the history
  4. Use ld.bfd.

    yxd-ym committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ef3d5be View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Use mold.

    yxd-ym committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6b8c622 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Add musl support.

    yxd-ym committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    acc34c2 View commit details
    Browse the repository at this point in the history
  2. Add musl support.

    yxd-ym committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    58b1837 View commit details
    Browse the repository at this point in the history
  3. Add musl support.

    yxd-ym committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2310695 View commit details
    Browse the repository at this point in the history
  4. Add musl support.

    yxd-ym committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f52d16c View commit details
    Browse the repository at this point in the history
  5. Add musl support.

    yxd-ym committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    545dc82 View commit details
    Browse the repository at this point in the history
  6. Update musl libc.

    yxd-ym committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b916ffd View commit details
    Browse the repository at this point in the history