llvm-capstone/flang/examples
Josh Mottley a0f29fec65 [flang][flang-omp-report] Add flang-omp-report summarising script
The flang plugin ``flang-omp-report`` takes one fortran file in and returns a
YAML report file of the input file. This becomes an issue when you want to
analyse an entire project into one final report.
The purpose of this Python script is to generate a final YAML
report from all of the files generated by ``flang-omp-report``. The report can
have (currently) 2 formats; summary and log. Summary focuses on "summarizing"
all constructs and there clauses from all YAML files with a corresponding "count"
for each. Log instead combines the generated YAML files into one report in a
"cleaner" format. (Pseudo) Examples can be found for both formats at the top of
the script.

Differential Revision: https://reviews.llvm.org/D111042

Co-Authored by: Ivan Zhechev <ivan.zhechev@arm.com>
2021-11-04 17:43:17 +00:00
..
flang-omp-report-plugin [flang][flang-omp-report] Add flang-omp-report summarising script 2021-11-04 17:43:17 +00:00
PrintFlangFunctionNames [flang][driver] Add print function name Plugin example 2021-08-19 08:25:34 +00:00
CMakeLists.txt Flang OpenMP Report Plugin 2021-09-28 22:57:17 +01:00
external-hello.cpp [flang] Move runtime API headers to flang/include/flang/Runtime 2021-09-03 11:08:34 -07:00