llvm-capstone/polly/lib
Michael Kruse 86008477a4 [Polly] Avoid compiler warning. NFC.
Avoid the warning

    /polly/lib/Support/RegisterPasses.cpp:833:3: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
      default:
      ^

since all cases are now handled.

Thanks to Luke Benes for reporting.
2021-05-22 00:21:20 -05: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 [Polly] Avoid compiler warning. NFC. 2021-05-22 00:21:20 -05:00
Transform [Polly] Add support for -polly-position=early with the NPM. 2021-05-14 12:55:03 -05:00
CMakeLists.txt [Polly][Optimizer] Apply user-directed unrolling. 2021-03-15 13:05:39 -05:00