summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/ScopGraphPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Adjust to clang-format changesTobias Grosser2018-03-201-1/+0
* [Polly][NewPM] Port ScopDetection to the new PassManagerPhilip Pfaffe2017-05-121-18/+46
* Fix clang-formatTobias Grosser2016-12-191-2/+2
* Migrate from NodeType * to NodeRef.Tim Shen2016-08-221-1/+1
* Fix formattingTobias Grosser2015-12-171-4/+3
* ScopGraphPrinter: Only show functions that contain at least one scopTobias Grosser2015-12-171-5/+11
* Add option -polly-view-onlyTobias Grosser2015-08-031-0/+14
* Adding debug location information to Polly's JSCOP and dot exportsTobias Grosser2015-05-031-1/+14
* Avoid nullptr dereference in the ScopGraphPrinterTobias Grosser2015-03-291-1/+1
* Update formatting with clang-format.Bill Wendling2014-07-201-1/+1
* Update for RegionInfo changes.Matt Arsenault2014-07-191-1/+1
* clang-format polly to avoid buildbot noiseTobias Grosser2014-07-091-4/+4
* [C++11] Use more range based forsTobias Grosser2014-06-281-4/+3
* Fix more build errors in Polly after r206310. David caught one of theseChandler Carruth2014-04-151-1/+1
* clang-format: Remove empty linesTobias Grosser2014-03-211-5/+0
* [C++11] Use foreach iterator for blocks and operandsTobias Grosser2014-03-031-7/+5
* Small style improvementsTobias Grosser2013-07-131-2/+3
* Integrate latest clang-format changesTobias Grosser2013-06-231-1/+1
* Sort includesTobias Grosser2013-05-071-1/+0
* Reformat with clang-formatTobias Grosser2013-05-071-4/+4
* clang-format: Many more filesTobias Grosser2013-03-231-69/+53
* Fix obvious formatting problems.Tobias Grosser2012-12-291-1/+1
* ScopGraphPrinter: Escape error messageTobias Grosser2012-09-081-0/+16
* Update Polly to match the LLVM interface change in r156196.Chandler Carruth2012-05-041-5/+3
* Fix placement of the '*' that marks a pointerTobias Grosser2011-11-171-6/+6
* Show the reason a region is not a SCoP in the DOT graphs.Tobias Grosser2011-10-081-1/+2
* Add initial version of PollyTobias Grosser2011-04-291-0/+215
OpenPOWER on IntegriCloud