llvm-capstone/polly/unittests
Michael Kruse 7387f33bfe [Polly] Hide IslScheduleOptimizer implementation from header. NFC.
These are implementation details of the IslScheduleOptimizer pass
implementation and not use anywhere else. Hence, we can move them to the
cpp file and into an anonymous namespace.

Only getPartialTilePrefixes is, aside from the pass itself, used
externally (by the ScheduleOptimizerTest) and moved into the polly
namespace.
2021-02-11 21:02:29 -06:00
..
DeLICM Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Flatten Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Isl
ScheduleOptimizer [Polly] Hide IslScheduleOptimizer implementation from header. NFC. 2021-02-11 21:02:29 -06:00
ScopPassManager [Polly] Support linking ScopPassManager against LLVM dylib 2020-08-07 06:46:35 +02:00
Support
CMakeLists.txt Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00