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
/
ScopDetectionDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Polly] Fix formatting violation. NFC.
Volodymyr Sapsai
2019-10-11
1
-3
/
+1
*
[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.
Volodymyr Sapsai
2019-10-11
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ScopDetect] Reject loop with multiple exit blocks.
Michael Kruse
2018-04-25
1
-0
/
+26
*
Adjust to clang-format changes
Tobias Grosser
2018-03-20
1
-3
/
+0
*
Run clang-format after r324003. NFC.
Michael Kruse
2018-02-02
1
-1
/
+5
*
Update polly for r323999.
Benjamin Kramer
2018-02-01
1
-1
/
+1
*
Rename OptimizationDiagnosticInfo.h to OptimizationRemarkEmitter.h
Adam Nemet
2017-10-09
1
-1
/
+1
*
[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-08-25
1
-17
/
+30
*
Revert "[polly] Fix ScopDetectionDiagnostic test failure caused by r310940"
Tobias Grosser
2017-08-24
1
-1
/
+25
*
[polly] Fix ScopDetectionDiagnostic test failure caused by r310940
Jakub Kuderski
2017-08-22
1
-25
/
+1
*
[Polly] [OptDiag] Updating Polly Diagnostics Remarks
Eli Friedman
2017-07-17
1
-13
/
+152
*
[ScopDetection] If a loop is not part of a scop, none of it backedges can be
Tobias Grosser
2017-07-15
1
-0
/
+20
*
[ScopDetection] Do not detect scops that exit to an unreachable
Tobias Grosser
2017-03-07
1
-0
/
+19
*
[ScopDetectDiagnostics] Do not format unnamed array names
Tobias Grosser
2017-02-12
1
-1
/
+1
*
[ScopDetectionDiagnostic] Add meaningfull enduser message for regions with en...
Tobias Grosser
2017-01-26
1
-0
/
+4
*
ScopDetectionDiagnostics: Also emit diagnostics in case no debug info is avai...
Tobias Grosser
2017-01-26
1
-0
/
+3
*
Adjust formatting to commit r292110 [NFC]
Tobias Grosser
2017-01-16
1
-4
/
+5
*
Fix format after recent clang-format change.
Daniel Jasper
2016-12-19
1
-5
/
+8
*
Adjust clang-format formatting to r289531
Tobias Grosser
2016-12-13
1
-4
/
+4
*
[ScopDetectionDiagnostic] Collect statistics for each diagnostic type
Tobias Grosser
2016-11-26
1
-26
/
+40
*
[ScopDectionDiagnostic] Use scoped enums instead three letter prefix [NFC]
Tobias Grosser
2016-11-26
1
-33
/
+37
*
[ScopDetection] Remove redundant checks for endless loops
Tobias Grosser
2016-09-20
1
-20
/
+8
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-2
/
+2
*
Fix assertion due to loop overlap with nonaffine region.
Michael Kruse
2016-06-27
1
-0
/
+29
*
clang-tidy: Add llvm namespace comments
Tobias Grosser
2016-06-23
1
-2
/
+2
*
Cleanup rejection log handling [NFC]
Johannes Doerfert
2016-05-12
1
-6
/
+21
*
Allow unsigned comparisons
Johannes Doerfert
2016-04-26
1
-16
/
+0
*
Make memory accesses with different element types optional
Tobias Grosser
2016-02-07
1
-0
/
+18
*
Support accesses with differently sized types to the same array
Tobias Grosser
2016-02-04
1
-18
/
+0
*
Revert "Support loads with differently sized types from a single array"
Tobias Grosser
2016-02-03
1
-0
/
+18
*
Support loads with differently sized types from a single array
Tobias Grosser
2016-02-02
1
-18
/
+0
*
ScopDetection: Do not detect regions with irreducible control as scops
Tobias Grosser
2016-01-22
1
-0
/
+17
*
Do not enforce lcssa
Johannes Doerfert
2015-11-21
1
-16
/
+0
*
Emit SCoP source location as remark during ScopInfo
Johannes Doerfert
2015-11-12
1
-12
/
+1
*
ScopDetect: Bail out for non-simple memory accesses
Tobias Grosser
2015-10-25
1
-0
/
+23
*
Allow switch instructions in SCoPs
Johannes Doerfert
2015-09-28
1
-6
/
+6
*
Remove obsolete check
Johannes Doerfert
2015-09-28
1
-21
/
+0
*
[NFC] Remove unused SCoP diagnostic
Johannes Doerfert
2015-09-28
1
-44
/
+0
*
[NFC] Remove obsolete diagnostic for unstructured control flow
Johannes Doerfert
2015-09-20
1
-15
/
+0
*
Add diagnostic for unsigned integer comparisions
Tobias Grosser
2015-05-20
1
-0
/
+16
*
Sort include directives
Tobias Grosser
2015-05-09
1
-6
/
+4
*
Adding debug location information to Polly's JSCOP and dot exports
Tobias Grosser
2015-05-03
1
-23
/
+1
*
Update polly for LLVM rename of debug info metadata with DI* prefix
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
Fix polly build after LLVM r235327
Duncan P. N. Exon Smith
2015-04-20
1
-1
/
+1
*
[opaque pointer types] Explicit non-pointer type for call expressions
David Blaikie
2015-04-16
1
-1
/
+1
*
Fix polly build after LLVM r234263
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
DebugInfo: Use the new DebugLoc API from r233573
Duncan P. N. Exon Smith
2015-03-30
1
-11
/
+8
*
Shorten user report message slightly
Tobias Grosser
2015-03-09
1
-2
/
+1
*
Add end user report message for unprofitable regions [NFC]
Johannes Doerfert
2015-03-08
1
-1
/
+18
[next]