summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Polly] Fix formatting violation. NFC.Volodymyr Sapsai2019-10-111-3/+1
* [Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.Volodymyr Sapsai2019-10-111-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-251-0/+26
* Adjust to clang-format changesTobias Grosser2018-03-201-3/+0
* Run clang-format after r324003. NFC.Michael Kruse2018-02-021-1/+5
* Update polly for r323999.Benjamin Kramer2018-02-011-1/+1
* Rename OptimizationDiagnosticInfo.h to OptimizationRemarkEmitter.hAdam Nemet2017-10-091-1/+1
* [Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-08-251-17/+30
* Revert "[polly] Fix ScopDetectionDiagnostic test failure caused by r310940"Tobias Grosser2017-08-241-1/+25
* [polly] Fix ScopDetectionDiagnostic test failure caused by r310940Jakub Kuderski2017-08-221-25/+1
* [Polly] [OptDiag] Updating Polly Diagnostics RemarksEli Friedman2017-07-171-13/+152
* [ScopDetection] If a loop is not part of a scop, none of it backedges can beTobias Grosser2017-07-151-0/+20
* [ScopDetection] Do not detect scops that exit to an unreachableTobias Grosser2017-03-071-0/+19
* [ScopDetectDiagnostics] Do not format unnamed array namesTobias Grosser2017-02-121-1/+1
* [ScopDetectionDiagnostic] Add meaningfull enduser message for regions with en...Tobias Grosser2017-01-261-0/+4
* ScopDetectionDiagnostics: Also emit diagnostics in case no debug info is avai...Tobias Grosser2017-01-261-0/+3
* Adjust formatting to commit r292110 [NFC]Tobias Grosser2017-01-161-4/+5
* Fix format after recent clang-format change.Daniel Jasper2016-12-191-5/+8
* Adjust clang-format formatting to r289531Tobias Grosser2016-12-131-4/+4
* [ScopDetectionDiagnostic] Collect statistics for each diagnostic typeTobias Grosser2016-11-261-26/+40
* [ScopDectionDiagnostic] Use scoped enums instead three letter prefix [NFC]Tobias Grosser2016-11-261-33/+37
* [ScopDetection] Remove redundant checks for endless loopsTobias Grosser2016-09-201-20/+8
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-2/+2
* Fix assertion due to loop overlap with nonaffine region.Michael Kruse2016-06-271-0/+29
* clang-tidy: Add llvm namespace commentsTobias Grosser2016-06-231-2/+2
* Cleanup rejection log handling [NFC]Johannes Doerfert2016-05-121-6/+21
* Allow unsigned comparisonsJohannes Doerfert2016-04-261-16/+0
* Make memory accesses with different element types optionalTobias Grosser2016-02-071-0/+18
* Support accesses with differently sized types to the same arrayTobias Grosser2016-02-041-18/+0
* Revert "Support loads with differently sized types from a single array"Tobias Grosser2016-02-031-0/+18
* Support loads with differently sized types from a single arrayTobias Grosser2016-02-021-18/+0
* ScopDetection: Do not detect regions with irreducible control as scopsTobias Grosser2016-01-221-0/+17
* Do not enforce lcssaJohannes Doerfert2015-11-211-16/+0
* Emit SCoP source location as remark during ScopInfoJohannes Doerfert2015-11-121-12/+1
* ScopDetect: Bail out for non-simple memory accessesTobias Grosser2015-10-251-0/+23
* Allow switch instructions in SCoPsJohannes Doerfert2015-09-281-6/+6
* Remove obsolete checkJohannes Doerfert2015-09-281-21/+0
* [NFC] Remove unused SCoP diagnosticJohannes Doerfert2015-09-281-44/+0
* [NFC] Remove obsolete diagnostic for unstructured control flowJohannes Doerfert2015-09-201-15/+0
* Add diagnostic for unsigned integer comparisionsTobias Grosser2015-05-201-0/+16
* Sort include directivesTobias Grosser2015-05-091-6/+4
* Adding debug location information to Polly's JSCOP and dot exportsTobias Grosser2015-05-031-23/+1
* Update polly for LLVM rename of debug info metadata with DI* prefixDuncan P. N. Exon Smith2015-04-291-1/+1
* Fix polly build after LLVM r235327Duncan P. N. Exon Smith2015-04-201-1/+1
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* Fix polly build after LLVM r234263Duncan P. N. Exon Smith2015-04-071-1/+1
* DebugInfo: Use the new DebugLoc API from r233573Duncan P. N. Exon Smith2015-03-301-11/+8
* Shorten user report message slightlyTobias Grosser2015-03-091-2/+1
* Add end user report message for unprofitable regions [NFC]Johannes Doerfert2015-03-081-1/+18
OpenPOWER on IntegriCloud