llvm-project/polly/include/polly
patacca 2a629efc74 [Polly][Isl] Refactoring IslAstInfo::getBuild() and IslAstInfo::IslAstUserPayload::Build to use isl++. NFC
Polly uses algorithms from the Integer Set Library (isl), which is a library written in C and which is incompatible with the rest of the LLVM as it is written in C++.

Changes made:
 - Refactoring the method `IslAstInfo::getBuild()`
 - `IslAstInfo::IslAstUserPayload.Build` now uses C++ types instead of C types
 - Removing destructor of `IslAstInfo::IslAstUserPayload`

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D104370
2021-06-18 09:53:51 +02:00
..
CodeGen [Polly][Isl] Refactoring IslAstInfo::getBuild() and IslAstInfo::IslAstUserPayload::Build to use isl++. NFC 2021-06-18 09:53:51 +02:00
Config
Support [Polly][Isl] Replacing isl method `to_str()` with `stringFromIslObj()`. NFC. 2021-06-15 14:22:10 +02:00
Canonicalization.h [Polly] Add support for -polly-position=early with the NPM. 2021-05-14 12:55:03 -05:00
CodePreparation.h
DeLICM.h [Polly] Port DeLICM to the NewPM. 2021-02-09 23:56:19 -06:00
DeadCodeElimination.h [Polly][DCE] clang-format DeadCodeElimination.h. NFC. 2021-03-24 09:33:14 -05:00
DependenceInfo.h [Polly] Avoid "using namespace llvm" in public headers. NFC. 2021-02-10 20:58:33 -06:00
FlattenAlgo.h
FlattenSchedule.h
ForwardOpTree.h [Polly] Avoid "using namespace llvm" in public headers. NFC. 2021-02-10 20:58:33 -06:00
JSONExporter.h
LinkAllPasses.h [Polly] Add support for -polly-dump-before(-file) with the NPM. 2021-05-17 20:58:37 -05:00
ManualOptimizer.h [Polly][Optimizer] Apply user-directed unrolling. 2021-03-15 13:05:39 -05:00
MatmulOptimizer.h [Polly] Move MatMul optimization into its own file. NFC. 2021-06-04 23:22:30 -05:00
Options.h
PolyhedralInfo.h
PruneUnprofitable.h [Polly] Port PruneUnprofitable to the NewPM. 2021-02-09 23:56:20 -06:00
RegisterPasses.h Polly: Fix a tag type mismatch (struct/class) 2020-01-02 12:13:38 -08:00
RewriteByReferenceParameters.h [Polly] Run polly-update-format. NFC. 2021-05-14 16:23:36 -05:00
ScheduleOptimizer.h [Polly] Move MatMul optimization into its own file. NFC. 2021-06-04 23:22:30 -05:00
ScheduleTreeTransform.h [Polly] Move MatMul optimization into its own file. NFC. 2021-06-04 23:22:30 -05:00
ScopBuilder.h [Polly] Avoid "using namespace llvm" in public headers. NFC. 2021-02-10 20:58:33 -06:00
ScopDetection.h [Polly] Preserve DetectionContext references. 2021-02-13 03:36:09 -06:00
ScopDetectionDiagnostic.h [Polly] Avoid "using namespace llvm" in public headers. NFC. 2021-02-10 20:58:33 -06:00
ScopInfo.h [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC. 2021-06-11 14:44:24 +02:00
ScopPass.h [Polly] Fix PM invalidate usage after D100519 2021-04-15 18:41:20 -07:00
Simplify.h [Polly] Hide Simplify implementation from header. NFC. 2021-02-10 22:11:52 -06:00
ZoneAlgo.h