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

Go and Rust support #437

Merged
merged 58 commits into from
Nov 13, 2024
Merged

Go and Rust support #437

merged 58 commits into from
Nov 13, 2024

Commits on Aug 22, 2024

  1. go prologue handling

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0d32696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8d571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8212ac0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a55d11c View commit details
    Browse the repository at this point in the history
  5. black

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ad5ea02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a2bf95 View commit details
    Browse the repository at this point in the history
  7. remove unused import

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7ee5762 View commit details
    Browse the repository at this point in the history
  8. isort

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6c636b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82586a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb3683f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    495d46b View commit details
    Browse the repository at this point in the history
  12. remove unused imports

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    25516f3 View commit details
    Browse the repository at this point in the history
  13. remove leftover test code

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d337cba View commit details
    Browse the repository at this point in the history
  14. remove monkey patching of r14

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    627996c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aeb5233 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b74fc7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    54f864b View commit details
    Browse the repository at this point in the history
  18. Prologue Eval modification

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2ffc223 View commit details
    Browse the repository at this point in the history
  19. integrate string slicer

    blattm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    804b8e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    ac79dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed37cd View commit details
    Browse the repository at this point in the history
  3. comments and minor changes

    blattm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3930244 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56324b0 View commit details
    Browse the repository at this point in the history
  5. remove leftover line

    blattm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ddce3fa View commit details
    Browse the repository at this point in the history
  6. Black autoformatting

    CheeseHunter117 authored and blattm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f3afbb2 View commit details
    Browse the repository at this point in the history
  7. Added function to pipeline.preprocessing.util to find unused addres…

    …s in a CFG
    
    Used said function to improve `BasicBlock` creation in `pipeline.preprocessing.remove_noreturn_boilerplate`
    CheeseHunter117 authored and blattm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    591ac1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e62e75f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c043b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2966ca7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6deddca View commit details
    Browse the repository at this point in the history
  12. Revert "Prologue Eval modification"

    This reverts commit 2ffc223.
    blattm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f1d579b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    62e35f6 View commit details
    Browse the repository at this point in the history
  14. format

    blattm committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bfd776e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix default.json format

    blattm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    118cd08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31dce6d View commit details
    Browse the repository at this point in the history
  3. add docstrings

    blattm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4062bae View commit details
    Browse the repository at this point in the history
  4. clean up canary removal

    blattm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7616142 View commit details
    Browse the repository at this point in the history
  5. format

    blattm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fa6ed0e View commit details
    Browse the repository at this point in the history
  6. remove stray comments

    blattm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f4a3157 View commit details
    Browse the repository at this point in the history
  7. remove stray comment

    blattm committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9c577a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce163e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. clean up go prologue removal

    blattm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5357b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454ee6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4cbf1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32e26ca View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    blattm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e1f9b8d View commit details
    Browse the repository at this point in the history
  6. document code

    blattm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    027f72b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e023fe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9098d7c View commit details
    Browse the repository at this point in the history
  9. format

    blattm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    69b8c1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a96324 View commit details
    Browse the repository at this point in the history
  11. change pipeline order

    blattm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    50ec3c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    af570df View commit details
    Browse the repository at this point in the history
  2. start with some updates

    ebehner committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    97e79af View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. more updates go rust

    ebehner committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b272693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da337e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3990dff View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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