summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopDetectionDiagnostics
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-245-5/+5
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-2/+2
* Fix another error related to YAML quoting.Zachary Turner2018-10-121-6/+6
* Adjust to debug info metadata format change.Tobias Grosser2018-05-1010-12/+12
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-251-0/+386
* Revert "[polly] Fix ScopDetectionDiagnostic test failure caused by r310940"Tobias Grosser2017-08-241-1/+1
* [polly] Fix ScopDetectionDiagnostic test failure caused by r310940Jakub Kuderski2017-08-221-1/+1
* [Polly] XFAIL ReportLoopHasNoExit tests after r310940Jakub Kuderski2017-08-161-0/+6
* [Polly] [OptDiag] Updating Polly Diagnostics RemarksEli Friedman2017-07-171-1/+54
* [ScopDetection] If a loop is not part of a scop, none of it backedges can beTobias Grosser2017-07-152-0/+58
* [ScopDetection] Require LoadInst base pointers to be hoisted.Michael Kruse2017-03-071-1/+6
* [ScopDetection] Do not detect scops that exit to an unreachableTobias Grosser2017-03-071-0/+31
* Revert "Currently broken by recent LLVM upstream changes"Tobias Grosser2017-03-021-2/+0
* Currently broken by recent LLVM upstream changesTobias Grosser2017-03-011-0/+2
* Add forgotten test case for r293169Tobias Grosser2017-01-281-0/+26
* ScopDetectionDiagnostics: Also emit diagnostics in case no debug info is avai...Tobias Grosser2017-01-261-0/+26
* [ScopDetection] Remove redundant checks for endless loopsTobias Grosser2016-09-201-15/+4
* Fix assertion due to loop overlap with nonaffine region.Michael Kruse2016-06-271-0/+112
* Cleanup rejection log handling [NFC]Johannes Doerfert2016-05-121-4/+4
* Update debug metadata after LLVM commits r266445+r266446Tobias Grosser2016-04-158-25/+17
* Drop explicit -polly-delinearize parameterTobias Grosser2016-03-231-3/+3
* Support accesses with differently sized types to the same arrayTobias Grosser2016-02-041-67/+0
* Revert "Support loads with differently sized types from a single array"Tobias Grosser2016-02-031-0/+67
* Support loads with differently sized types from a single arrayTobias Grosser2016-02-021-67/+0
* ScopDetection: Do not detect regions with irreducible control as scopsTobias Grosser2016-01-221-0/+120
* Adjust debug metadata to LLVM changes in 252219Tobias Grosser2015-11-068-18/+18
* Allow invariant loads in the SCoP descriptionJohannes Doerfert2015-10-072-4/+5
* Introduce -polly-process-unprofitableTobias Grosser2015-10-062-2/+2
* tests: Drop -polly-detect-unprofitable and -polly-no-early-exitTobias Grosser2015-10-067-13/+13
* tests: Explicitly state if profitability tests should be usedTobias Grosser2015-10-062-4/+16
* Move more compile-time bailouts into -polly-detect-unprofitableTobias Grosser2015-09-081-1/+1
* DI: Fix testcases after LLVM r246327Duncan P. N. Exon Smith2015-08-288-9/+9
* Update testcases after LLVM r243885Duncan P. N. Exon Smith2015-08-038-8/+8
* Fix polly tests after LLVM IR change in r243774Duncan P. N. Exon Smith2015-07-315-14/+14
* Update polly for LLVM rename of debug info metadata with DI* prefixDuncan P. N. Exon Smith2015-04-298-183/+183
* Remove target triples from test casesTobias Grosser2015-04-216-6/+0
* [FIX] Change old diagnostic outputJohannes Doerfert2015-04-121-1/+1
* Allow loops in non-affine subregions -- SCoP DetectionJohannes Doerfert2015-04-121-4/+20
* Upgrade testcases after LLVM r234181Duncan P. N. Exon Smith2015-04-064-20/+21
* Shorten user report message slightlyTobias Grosser2015-03-091-2/+2
* Update test cases to work independently of delinearization defaultTobias Grosser2015-03-081-1/+1
* Add end user report message for unprofitable regions [NFC]Johannes Doerfert2015-03-081-0/+2
* Update Polly tests for the great metadata schema changeDavid Blaikie2015-03-038-101/+101
* Update Polly tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-276-17/+17
* Update Polly tests to handle explicitly typed gep changes in LLVMDavid Blaikie2015-02-278-23/+23
* ScopDetection: Only detect scops that have at least one read and one writeTobias Grosser2015-02-198-12/+140
* Adjust to the new explicit debug metadataTobias Grosser2015-01-157-58/+58
* (diagnostics) fix typo in test...Andreas Simbuerger2014-12-191-1/+1
* Run upgrade script from PR21532 to match LLVM changesDuncan P. N. Exon Smith2014-12-157-205/+205
OpenPOWER on IntegriCloud