summaryrefslogtreecommitdiff
path: root/polly/lib/Analysis/ScopGraphPrinter.cpp
AgeCommit message (Expand)Author
2025-11-14[Polly] Introduce PhaseManager and remove LPM support (#125442) (#167560)Michael Kruse
2025-11-04Revert "[Polly] Introduce PhaseManager and remove LPM support (#125442)"Aiden Grossman
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2022-05-09[polly] migrate -polly-show to the new pass managerMichael Kruse
2022-05-09[PassManager] Implement DOTGraphTraitsViewer under NPMMichael Kruse
2021-08-18[Polly] Introduce caching for the isErrorBlock function. NFC.Michael Kruse
2020-04-06[CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfoKirill Naumov
2020-01-06[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-20Adjust to clang-format changesTobias Grosser
2017-05-12[Polly][NewPM] Port ScopDetection to the new PassManagerPhilip Pfaffe
2016-12-19Fix clang-formatTobias Grosser
2016-08-22Migrate from NodeType * to NodeRef.Tim Shen
2015-12-17Fix formattingTobias Grosser
2015-12-17ScopGraphPrinter: Only show functions that contain at least one scopTobias Grosser
2015-08-03Add option -polly-view-onlyTobias Grosser
2015-05-03Adding debug location information to Polly's JSCOP and dot exportsTobias Grosser
2015-03-29Avoid nullptr dereference in the ScopGraphPrinterTobias Grosser
2014-07-20Update formatting with clang-format.Bill Wendling
2014-07-19Update for RegionInfo changes.Matt Arsenault
2014-07-09clang-format polly to avoid buildbot noiseTobias Grosser
2014-06-28[C++11] Use more range based forsTobias Grosser
2014-04-15Fix more build errors in Polly after r206310. David caught one of theseChandler Carruth
2014-03-21clang-format: Remove empty linesTobias Grosser
2014-03-03[C++11] Use foreach iterator for blocks and operandsTobias Grosser
2013-07-13Small style improvementsTobias Grosser
2013-06-23Integrate latest clang-format changesTobias Grosser
2013-05-07Sort includesTobias Grosser
2013-05-07Reformat with clang-formatTobias Grosser
2013-03-23clang-format: Many more filesTobias Grosser
2012-12-29Fix obvious formatting problems.Tobias Grosser
2012-09-08ScopGraphPrinter: Escape error messageTobias Grosser
2012-05-04Update Polly to match the LLVM interface change in r156196.Chandler Carruth
2011-11-17Fix placement of the '*' that marks a pointerTobias Grosser
2011-10-08Show the reason a region is not a SCoP in the DOT graphs.Tobias Grosser
2011-04-29Add initial version of PollyTobias Grosser