index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
/
lib
/
Transform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
6
-0
/
+6
*
[Stats] More polly fixes following llvm::Statistic changes in r374490.
Volodymyr Sapsai
2019-10-11
2
-5
/
+5
*
[Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on Solaris
Rainer Orth
2019-09-13
1
-3
/
+4
*
[Polly] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-2
/
+2
*
[ScopInliner] Register FunctionAnalysisManagerModuleProxy.
Michael Kruse
2019-06-17
1
-0
/
+1
*
[ScheduleTreeTransform] Silence compiler warning. NFC.
Michael Kruse
2019-06-06
1
-1
/
+1
*
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
Michael Kruse
2019-05-31
2
-2
/
+516
*
[DeLICM] Use polly::singleton to allow empty result.
Michael Kruse
2019-05-21
1
-2
/
+3
*
[ZoneAlgo] Fix PHI inconsistency in invalid contexts.
Michael Kruse
2019-05-10
1
-0
/
+5
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
9
-18
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
13
-52
/
+39
*
Fix broken formatting caused by test commit
Theodoros Theodoridis
2018-10-17
1
-1
/
+1
*
Test commit
Theodoros Theodoridis
2018-10-17
1
-1
/
+1
*
Rebase C++ bindings on top of latest isl bindings
Tobias Grosser
2018-08-01
1
-14
/
+20
*
[ZoneAlgo] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-9
/
+6
*
[FlattenSchedule] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-3
/
+2
*
[MaximalStaticExpansion] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-11
/
+6
*
[ForwardOpTree] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-5
/
+5
*
[Simplify] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-27
/
+22
*
[FlattenAlgo] Replace more isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-8
/
+7
*
[FlattenAlgo] Replace some isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-11
/
+7
*
Use range for in normalizeValInst [NFCI]
Tobias Grosser
2018-06-29
1
-27
/
+25
*
[ZoneAlgo] Use getDefToTarget in makeValInst. NFC.
Michael Kruse
2018-06-26
2
-115
/
+85
*
[OpTree] Introduce shortcut for computing the def->target mapping. NFCI.
Michael Kruse
2018-06-06
1
-0
/
+45
*
getDependences to new C++ interface
Tobias Grosser
2018-06-06
3
-7
/
+7
*
Update for a header file move in LLVM
David Blaikie
2018-06-04
1
-1
/
+1
*
[ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.
Michael Kruse
2018-05-31
2
-12
/
+21
*
[ForwardOpTree] Use less computationally expensive method to compute def-to-t...
Michael Kruse
2018-05-29
1
-59
/
+68
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
8
-125
/
+143
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
4
-21
/
+18
*
[DeLICM] Remove uses of isl::give
Tobias Grosser
2018-04-28
4
-90
/
+58
*
[ZoneAlgo] Remove uses of isl::give - II
Tobias Grosser
2018-04-28
1
-13
/
+8
*
[ZoneAlgo] Remove uses of isl::give
Tobias Grosser
2018-04-28
1
-41
/
+33
*
[MaximalStaticExpansion] Replace copied function with version from ISLTools
Tobias Grosser
2018-04-28
1
-43
/
+1
*
Fixup Polly for an LLVM header file change.
David Blaikie
2018-04-24
1
-0
/
+1
*
Fix polly build after r328717
Reid Kleckner
2018-03-28
1
-0
/
+1
*
Update for LLVM header movement
David Blaikie
2018-03-21
1
-1
/
+1
*
Adjust to clang-format changes
Tobias Grosser
2018-03-20
4
-4
/
+0
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
2
-11
/
+9
*
Run clang-format after r324003. NFC.
Michael Kruse
2018-02-02
2
-7
/
+7
*
Update polly for r323999.
Benjamin Kramer
2018-02-01
2
-9
/
+9
*
[MaximalStaticExpansion] Simplify this code a bit. NFCI.
Davide Italiano
2017-11-25
1
-6
/
+2
*
Run polly-update-format. NFC.
Michael Kruse
2017-11-21
1
-1
/
+0
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
4
-8
/
+8
*
[NFC] Make r318597 compatible with clang-format
Zhaoshi Zheng
2017-11-17
1
-1
/
+1
*
[nfc] Iwyu: forward-declare/include raw_ostream in zone algo
Philip Pfaffe
2017-11-17
1
-0
/
+1
*
[ForwardOpTree] Limit isl operations of known content reload.
Michael Kruse
2017-11-06
1
-1
/
+8
*
[ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.
Michael Kruse
2017-10-31
3
-54
/
+307
*
[DeLICM] Fix wrong assumed access execution order.
Michael Kruse
2017-10-31
1
-1
/
+1
*
[ForwardOpTree] Use space indention. NFC.
Michael Kruse
2017-10-27
1
-1
/
+1
[next]