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
/
test
/
ScopDetect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
3
-5
/
+5
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
4
-5
/
+5
*
[ScopHelper] Provide support for recognising collective invariant loads
Philip Pfaffe
2018-06-29
1
-0
/
+56
*
Adjust to debug info metadata format change.
Tobias Grosser
2018-05-10
1
-2
/
+2
*
[ScopDetect] Reject loop with multiple exit blocks.
Michael Kruse
2018-04-25
2
-0
/
+12
*
[ScopDetect / ScopInfo] Get statistics for scops without any loop correctly
Tobias Grosser
2018-04-18
1
-2
/
+24
*
Remove immediate dominator heuristic for error block detection.
Michael Kruse
2018-04-09
1
-13
/
+10
*
Handle Top-Level-Regions in polly::isHoistableLoad
Philip Pfaffe
2017-11-30
1
-0
/
+73
*
[ScopDetect] Do not add loads out of the SCoP to required invariant loads.
Michael Kruse
2017-10-01
1
-0
/
+84
*
Check whether IslAstInfo and DependenceInfo were computed for the same Scop.
Michael Kruse
2017-09-21
1
-1
/
+1
*
[ScopHelper] Do not crash on unreachable blocks
Tobias Grosser
2017-09-03
1
-0
/
+36
*
[Detect] Consider nested loop profitable if entry block is not in loop
Tobias Grosser
2017-08-27
1
-0
/
+94
*
[ScopDetect] Include zero-iteration loops in loop count.
Michael Kruse
2017-08-23
1
-8
/
+36
*
[test] Do not pipe binary data to FileCheck.
Michael Kruse
2017-08-22
1
-1
/
+1
*
[ScopDetection] Add stat for total number of loops.
Michael Kruse
2017-08-22
1
-0
/
+1
*
[JSON] Make the failure to parse a jscop file a hard error
Philip Pfaffe
2017-08-10
1
-4
/
+0
*
[ScopDetect] add `-polly-ignore-func` flag to ignore functions by name.
Siddharth Bhat
2017-07-28
1
-0
/
+124
*
[SCEVValidator] Loop exit values of loops before the SCoP are synthesizable.
Michael Kruse
2017-07-26
2
-2
/
+86
*
[Polly] [NFC] [ScopDetection] Make `polly-only-func` perform regex scop name ...
Siddharth Bhat
2017-07-24
1
-0
/
+130
*
[tests] Set -polly-import-jscop-dir=%S always
Tobias Grosser
2017-07-11
2
-2
/
+2
*
[Polly] [ScopDetection] Allow passing multiple functions to `-polly-only-func`.
Siddharth Bhat
2017-06-09
1
-0
/
+100
*
[NFC] [Fortran Support] Cleanup Fortran Array pattern mactch testcases
Siddharth Bhat
2017-05-12
2
-230
/
+0
*
[NFC] [Fortran Support] move Fortran array detection testcases
Siddharth Bhat
2017-05-10
2
-0
/
+230
*
[ScopDetection] Only allow SCoP-wide available base pointers.
Michael Kruse
2017-03-08
3
-5
/
+67
*
[ScopDetection] Require LoadInst base pointers to be hoisted.
Michael Kruse
2017-03-07
3
-1
/
+76
*
[ScopDetection] Compute the maximal loop depth correctly
Tobias Grosser
2017-02-17
1
-0
/
+249
*
test: add more details to non-affine test case
Tobias Grosser
2016-11-22
1
-6
/
+35
*
Do not allow switch statements in loop latches
Tobias Grosser
2016-11-10
1
-0
/
+21
*
[ScopDetect] Depend transitively on ScalarEvolution.
Michael Kruse
2016-10-17
1
-0
/
+47
*
[ScopDetect] Do not assert in case of AddRecs with non-constant start expression
Tobias Grosser
2016-08-15
1
-0
/
+50
*
Weaken profitability constraints during ScopDetection
Johannes Doerfert
2016-05-10
1
-6
/
+3
*
Update debug metadata after LLVM commits r266445+r266446
Tobias Grosser
2016-04-15
1
-4
/
+3
*
Drop explicit -polly-delinearize parameter
Tobias Grosser
2016-03-23
1
-1
/
+1
*
Add option to disallow modref function calls in scops.
Tobias Grosser
2016-03-23
1
-2
/
+6
*
[SCEVValidator] Fix loop exit values considered affine.
Michael Kruse
2016-03-03
1
-0
/
+41
*
Support calls with known ModRef function behaviour
Johannes Doerfert
2016-02-25
1
-0
/
+41
*
Add option to assume single-loop scops with sufficient compute are profitable
Tobias Grosser
2015-12-21
1
-0
/
+83
*
Fix of a comment.
Roman Gareev
2015-12-17
1
-1
/
+1
*
Fix delinearization of fortran arrays
Roman Gareev
2015-12-17
1
-0
/
+40
*
Remove -polly-code-generator=isl from many test cases
Tobias Grosser
2015-11-21
8
-9
/
+9
*
Do not enforce lcssa
Johannes Doerfert
2015-11-21
1
-2
/
+2
*
ScopDetection: Tighten the check for always executed 'error blocks'
Tobias Grosser
2015-11-11
1
-0
/
+62
*
ScopDetection: Do not allow blocks to reference operands in error blocks
Tobias Grosser
2015-11-11
1
-0
/
+54
*
Adjust debug metadata to LLVM changes in 252219
Tobias Grosser
2015-11-06
1
-4
/
+4
*
tests: Add test cases for LLVM commit r251267
Tobias Grosser
2015-10-25
2
-0
/
+98
*
ScopDetect: Bail out for non-simple memory accesses
Tobias Grosser
2015-10-25
1
-0
/
+30
*
ScopDetection: Do not crash if we find zero array size candidates for delinea...
Tobias Grosser
2015-10-25
1
-0
/
+36
*
ScopDetection: Always refuse multi-dimensional memory accesses with 'undef' in
Tobias Grosser
2015-10-25
1
-0
/
+36
*
Allow invariant loads in the SCoP description
Johannes Doerfert
2015-10-07
3
-6
/
+8
*
Introduce -polly-process-unprofitable
Tobias Grosser
2015-10-06
7
-9
/
+9
[next]