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
/
ScheduleOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move transformations into own directory
Andreas Simbuerger
2014-03-11
1
-610
/
+0
*
ScheduleOptimizer: Fix prevectorization.
Tobias Grosser
2014-03-11
1
-2
/
+7
*
Do not fail in case we do not have valid dependences
Tobias Grosser
2014-02-23
1
-0
/
+3
*
Optimizer: Do not accidentally set schedule to NULL
Tobias Grosser
2014-02-21
1
-9
/
+1
*
Update to isl 1b3ba3b72c0482fd36bf0b4a1186a259f7bafeed
Tobias Grosser
2014-01-26
1
-2
/
+11
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
1
-2
/
+3
*
Use isl_val instead of isl_int in the core of Polly
Tobias Grosser
2013-06-21
1
-5
/
+3
*
Sort includes
Tobias Grosser
2013-05-07
1
-7
/
+5
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
1
-9
/
+9
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-15
/
+21
*
ScheduleOptimizer: Use isl_map_from_union_map to extract map.
Tobias Grosser
2013-04-11
1
-19
/
+13
*
ScheduleOpt: Do not crash on statements with empty iteration domains
Tobias Grosser
2013-04-10
1
-1
/
+14
*
clang-format: Many more files
Tobias Grosser
2013-03-23
1
-185
/
+168
*
isl scheduler: Do not fail when returning an empty band list
Tobias Grosser
2012-10-16
1
-4
/
+35
*
ScheduleOptimizer: Simplify some code
Tobias Grosser
2012-05-22
1
-22
/
+10
*
Allow polly ask bb-vectorizer to vectorize the loop body.
Hongbin Zheng
2012-05-06
1
-1
/
+1
*
ScheduleOptimizer: Move functions into class
Tobias Grosser
2012-04-25
1
-83
/
+105
*
Refactor: Move the code generation related header files to include/polly/Code...
Hongbin Zheng
2012-04-25
1
-1
/
+1
*
ScheduleOpt: Fix crash with -enable-polly-vector
Tobias Grosser
2012-04-16
1
-3
/
+4
*
Fix typos.
Tobias Grosser
2012-04-09
1
-1
/
+1
*
ScheduleOptimizer: Remove forgotten debug output
Tobias Grosser
2012-03-16
1
-2
/
+0
*
ScheduleOptimizer: Do not get dependences, if we do not calculate a schedule
Tobias Grosser
2012-03-16
1
-2
/
+3
*
Remove FinalRead
Tobias Grosser
2012-03-08
1
-8
/
+0
*
ScheduleOpt: Add option to bound scheduling coefficients of dimensions.
Tobias Grosser
2012-02-20
1
-0
/
+6
*
ScheduleOptimizer: Dump the calculated schedule in debug mode
Tobias Grosser
2012-02-20
1
-0
/
+3
*
ScheduleOpt: Add option to bound constant term coefficients
Tobias Grosser
2012-02-20
1
-0
/
+6
*
ScheduleOpt: Only get RAW dependences if we asked for raw
Tobias Grosser
2012-02-15
1
-2
/
+1
*
ScheduleOpt: Allow to configure for which dependences to optimize
Tobias Grosser
2012-02-14
1
-2
/
+21
*
CodeGen: Get dependences for validity and proximity separately
Tobias Grosser
2012-02-14
1
-12
/
+12
*
ScopInfo: Add Scop::getDomains()
Tobias Grosser
2012-02-14
1
-10
/
+1
*
ScheduleOptimizer: Change vars to start with uppercase letter
Tobias Grosser
2012-02-13
1
-34
/
+34
*
Schedule: Sort includes and remove useless ones
Tobias Grosser
2012-01-31
1
-11
/
+5
*
Remove leftover constant
Tobias Grosser
2012-01-30
1
-2
/
+0
*
Scheduling: Limiting the constant term is not necessary any more
Tobias Grosser
2012-01-30
1
-1
/
+0
*
Typo: Maxize -> Mazimize
Tobias Grosser
2012-01-30
1
-4
/
+4
*
Scheduling: Set fusion strategy to minimal
Tobias Grosser
2012-01-30
1
-1
/
+1
*
Scheduling: Add option to disable schedule_maximise_band_depth
Tobias Grosser
2012-01-30
1
-1
/
+18
*
Scheduler: Allow to select the fusion strategy
Tobias Grosser
2012-01-30
1
-0
/
+18
*
Scheduling: Use original schedule if we cannot find a new one
Tobias Grosser
2012-01-30
1
-0
/
+9
*
Scheduler: Simplify dependences by default (only isl)
Tobias Grosser
2012-01-30
1
-4
/
+27
*
Scheduler: Try to maximize the band depth
Tobias Grosser
2011-12-14
1
-0
/
+1
*
Scheduler: Set maximal constant term
Tobias Grosser
2011-12-14
1
-0
/
+3
*
ScheduleOptimizer: Do not tile bands with just one dimension
Tobias Grosser
2011-12-08
1
-9
/
+14
*
ScheduleOptimizer: Rewrite getPrevectorMap to use isl_pw_aff
Tobias Grosser
2011-12-07
1
-52
/
+92
*
Register Passes: Use -polly-optimizer=(isl|pocc) to switch optimizers
Tobias Grosser
2011-11-22
1
-3
/
+3
*
ScheduleOptimizer: Start with an empty union_map and add elements
Tobias Grosser
2011-11-17
1
-5
/
+2
*
ScheduleOptimizer: Some style changes
Tobias Grosser
2011-11-17
1
-64
/
+75
*
ScheduleOptimizer: Use early exit
Tobias Grosser
2011-11-17
1
-11
/
+10
*
Only have a single option to disable tiling for both isl and Pocc optimzer
Tobias Grosser
2011-10-23
1
-4
/
+8
*
Enable prevectorization with -enable-polly-vector.
Tobias Grosser
2011-10-23
1
-7
/
+2
[next]