Compiler
From NaplesPU Documentation
This is the main nu+ compiler documentation page
Adding a new target architecture, i.e. nu+, to llvm requires three steps:
- write all backend files and place them into the lib/Target/NuPlus folder
- modify the Clang frontend
- register and add the new backend to llvm