Skip to content

Conversation

@vortex73
Copy link
Contributor

@vortex73 vortex73 commented Apr 1, 2025

There has been discourse around moving ABI lowering functionality from within clang into LLVM so that every LLVM frontend would not need to rewrite hundreds of lines of clang code again.

While the final library would probably look a lot different and would need support for mainstream ABIs like SysV, I've just taken the liberty to implement a minimal BPF ABI lowering system.

TODO

  • UnitTests
  • Examples
  • Clang Integration
  • Performance Impact(?)

@github-actions
Copy link

github-actions bot commented Apr 1, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

@vortex73 vortex73 changed the title [WIP] Added Support for the BPF ABI [WIP] Adding Support for a unified ABI Lowering Library Apr 1, 2025
@vortex73 vortex73 force-pushed the bpf branch 5 times, most recently from a98c9e1 to f86bb0d Compare April 1, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant