summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange
Commit message (Expand)AuthorAgeFilesLines
* [JSON] Make the failure to parse a jscop file a hard errorPhilip Pfaffe2017-08-101-5/+10
* [JSON][PM] Port json import/export over to new pmPhilip Pfaffe2017-08-101-96/+121
* [ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]Tobias Grosser2017-08-061-3/+3
* [ScopInfo] Translate Scop::getContext to isl++ [NFC]Tobias Grosser2017-08-061-3/+3
* [ScopInfo] Move ScopStmt::getSchedule to isl++Tobias Grosser2017-08-061-1/+2
* Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++Tobias Grosser2017-08-061-1/+1
* Move setNewAccessRelation to isl++Tobias Grosser2017-08-021-1/+1
* Move ScopArrayInfo::getFromAccessFunction and getFromId to isl++Tobias Grosser2017-07-241-1/+1
* Move MemoryAccess::NewAccessRelation to isl++Tobias Grosser2017-07-231-1/+1
* Move ScopArrayInfo to isl++Tobias Grosser2017-07-211-1/+1
* [ScopInfo] Print instructions in dump().Michael Kruse2017-07-211-2/+2
* Always export the latest memory access relationsTobias Grosser2017-07-111-1/+1
* Heap allocation for new arrays.Michael Kruse2017-06-281-7/+14
* [JSONImport] Check, if the size of an imported array is positiveAndreas Simbuerger2017-06-271-1/+9
* Fix a lot of typos. NFC.Michael Kruse2017-06-081-1/+1
* [JScop] Emit error messages on error.Michael Kruse2017-06-061-3/+9
* [JSONImporter] misses checks whether the data it imports makes sense.Michael Kruse2017-05-241-7/+145
* [CodeGen] Support partial write accesses.Michael Kruse2017-05-211-2/+3
* Perform copying to created arrays according to the packing transformationRoman Gareev2016-09-141-0/+2
* Store the size of the outermost dimension in case of newly created arrays tha...Roman Gareev2016-09-121-4/+9
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-8/+8
* Allow mapping scalar MemoryAccesses to array elements.Michael Kruse2016-09-011-2/+8
* Add space between access string and follow-up.Michael Kruse2016-08-261-1/+1
* Extend the jscop interface to allow the user to declare new arrays and to ref...Roman Gareev2016-07-301-6/+163
* JScop: Factor out importContext [NFC]Tobias Grosser2016-07-211-85/+104
* JScop: Factor out importContext [NFC]Tobias Grosser2016-07-211-11/+27
* JScop: Factor out importSchedule [NFC]Tobias Grosser2016-07-211-39/+58
* clang-tidy: Add llvm namespace commentsTobias Grosser2016-06-231-1/+1
* Decouple SCoP building logic from passJohannes Doerfert2016-05-311-1/+1
* Directly access information through the Scop class [NFC]Johannes Doerfert2016-05-231-12/+8
* Allow the client of DependenceInfo to obtain dependences at different granula...Hongbin Zheng2016-03-031-1/+2
* Do not check JSON alignment of scalar accessesMichael Kruse2016-01-151-26/+28
* Adjust formatting to clang-format changes in 256149Tobias Grosser2015-12-211-1/+1
* [NFC] Consistenly use commented and annotated ScopPass functionsJohannes Doerfert2015-09-271-6/+19
* Allow the import of multi-dimensional access functionsTobias Grosser2015-09-051-6/+0
* Use schedule trees to represent execution order of statementsTobias Grosser2015-07-141-1/+7
* Ensure memory access mappings are defined for full domainTobias Grosser2015-06-041-0/+22
* Use value semantics for list of ScopStmt(s) instead of std::owningptrTobias Grosser2015-05-271-13/+13
* Use unique_ptr to clarify ownership of ScopStmtTobias Grosser2015-05-231-14/+8
* Sort include directivesTobias Grosser2015-05-091-8/+4
* Adding debug location information to Polly's JSCOP and dot exportsTobias Grosser2015-05-031-0/+11
* JScoP Import/Export: Ensure parameters have the same isl_idTobias Grosser2015-04-231-0/+4
* Rename 'scattering' to 'schedule'Tobias Grosser2015-04-211-10/+10
* Fix stupid memory leakTobias Grosser2015-03-261-1/+1
* Fix compilation after 'Make DataLayout Non-Optional in the Module' commitTobias Grosser2015-03-051-3/+3
* Create a dependence struct to hold dependence information for a SCoP.Johannes Doerfert2015-03-051-3/+3
* Rename the Dependences pass to DependenceInfo [NFC]Johannes Doerfert2015-03-041-6/+6
* [Refactor] Include explicitly what is usedJohannes Doerfert2015-03-011-0/+2
* [Refactor] Remove Scop * member to simplify JSON classJohannes Doerfert2015-03-011-30/+26
* [Refactor] Add a Scop & as argument to printScopJohannes Doerfert2015-03-011-5/+5
OpenPOWER on IntegriCloud