summaryrefslogtreecommitdiffstats
path: root/polly/include/polly/ScopBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust to clang-format changesTobias Grosser2018-03-201-2/+0
* [ScopBuilder] Split statements on encountering store instructions.Michael Kruse2017-12-111-1/+1
* [ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option.Michael Kruse2017-10-051-0/+6
* [ScopBuilder] Introduce -polly-stmt-granularity option. NFC.Michael Kruse2017-10-041-0/+6
* [ScopBuilder] Specialize exit block handling. NFC.Michael Kruse2017-10-021-3/+1
* [ScopBuilder] Fix typo. NFC.Michael Kruse2017-09-291-3/+3
* [ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser2017-08-311-0/+8
* Revert "[ScopInfo] Use statement lists for entry blocks of region statements"Tobias Grosser2017-08-311-8/+0
* [ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser2017-08-301-0/+8
* [ScopBuilder/ScopInfo] Move reduction detection to ScopBuilder. NFC.Michael Kruse2017-08-301-0/+26
* [ScopBuilder/ScopInfo] Move ScopStmt::collectSurroundingLoops to ScopBuilder....Michael Kruse2017-08-301-0/+3
* [ScopBuilder/ScopInfo] Move ScopStmt::buildDomain to ScopBuilder. NFC.Michael Kruse2017-08-301-0/+3
* [ScopBuilder/ScopInfo] Move ScopStmt::buildAccessRelations to ScopBuilder. NFC.Michael Kruse2017-08-301-0/+3
* [ScopBuilder] Introduce metadata for splitting scop statement.Michael Kruse2017-08-301-2/+2
* [PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.Michael Kruse2017-08-281-2/+4
* [Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-08-221-15/+37
* [ForwardOpTree] Support read-only value uses.Michael Kruse2017-07-241-0/+3
* [ScopBuilder] Pass ScopStmts around instead of BasicBlocks. NFC.Michael Kruse2017-06-231-23/+29
* Fix a lot of typos. NFC.Michael Kruse2017-06-081-2/+2
* [Fortran Support] Change "global" pattern match to work for paramsSiddharth Bhat2017-05-181-38/+21
* [NFC] [Fortran Support] Fix findFADGlobalNonAlloc pattern match commentSiddharth Bhat2017-05-151-7/+9
* [Fortran Support] Add pattern match for Fortran Arrays that are parameters.Siddharth Bhat2017-05-151-13/+60
* [Fortran Support] Detect Fortran arrays & metadata from dragonegg outputSiddharth Bhat2017-05-101-0/+27
* Revert "Remove references to AssumptionCache. NFC."Michael Kruse2017-03-171-4/+4
* [ScopInfo] Introduce ScopStmt::getSurroundingLoop(). NFC.Michael Kruse2017-03-151-12/+12
* Use typed enums to model MemoryKind and move MemoryKind out of ScopArrayInfoTobias Grosser2017-01-141-7/+6
* Remove references to AssumptionCache. NFC.Michael Kruse2016-12-151-4/+4
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-34/+36
* Fix a couple of spelling mistakesTobias Grosser2016-08-031-2/+2
* Create a dedicated header file for ScopBuilder. NFC.Michael Kruse2016-06-281-0/+264
OpenPOWER on IntegriCloud