-
Notifications
You must be signed in to change notification settings - Fork 2
Project Ideas
Petr Penzin edited this page Feb 21, 2018
·
1 revision
The ideas listed here came from our community, feel free to propose your own.
- Develop Tooling API. Define a C and C++ interfaces to
- embed the compiler in third-party applications
- write plugins
- Write a static processing tool for Fortran (requires some of the tooling API)
- Implement compiler driver
Use LLVM IR Metadata to emit debug information.
Add support for polyhedral loop optimizations. This would include:
- Providing support for LLVM Polly optimization passes
- Analyzing optimized code and potentially tweaking optimization passes
Implement some OpenMP support using LLVM's OpenMP runtime library. Project is open-ended, full scope would be very large, but a subset of OpenMP clauses can be implemented in reasonable time. This would include:
- Parsing OpenMP pragmas
- Outlining regions defined by the pragmas
- Emitting code for outlined regions and making calls to OpenMP runtime
Please open an issue describing your proposal. Check our proposed enhancement list for some of the potential ideas. Feel free to post comment on any of those if you have questions.