llvm-project/clang-tools-extra/clang-tidy/altera
Frank Derry Wanye 5a87f81fe9 new altera unroll loops check
This lint check is a part of the FLOCL (FPGA Linters for OpenCL)
project out of the Synergy Lab at Virginia Tech.

FLOCL is a set of lint checks aimed at FPGA developers who write code
in OpenCL.

The altera unroll loops check finds inner loops that have not been
unrolled, as well as fully-unrolled loops that should be partially
unrolled due to unknown loop bounds or a large number of loop
iterations.

Based on the Altera SDK for OpenCL: Best Practices Guide.
2021-03-22 13:09:53 -04:00
..
AlteraTidyModule.cpp new altera unroll loops check 2021-03-22 13:09:53 -04:00
CMakeLists.txt new altera unroll loops check 2021-03-22 13:09:53 -04:00
KernelNameRestrictionCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
KernelNameRestrictionCheck.h Add a new altera kernel name restriction check to clang-tidy. 2020-11-09 09:26:50 -05:00
SingleWorkItemBarrierCheck.cpp new altera single work item barrier check 2020-12-18 07:52:20 -05:00
SingleWorkItemBarrierCheck.h new altera single work item barrier check 2020-12-18 07:52:20 -05:00
StructPackAlignCheck.cpp [cte][NFC] Remove all references to stdlib stream headers. 2021-03-02 21:57:16 +00:00
StructPackAlignCheck.h
UnrollLoopsCheck.cpp new altera unroll loops check 2021-03-22 13:09:53 -04:00
UnrollLoopsCheck.h new altera unroll loops check 2021-03-22 13:09:53 -04:00