passlab / rose

Developed at Lawrence Livermore National Laboratory (LLNL), ROSE is an open source compiler infrastructure to build source-to-source program transformation and analysis tools for large-scale C (C89 and C98), C++ (C++98 and C++11), UPC, Fortran (77/95/2003), OpenMP, Java, Python and PHP applications.
http://rosecompiler.org
Other
0 stars 0 forks source link

Add OpenMP IR to ROSETTA #4

Open yanyh15 opened 4 years ago

yanyh15 commented 4 years ago

This is a high-level ticket for tracking the progress of adding OpenMP IR to ROSETTA. Instruction for adding a new SageIII node can be found from http://rosecompiler.org/uploads/ROSE_DeveloperInstructions.pdf#page=15. Changes for adding Metadirective can be found from https://github.com/passlab/rose/commit/5b8cce38cc5f15551a3ff9a240e033d38c0eead7

Anjia, Xinyao, Patrick, and Chris