summaryrefslogtreecommitdiffstats
path: root/polly/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ZoneAlgo] Handle non-StoreInst/LoadInst MemoryAccesses including memset.Michael Kruse2017-09-061-0/+7
* [Simplify] Actually remove unsed instruction from region header.Michael Kruse2017-09-051-2/+0
* [ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser2017-09-022-4/+20
* [ISLNodeBuilder] Materialize Fortran array sizes of arrays without memory acc...Siddharth Bhat2017-09-011-0/+4
* [ForwardOpTree] Allow forwarding in the presence of region statementsTobias Grosser2017-08-311-1/+0
* [BlockGenerator] Generate entry block of regions from instruction listsTobias Grosser2017-08-311-2/+5
* [ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser2017-08-312-2/+19
* Revert "[ScopInfo] Use statement lists for entry blocks of region statements"Tobias Grosser2017-08-312-19/+2
* Revert "[BlockGenerator] Generate entry block of regions from instruction lists"Tobias Grosser2017-08-311-5/+2
* [BlockGenerator] Generate entry block of regions from instruction listsTobias Grosser2017-08-301-2/+5
* [ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser2017-08-302-2/+19
* [ScopBuilder/ScopInfo] Move reduction detection to ScopBuilder. NFC.Michael Kruse2017-08-302-10/+26
* [ScopBuilder/ScopInfo] Move ScopStmt::collectSurroundingLoops to ScopBuilder....Michael Kruse2017-08-302-3/+3
* [ScopBuilder/ScopInfo] Move ScopStmt::buildDomain to ScopBuilder. NFC.Michael Kruse2017-08-302-2/+3
* [ScopBuilder/ScopInfo] Move ScopStmt::buildAccessRelations to ScopBuilder. NFC.Michael Kruse2017-08-302-3/+4
* [ScopBuilder/ScopInfo] Move and inline Scop::init into ScopBuilder::buildScop...Michael Kruse2017-08-301-3/+2
OpenPOWER on IntegriCloud