summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange
Commit message (Expand)AuthorAgeFilesLines
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC.Michael Kruse2018-08-101-11/+3
* [JSONExporter] Print instead of ignoring parser error.Michael Kruse2018-08-021-2/+3
* [JSONExporter] Try to appease buildbot. NFC.Michael Kruse2018-08-011-1/+1
* [JSONExporter] Replace bundled Jsoncpp with llvm/Support/JSON.h. NFC.Michael Kruse2018-08-011-67/+79
* [CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse2018-04-101-0/+2
* Port ScopInfo to the isl cpp bindingsPhilip Pfaffe2017-11-191-22/+14
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-1/+1
* [PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.Michael Kruse2017-08-281-0/+3
* [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
OpenPOWER on IntegriCloud