hanchenye-llvm-project/polly/lib/Transform
Jonas Devlieghere 736259e342 [Polly] Migrate llvm::make_unique to std::make_unique
Now that we've moved to C++14, we no longer need the llvm::make_unique
implementation from STLExtras.h. This patch is a mechanical replacement
of (hopefully) all the llvm::make_unique instances across the monorepo.

Differential revision: https://reviews.llvm.org/D66259

llvm-svn: 368935
2019-08-14 22:28:12 +00:00
..
Canonicalization.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00
CodePreparation.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00
DeLICM.cpp [Polly] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:28:12 +00:00
DeadCodeElimination.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00
FlattenAlgo.cpp
FlattenSchedule.cpp
ForwardOpTree.cpp [Polly] Migrate llvm::make_unique to std::make_unique 2019-08-14 22:28:12 +00:00
MaximalStaticExpansion.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00
RewriteByReferenceParameters.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00
ScheduleOptimizer.cpp [ScheduleOptimizer] Hoist extension nodes after schedule optimization. 2019-05-31 19:26:57 +00:00
ScheduleTreeTransform.cpp [ScheduleTreeTransform] Silence compiler warning. NFC. 2019-06-06 17:15:36 +00:00
ScopInliner.cpp [ScopInliner] Register FunctionAnalysisManagerModuleProxy. 2019-06-17 16:01:40 +00:00
Simplify.cpp
ZoneAlgo.cpp [ZoneAlgo] Fix PHI inconsistency in invalid contexts. 2019-05-10 18:38:13 +00:00