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

Update to LLVM 18 (and Rust 1.78) #566

Merged
merged 49 commits into from
May 22, 2024
Merged

Update to LLVM 18 (and Rust 1.78) #566

merged 49 commits into from
May 22, 2024

Commits on May 7, 2024

  1. update to llvm 18

    edg-l committed May 7, 2024
    Configuration menu
    Copy the full SHA
    adb3c48 View commit details
    Browse the repository at this point in the history
  2. fix conflict

    edg-l committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bfdb3e4 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    edg-l committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1b4e0b6 View commit details
    Browse the repository at this point in the history
  4. fix

    edg-l committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a680209 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix conflict

    edg-l committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5d18fa3 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    edg-l committed May 9, 2024
    Configuration menu
    Copy the full SHA
    dd6c601 View commit details
    Browse the repository at this point in the history
  3. unignore felt to bool bug

    edg-l committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c6b767d View commit details
    Browse the repository at this point in the history
  4. unignore tests

    edg-l committed May 9, 2024
    Configuration menu
    Copy the full SHA
    44cad70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df1a0bd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    6f260c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a638ba View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fix conflicts

    edg-l committed May 14, 2024
    Configuration menu
    Copy the full SHA
    edbec79 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix conflicts

    edg-l committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0c7502f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix bench script

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    39acecd View commit details
    Browse the repository at this point in the history
  2. comment sec r1 new test

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b8fe117 View commit details
    Browse the repository at this point in the history
  3. fix ci

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5484d4b View commit details
    Browse the repository at this point in the history
  4. upd lockfile

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fa1f412 View commit details
    Browse the repository at this point in the history
  5. update dockerfile

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7b1ea8b View commit details
    Browse the repository at this point in the history
  6. fix conflict

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c2b31bb View commit details
    Browse the repository at this point in the history
  7. fix

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    402236d View commit details
    Browse the repository at this point in the history
  8. ignore test

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b31d076 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    947b6ef View commit details
    Browse the repository at this point in the history
  10. align to 16 on x86

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6c283a1 View commit details
    Browse the repository at this point in the history
  11. try

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f70b637 View commit details
    Browse the repository at this point in the history
  12. unwrap

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b3d4395 View commit details
    Browse the repository at this point in the history
  13. fix assert

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6ee96cd View commit details
    Browse the repository at this point in the history
  14. x

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2e12c3d View commit details
    Browse the repository at this point in the history
  15. fix

    edg-l committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bb2d1e2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix get_integer_layout2

    edg-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4257da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f78d3 View commit details
    Browse the repository at this point in the history
  3. bug

    edg-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0ed07cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab7ab0d View commit details
    Browse the repository at this point in the history
  5. fix conflict

    edg-l committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a6cfcc1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    3aefb3e View commit details
    Browse the repository at this point in the history
  2. clippy

    edg-l committed May 21, 2024
    Configuration menu
    Copy the full SHA
    232a132 View commit details
    Browse the repository at this point in the history
  3. try fix push aligned

    edg-l committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2ce18f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea8dbd8 View commit details
    Browse the repository at this point in the history
  5. update felt abi align

    edg-l committed May 21, 2024
    Configuration menu
    Copy the full SHA
    73985c2 View commit details
    Browse the repository at this point in the history
  6. unignore test to not miss it

    edg-l committed May 21, 2024
    Configuration menu
    Copy the full SHA
    75759f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a02993e View commit details
    Browse the repository at this point in the history
  8. evert "update runtime to use proper felt abi"

    This reverts commit a02993e.
    edg-l committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e9cc116 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    420cc23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7825e94 View commit details
    Browse the repository at this point in the history
  3. format2

    edg-l committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b3f1731 View commit details
    Browse the repository at this point in the history
  4. unignore self referencing test

    edg-l committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c409113 View commit details
    Browse the repository at this point in the history
  5. fix get_execution_info_v2

    edg-l committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d32e426 View commit details
    Browse the repository at this point in the history
  6. unignore more tests

    edg-l committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c3172b8 View commit details
    Browse the repository at this point in the history
  7. remove old todo

    edg-l committed May 22, 2024
    Configuration menu
    Copy the full SHA
    49c0af1 View commit details
    Browse the repository at this point in the history
  8. uncomment code

    edg-l committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a16d101 View commit details
    Browse the repository at this point in the history