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
/
ScheduleOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Stats] More polly fixes following llvm::Statistic changes in r374490.
Volodymyr Sapsai
2019-10-11
1
-3
/
+3
*
[Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on Solaris
Rainer Orth
2019-09-13
1
-3
/
+4
*
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
Michael Kruse
2019-05-31
1
-2
/
+6
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-5
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
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
*
getDependences to new C++ interface
Tobias Grosser
2018-06-06
1
-4
/
+4
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-7
/
+7
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
1
-11
/
+10
*
[DeLICM] Remove uses of isl::give
Tobias Grosser
2018-04-28
1
-3
/
+3
*
Adjust to clang-format changes
Tobias Grosser
2018-03-20
1
-1
/
+0
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
1
-9
/
+8
*
Run clang-format after r324003. NFC.
Michael Kruse
2018-02-02
1
-4
/
+4
*
Update polly for r323999.
Benjamin Kramer
2018-02-01
1
-5
/
+5
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
1
-3
/
+3
*
Check whether IslAstInfo and DependenceInfo were computed for the same Scop.
Michael Kruse
2017-09-21
1
-0
/
+5
*
[ScheduleOptimizer] Fix and test schedule tree statistics.
Michael Kruse
2017-09-20
1
-32
/
+38
*
Unroll and separate the remaining parts of isolation
Roman Gareev
2017-09-11
1
-13
/
+13
*
Use the information about the target cache provided by the TargetTransformInfo.
Roman Gareev
2017-08-31
1
-8
/
+72
*
[PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.
Michael Kruse
2017-08-28
1
-0
/
+2
*
[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-08-24
1
-26
/
+36
*
Add more statistics.
Michael Kruse
2017-08-23
1
-3
/
+97
*
Disable the Loop Vectorizer in case of GEMM
Roman Gareev
2017-08-22
1
-4
/
+14
*
[MatMul] Make MatMul detection independent of internal isl representations.
Michael Kruse
2017-08-20
1
-86
/
+47
*
Do not use isl_set_project_out to get all loop prefixes
Roman Gareev
2017-08-08
1
-3
/
+4
*
[ScheduleOptimizer] Make matmul pattern detection work with delicm output
Tobias Grosser
2017-08-08
1
-2
/
+7
*
[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[ScopInfo] Move Scop::getDomains to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[ScopInfo] Move ScopStmt::ScopStmt to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-4
/
+2
*
Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++
Tobias Grosser
2017-08-06
1
-5
/
+3
*
[unittests] Add unittest for getPartialTilePrefixes
Tobias Grosser
2017-08-05
1
-17
/
+1
*
Move setNewAccessRelation to isl++
Tobias Grosser
2017-08-02
1
-2
/
+2
*
[ScheduleOptimizer] Translate to C++ bindings
Roman Gareev
2017-07-26
1
-385
/
+289
*
Move MemoryAccess::isStride* to isl++
Tobias Grosser
2017-07-24
1
-3
/
+3
*
Move MemoryAccess::NewAccessRelation to isl++
Tobias Grosser
2017-07-23
1
-6
/
+6
*
Move ScopArrayInfo to isl++
Tobias Grosser
2017-07-21
1
-2
/
+4
*
[ScopInfo] Print instructions in dump().
Michael Kruse
2017-07-21
1
-1
/
+1
*
Make the pattern matching work with modified memory accesses
Roman Gareev
2017-07-19
1
-10
/
+10
*
Introduce a hybrid target to generate code for either the GPU or CPU
Singapuram Sanjay Srivallabh
2017-06-30
1
-0
/
+4
*
[ScheduleOptimizer] Fix minor typo [NFC]
Tobias Grosser
2017-06-19
1
-1
/
+1
*
[ScheduleOptimizer] Move isolateFullPartialTiles and isolateAndUnrollMatMulIn...
Tobias Grosser
2017-06-19
1
-94
/
+88
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-2
/
+2
*
[ScheduleOptimizer] Move schedule construction to isl C++ [NFC]
Tobias Grosser
2017-05-21
1
-20
/
+16
*
[Polly] Canonicalize arrays according to base-ptr equivalence class
Tobias Grosser
2017-05-10
1
-1
/
+2
*
[FIX] Fix ScheduleTreeOptimizer::optimizeMatMulPattern
Roman Gareev
2017-04-06
1
-1
/
+1
*
Restore the initial ordering of dimensions before applying the pattern matching
Roman Gareev
2017-04-06
1
-1
/
+39
*
[Polly] [ScheduleOptimizer] Prevent incorrect tile size computation
Siddharth Bhat
2017-04-06
1
-0
/
+11
*
[Polly] [DependenceInfo] change WAR, WAW generation to correct semantics
Siddharth Bhat
2017-04-04
1
-6
/
+0
[next]