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

feat: Brillig pointer codegen and execution #5737

Merged
merged 66 commits into from
Apr 16, 2024
Merged

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    8ebbfd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45083bc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    be85a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bbd4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37ce65c View commit details
    Browse the repository at this point in the history
  4. revert commented hash check

    vezenovm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b93a95f View commit details
    Browse the repository at this point in the history
  5. update todo comment

    vezenovm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ae72419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    993174e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34513f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    445dd78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    375f9f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e868e46 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9800a83 View commit details
    Browse the repository at this point in the history
  12. some cleanup

    vezenovm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3f58cf6 View commit details
    Browse the repository at this point in the history
  13. cargo fmt

    vezenovm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3885f47 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    202534b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d79f62 View commit details
    Browse the repository at this point in the history
  16. cargo fmt

    vezenovm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0b5ae02 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1570818 View commit details
    Browse the repository at this point in the history
  18. cargo mft

    vezenovm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0beb7fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7f7ddf3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    db06865 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dcf586d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3028114 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    32536f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98872f1 View commit details
    Browse the repository at this point in the history
  3. undo comment in serde test

    vezenovm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    94d4837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e2e6a2 View commit details
    Browse the repository at this point in the history
  5. Update noir/noir-repo/acvm-repo/acir/src/circuit/opcodes.rs

    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    vezenovm and TomAFrench authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a8820cb View commit details
    Browse the repository at this point in the history
  6. brillig call display

    vezenovm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2efd923 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8953725 View commit details
    Browse the repository at this point in the history
  8. fix mem op serde

    vezenovm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8ca0782 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eae0ea3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8f3556 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c9fc63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    191b1dc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a3c1303 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    733eac0 View commit details
    Browse the repository at this point in the history
  15. cleanup

    vezenovm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fba8b6e View commit details
    Browse the repository at this point in the history
  16. cleanup comment in test

    vezenovm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f141f7b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    33661df View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a5d2dd4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fdb44a7 View commit details
    Browse the repository at this point in the history
  20. update serde

    vezenovm committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    32a1514 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. merge conflicts w/ master

    vezenovm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f0fddbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78b8db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0da51ba View commit details
    Browse the repository at this point in the history
  4. Update noir/noir-repo/acvm-repo/acvm/src/pwg/mod.rs

    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    657180e View commit details
    Browse the repository at this point in the history
  5. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa.rs

    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b36c539 View commit details
    Browse the repository at this point in the history
  6. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/acir_gen/acir_…

    …ir/acir_variable.rs
    
    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5a838ee View commit details
    Browse the repository at this point in the history
  7. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/acir_gen/acir_…

    …ir/acir_variable.rs
    
    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9bb9288 View commit details
    Browse the repository at this point in the history
  8. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/acir_gen/acir_…

    …ir/acir_variable.rs
    
    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ae0d8a9 View commit details
    Browse the repository at this point in the history
  9. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/acir_gen/acir_…

    …ir/acir_variable.rs
    
    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c210697 View commit details
    Browse the repository at this point in the history
  10. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/acir_gen/acir_…

    …ir/acir_variable.rs
    
    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    368b7d8 View commit details
    Browse the repository at this point in the history
  11. Update noir/noir-repo/compiler/noirc_evaluator/src/ssa/acir_gen/acir_…

    …ir/acir_variable.rs
    
    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    389da97 View commit details
    Browse the repository at this point in the history
  12. Update noir/noir-repo/cspell.json

    Co-authored-by: jfecher <jfecher11@gmail.com>
    vezenovm and jfecher authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a617ff5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c19d0cf View commit details
    Browse the repository at this point in the history
  14. rename generated_brilligs

    vezenovm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3327c91 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    01c78c5 View commit details
    Browse the repository at this point in the history
  16. missed name

    vezenovm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    76b7b7a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    848fe07 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0aa917d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7afebb6 View commit details
    Browse the repository at this point in the history
  20. merge conflicts

    vezenovm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    477840d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9920110 View commit details
    Browse the repository at this point in the history
  22. update constants

    vezenovm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fd3af40 View commit details
    Browse the repository at this point in the history