Extending NaplesPU for 64-bit support

From NaplesPU Documentation
Revision as of 16:04, 5 April 2019 by Francesco (talk | contribs) (nu+ Clang modifications)
Jump to: navigation, search

nu+ toolchain can be extended to support 64-bit operations. A git branch with full 64-bit support is provided. Consequently, if it is necessary to compile the toolchain supporting this extension, a checkout on llvm-7 branch is required.

Changes are related to both frontend and backend.

nu+ frontend modifications

nu+ frontend abstract target informations through the TargetInfo class.