llvm-project/polly/lib
Arthur Eubanks 34a8a437bf [NewPM] Hide pass manager debug logging behind -debug-pass-manager-verbose
Printing pass manager invocations is fairly verbose and not super
useful.

This allows us to remove DebugLogging from pass managers and PassBuilder
since all logging (aside from analysis managers) goes through
instrumentation now.

This has the downside of never being able to print the top level pass
manager via instrumentation, but that seems like a minor downside.

Reviewed By: ychen

Differential Revision: https://reviews.llvm.org/D101797
2021-05-07 21:51:47 -07:00
..
Analysis Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
CodeGen [Polly][Ast] Partial refactoring of IslAst and IslAstInfo to use isl++. NFC. 2021-04-16 00:40:26 -05:00
Exchange [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text 2021-04-06 07:23:31 -04:00
External [PollyACC] Fix declaration/stub definition mismatch. NFC. 2021-04-21 11:52:43 -05:00
Plugin Generalize the pass registration mechanism used by Polly to any third-party tool 2020-01-02 16:45:31 +01:00
Support [NewPM] Hide pass manager debug logging behind -debug-pass-manager-verbose 2021-05-07 21:51:47 -07:00
Transform [Polly][ManualOpt] Match interpretation of unroll metadata to LoopUnrolls's. 2021-04-24 04:30:19 -05:00
CMakeLists.txt [Polly][Optimizer] Apply user-directed unrolling. 2021-03-15 13:05:39 -05:00