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
/
Analysis
/
ScopDetection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-12
/
+12
*
[ScopDetect] Reject loop with multiple exit blocks.
Michael Kruse
2018-04-25
1
-0
/
+12
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
1
-0
/
+6
*
[ScopDetect / ScopInfo] Get statistics for scops without any loop correctly
Tobias Grosser
2018-04-18
1
-2
/
+9
*
Adjust to clang-format changes
Tobias Grosser
2018-03-20
1
-2
/
+0
*
Update to latest clang-format. [NFC]
Siddharth Bhat
2017-12-05
1
-3
/
+3
*
Update format after clang-format change. NFC.
Michael Kruse
2017-11-30
1
-3
/
+3
*
Rename OptimizationDiagnosticInfo.h to OptimizationRemarkEmitter.h
Adam Nemet
2017-10-09
1
-1
/
+1
*
[ScopDetect] Do not add loads out of the SCoP to required invariant loads.
Michael Kruse
2017-10-01
1
-1
/
+1
*
[ScopInfo] Allow PHI nodes that reference an error block
Tobias Grosser
2017-09-26
1
-2
/
+11
*
[ScopInfo] Allow invariant loads in branch conditions
Tobias Grosser
2017-09-25
1
-0
/
+6
*
[ScopInfo] Allow uniform branch conditions
Tobias Grosser
2017-09-25
1
-0
/
+7
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-24
1
-0
/
+3
*
Revert "[ScopDetect/Info] Look through PHIs that follow an error block"
Michael Kruse
2017-09-06
1
-3
/
+0
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-02
1
-0
/
+3
*
[Detect] Consider nested loop profitable if entry block is not in loop
Tobias Grosser
2017-08-27
1
-2
/
+7
*
[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-08-25
1
-27
/
+68
*
Revert "[polly] Fix ScopDetectionDiagnostic test failure caused by r310940"
Tobias Grosser
2017-08-24
1
-12
/
+39
*
[ScopDetect] Include zero-iteration loops in loop count.
Michael Kruse
2017-08-23
1
-18
/
+5
*
[polly] Fix ScopDetectionDiagnostic test failure caused by r310940
Jakub Kuderski
2017-08-22
1
-39
/
+12
*
[ScopDetection] Add stat for total number of loops.
Michael Kruse
2017-08-22
1
-0
/
+14
*
[ScopInliner] Add a simple Scop-based inliner to polly.
Siddharth Bhat
2017-08-17
1
-7
/
+8
*
[PM] Make the new-pm passes behave more like the legacy passes
Philip Pfaffe
2017-08-04
1
-0
/
+1
*
[SD] Set PollyUseRuntimeAliasChecks correctly
Philip Pfaffe
2017-08-02
1
-0
/
+5
*
[ScopDetect] add `-polly-ignore-func` flag to ignore functions by name.
Siddharth Bhat
2017-07-28
1
-6
/
+21
*
[Polly] [NFC] [ScopDetection] Make `polly-only-func` perform regex scop name ...
Siddharth Bhat
2017-07-24
1
-6
/
+15
*
[Polly] [OptDiag] Updating Polly Diagnostics Remarks
Eli Friedman
2017-07-17
1
-5
/
+9
*
[ScopDetection] If a loop is not part of a scop, none of it backedges can be
Tobias Grosser
2017-07-15
1
-3
/
+13
*
[Invariant Loads] Do not consider invariant loads to have dependences.
Siddharth Bhat
2017-07-13
1
-1
/
+2
*
[Polly] [ScopDetection] Allow passing multiple functions to `-polly-only-func`.
Siddharth Bhat
2017-06-09
1
-5
/
+13
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-4
/
+4
*
Delinearize memory accesses that reference parameters coming from function calls
Tobias Grosser
2017-05-27
1
-5
/
+18
*
[Polly] Add handling of Top Level Regions
Philip Pfaffe
2017-05-24
1
-3
/
+4
*
[ScopDetection] Allow detection of full functions
Tobias Grosser
2017-05-19
1
-2
/
+8
*
[Polly][NewPM] Port ScopDetection to the new PassManager
Philip Pfaffe
2017-05-12
1
-135
/
+162
*
[ScopDetection] Check for already known required-invariant loads [NFC]
Tobias Grosser
2017-05-04
1
-0
/
+8
*
Exploit BasicBlock::getModule to shorten code
Tobias Grosser
2017-04-11
1
-2
/
+1
*
[ScopDetect/Info] Allow unconditional hoisting of loads from dereferenceable ...
Tobias Grosser
2017-03-09
1
-1
/
+10
*
[ScopDetection] Only allow SCoP-wide available base pointers.
Michael Kruse
2017-03-08
1
-17
/
+1
*
[ScopDetection] Require LoadInst base pointers to be hoisted.
Michael Kruse
2017-03-07
1
-4
/
+13
*
[ScopDetection] Do not detect scops that exit to an unreachable
Tobias Grosser
2017-03-07
1
-1
/
+7
*
[ScopDetection] Do not allow required-invariant loads in non-affine region
Tobias Grosser
2017-03-02
1
-1
/
+7
*
Remove all references to PostDominators. NFC.
Michael Kruse
2017-02-23
1
-1
/
+0
*
[ScopInfo] Add statistics to count loops after scop modeling
Tobias Grosser
2017-02-17
1
-9
/
+10
*
[ScopDetection] Compute the maximal loop depth correctly
Tobias Grosser
2017-02-17
1
-1
/
+1
*
[ScopDetection] Add statistics to count the maximal number of scops in loop
Tobias Grosser
2017-02-12
1
-0
/
+7
*
Adjust formatting to commit r292110 [NFC]
Tobias Grosser
2017-01-16
1
-2
/
+3
*
Allow to disable unsigned operations (zext, icmp ugt, ...)
Johannes Doerfert
2016-12-02
1
-0
/
+12
*
Do not allow multiple possibly aliasing ptrs in an expression
Johannes Doerfert
2016-12-02
1
-0
/
+47
*
[ScopDetect] Expand statistics of the detected scops
Tobias Grosser
2016-11-26
1
-25
/
+97
[next]