summaryrefslogtreecommitdiffstats
path: root/polly/include
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix formatting to appease buildersPhilip Pfaffe2018-06-291-1/+2
* Implement an iterator for isl maps, basic_maps, sets, basic_setsPhilip Pfaffe2018-06-291-0/+90
* [ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe2018-06-291-1/+3
* [ZoneAlgo] Use getDefToTarget in makeValInst. NFC.Michael Kruse2018-06-261-0/+34
* [OpTree] Introduce shortcut for computing the def->target mapping. NFCI.Michael Kruse2018-06-061-0/+8
* getDependences to new C++ interfaceTobias Grosser2018-06-061-1/+1
* [ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.Michael Kruse2018-05-311-2/+2
* [SI] Create Scop Name lazilyPhilip Pfaffe2018-05-151-2/+7
* [SCEVAffinator] Fix handling of pwaff complexity limit.Eli Friedman2018-05-141-0/+1
* Revert "[polly] [ScopInfo] Don't pre-compute the name of the Scop's region."Philip Pfaffe2018-05-021-1/+4
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-291-5/+0
* [CodeGen] Fix comment. NFC.Michael Kruse2018-04-251-2/+2
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-252-1/+42
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-251-0/+29
* Allow arbitrary function calls for debugging purposes.Michael Kruse2018-04-201-0/+20
* [RuntimeDebugBuilder] Print vectors passed without withspacesTobias Grosser2018-04-181-8/+2
* Add isl operator overloads for isl::pw_aff (Try II)Tobias Grosser2018-04-121-0/+185
* Revert r327216 'Add isl operator overloads for isl::pw_aff'Tobias Grosser2018-04-111-118/+0
* [ScopInfo] Completely remove MemoryAccesses when their parent statement is re...Michael Kruse2018-04-091-4/+17
* Remove namespace comment at end of class. NFC.Michael Kruse2018-04-051-1/+1
* [polly] [ScopInfo] Don't pre-compute the name of the Scop's region.Eli Friedman2018-03-271-4/+1
* Adjust to clang-format changesTobias Grosser2018-03-2018-28/+0
* Add isl operator overloads for isl::pw_affTobias Grosser2018-03-101-0/+119
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-1/+4
* [ScopBuilder] Prefer PHI Write accesses in the statement the incoming value i...Michael Kruse2018-01-231-0/+5
* [VirtualInst] Derive correct use kind of PHI operands. NFC.Michael Kruse2018-01-231-1/+4
* [ScopInfo] Pass name to ScopStmt ctor. NFC.Michael Kruse2018-01-181-7/+8
* Fix isl out-of-quota errors affecting later quota guards.Michael Kruse2017-12-221-0/+6
* [ScopBuilder] Split statements on encountering store instructions.Michael Kruse2017-12-111-1/+1
* Port SCEVAffinator to the isl c++ bindingsPhilip Pfaffe2017-12-061-40/+24
* Port ScopInfo to the isl cpp bindingsPhilip Pfaffe2017-11-193-41/+36
* [nfc] Iwyu: forward-declare/include raw_ostream in zone algoPhilip Pfaffe2017-11-171-0/+1
* Update formatting to reflect change in clang-format. NFC.Michael Kruse2017-11-091-1/+1
* [Polly] Fix using order, as this caused a test failure (NFC) Florian Hahn2017-11-061-1/+1
* [ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.Michael Kruse2017-10-311-1/+86
* [Acc] Do not statically dispatch into IslNodeBuilder's createForPhilip Pfaffe2017-10-291-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
* [Polly] Add dumpPw() and dumpExpanded() functions. NFC.Michael Kruse2017-09-291-0/+113
* [ScopBuilder] Fix typo. NFC.Michael Kruse2017-09-291-3/+3
* Fix the build after r314375Philip Pfaffe2017-09-281-1/+1
* [ScopInfo] Allow uniform branch conditionsTobias Grosser2017-09-251-0/+9
* [ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser2017-09-242-4/+20
* [IslExprBuilder] Do not generate RTC with more than 64 bitTobias Grosser2017-09-231-0/+8
* polly-update-format after change in clang-format. NFC.Michael Kruse2017-09-221-1/+1
* [ScopInfo] Use map for value def/PHI read accesses.Michael Kruse2017-09-211-0/+20
* Check whether IslAstInfo and DependenceInfo were computed for the same Scop.Michael Kruse2017-09-212-0/+7
* [ForwardOpTree] Allow out-of-quota in examination part of forwardTree.Michael Kruse2017-09-191-19/+93
* Revert "[ScopDetect/Info] Look through PHIs that follow an error block"Michael Kruse2017-09-062-20/+4
OpenPOWER on IntegriCloud