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
...
*
Full/partial tile separation for vectorization
Tobias Grosser
2015-10-20
1
-0
/
+99
*
[NFC] Consistenly use commented and annotated ScopPass functions
Johannes Doerfert
2015-09-27
1
-3
/
+8
*
[NFC] Use releaseMemory to release internal memory
Johannes Doerfert
2015-09-27
1
-4
/
+2
*
Make our data-locality schedule tree transforms externally accessible
Tobias Grosser
2015-08-24
1
-141
/
+48
*
Use marker nodes to annotate the different levels of tiling
Tobias Grosser
2015-08-23
1
-7
/
+26
*
Do really not unroll the vector loop in combination with register tiling
Tobias Grosser
2015-08-20
1
-3
/
+2
*
Add experimental support for trivial register tiling
Tobias Grosser
2015-08-20
1
-0
/
+30
*
Add support for two-level tiling
Tobias Grosser
2015-08-20
1
-14
/
+34
*
Factor out check for tileable band node.
Tobias Grosser
2015-08-20
1
-7
/
+27
*
Introduce tileBand function to simplify code
Tobias Grosser
2015-08-20
1
-19
/
+31
*
Add some forgotten isl memory annotations
Tobias Grosser
2015-08-20
1
-2
/
+3
*
Make prevectorization width configurable
Tobias Grosser
2015-08-19
1
-2
/
+8
*
Do not use negative option name
Tobias Grosser
2015-08-19
1
-9
/
+5
*
Simplify tiling code a bit
Tobias Grosser
2015-08-19
1
-19
/
+15
*
AST Generation Paper published in TOPLAS
Tobias Grosser
2015-08-15
1
-7
/
+36
*
Rewrite getPrevectorMap using schedule trees operations
Tobias Grosser
2015-07-28
1
-82
/
+41
*
Simplify some isl expression we use
Tobias Grosser
2015-07-26
1
-3
/
+1
*
Prevectorize the schedule of the band (or the point loop in case of tiling)
Tobias Grosser
2015-07-25
1
-10
/
+12
*
Use schedule trees to represent execution order of statements
Tobias Grosser
2015-07-14
1
-31
/
+26
*
Update ISL to isl-0.15-3-g532568a
Michael Kruse
2015-06-18
1
-5
/
+5
*
Dump YAML schedule tree as properly indented tree in DEBUG output
Tobias Grosser
2015-05-30
1
-1
/
+8
*
Update isl to 93b8e43d
Tobias Grosser
2015-05-28
1
-1
/
+1
*
Use value semantics for list of ScopStmt(s) instead of std::owningptr
Tobias Grosser
2015-05-27
1
-4
/
+4
*
Use unique_ptr to clarify ownership of ScopStmt
Tobias Grosser
2015-05-23
1
-1
/
+1
*
Replace low-level constraint building with higher level functions
Tobias Grosser
2015-05-21
1
-13
/
+6
*
Add explicit #includes for used isl features
Tobias Grosser
2015-05-09
1
-0
/
+2
*
Sort include directives
Tobias Grosser
2015-05-09
1
-7
/
+7
*
Rename 'scattering' to 'schedule'
Tobias Grosser
2015-04-21
1
-1
/
+1
*
Make -polly-no-tiling work again
Tobias Grosser
2015-04-05
1
-1
/
+8
*
Do not scale tile loops
Tobias Grosser
2015-03-31
1
-0
/
+1
*
Use schedule trees to perform post-scheduling transformations
Tobias Grosser
2015-03-22
1
-220
/
+76
*
Add some missing __isl_give/__isl_keep annotations
Tobias Grosser
2015-03-19
1
-7
/
+10
*
Create a dependence struct to hold dependence information for a SCoP.
Johannes Doerfert
2015-03-05
1
-11
/
+11
*
Rename the Dependences pass to DependenceInfo [NFC]
Johannes Doerfert
2015-03-04
1
-11
/
+11
*
[Refactor] Use virtual and override appropriately
Johannes Doerfert
2015-03-01
1
-4
/
+4
*
[Refactor] Add a Scop & as argument to printScop
Johannes Doerfert
2015-03-01
1
-2
/
+2
*
Do not try to optimize empty SCoPs.
Johannes Doerfert
2015-02-14
1
-0
/
+8
*
Add early exits for SCoPs we did not optimize
Johannes Doerfert
2015-02-11
1
-3
/
+37
*
Drop an unused parameter
Tobias Grosser
2015-01-21
1
-5
/
+3
*
Use stringFromIslObj instead of isl_..._dump to print to dbgs()
Tobias Grosser
2014-10-22
1
-6
/
+5
*
[Fix] isl usage errors in ScheduleOptimizer
Johannes Doerfert
2014-08-20
1
-3
/
+3
*
clang-format polly to avoid buildbot noise
Tobias Grosser
2014-07-09
1
-36
/
+34
*
[C++11] Use more range based fors
Tobias Grosser
2014-06-28
1
-6
/
+4
*
Added option for n-dimensional rectangular tiling
Johannes Doerfert
2014-05-28
1
-9
/
+23
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Use nullptr
Tobias Grosser
2014-04-16
1
-3
/
+3
*
Fixed gcc build warnings
Tobias Grosser
2014-04-11
1
-1
/
+3
*
clang-format: Remove empty lines
Tobias Grosser
2014-03-21
1
-1
/
+0
*
Allow several polly command line options to be provided multiple times
Tobias Grosser
2014-03-13
1
-7
/
+10
*
Move transformations into own directory
Andreas Simbuerger
2014-03-11
1
-0
/
+610
[prev]