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

Do not force inling functions that have pointer args. #5762

Merged
merged 23 commits into from
Apr 16, 2024

Commits on Mar 23, 2024

  1. Do not force inling functions that have pointer args.

    The new encoding can handle functions with pointer arguments.
    
    So this change reverts #4899.
    
    Also see #2819, which first introduced this hack.
    vaivaswatha committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    af58459 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 28, 2024

  1. memcpyopt: bugfix

    vaivaswatha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8cf6272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a74c1b3 View commit details
    Browse the repository at this point in the history
  3. update ir_generation test

    vaivaswatha committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a100f64 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    1a9dacf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99f96b View commit details
    Browse the repository at this point in the history
  3. fix ir_generation tests

    vaivaswatha committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    00f7785 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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

    vaivaswatha committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    2bce7ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde6bab View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    ef62bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f01e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9998bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d3e69 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. update some tests

    vaivaswatha committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5d7017f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d32ba View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. address review comments

    vaivaswatha committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    12a2aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0bad7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e0dd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d8703f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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