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][Support] Un-break polly tests
Alexandre Ganea
2020-01-01
1
-1
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Fix Polly
Guillaume Chatelet
2019-10-21
1
-2
/
+2
*
OpaquePtr: Update polly's calls to Loads.h API
Tim Northover
2019-07-09
1
-1
/
+2
*
[Polly] Don't crash on invalid delinearization result.
Eli Friedman
2019-05-14
1
-1
/
+3
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-19
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
[TI removal] Make `getTerminator()` return a generic `Instruction`.
Chandler Carruth
2018-10-15
1
-2
/
+2
*
[ScopDetection] Use addUnknown for calls in the AliasSetTracker.
Eli Friedman
2018-09-11
1
-2
/
+6
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+2
*
[AST] Adapt Polly to AnalysisSetTracker changes. NFC.
Michael Kruse
2018-08-17
1
-2
/
+2
*
[ScopHelper] Provide support for recognising collective invariant loads
Philip Pfaffe
2018-06-29
1
-12
/
+31
*
[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
[next]