summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/IslAst.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse2019-05-311-6/+0
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-7/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [IslAst] Fix InParallelFor nesting.Michael Kruse2018-09-271-20/+18
* getDependences to new C++ interfaceTobias Grosser2018-06-061-4/+8
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+4
* [Polly][IslAst] Fix minimal dependence distance.Huihui Zhang2018-04-041-2/+7
* Adjust to clang-format changesTobias Grosser2018-03-201-1/+0
* Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())Tobias Grosser2018-02-201-7/+4
* Run polly-update-format. NFC.Michael Kruse2017-11-211-1/+1
* Port ScopInfo to the isl cpp bindingsPhilip Pfaffe2017-11-191-12/+11
* Check whether IslAstInfo and DependenceInfo were computed for the same Scop.Michael Kruse2017-09-211-1/+7
* [IslAst] Do not assert in case of empty min/max alias locationsTobias Grosser2017-09-031-15/+45
* [IslAst] Move buildCondition to isl++Tobias Grosser2017-09-031-26/+28
* [IslAst] Do not compare arrays in alias check which are known to be identicalTobias Grosser2017-08-281-0/+14
* [PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.Michael Kruse2017-08-281-0/+2
* [Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-08-241-31/+41
* Add more statistics.Michael Kruse2017-08-231-0/+56
* [ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]Tobias Grosser2017-08-061-3/+3
* [ScopInfo] Move Scop::getInvalidContext to isl++ [NFC]Tobias Grosser2017-08-061-1/+2
* [ScopInfo] Move Scop::getAssumedContext to isl++ [NFC]Tobias Grosser2017-08-061-1/+2
* [ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]Tobias Grosser2017-08-061-1/+2
* [ScopInfo] Translate Scop::getContext to isl++ [NFC]Tobias Grosser2017-08-061-1/+1
* Move applyScheduleToAccessRelation to isl++Tobias Grosser2017-07-231-1/+1
* [IslAst] Print memory accesses in AST dumpTobias Grosser2017-07-101-0/+60
* Introduce a hybrid target to generate code for either the GPU or CPUSingapuram Sanjay Srivallabh2017-06-301-0/+5
* Fix a lot of typos. NFC.Michael Kruse2017-06-081-2/+2
* [Polly][NewPM] Port IslAst to the new ScopPassManagerPhilip Pfaffe2017-05-231-52/+70
* [NFC] [IslAST] fix typo: "int the" -> "in the"Siddharth Bhat2017-05-021-1/+1
* Disable the parallel code generation in case of extension nodesRoman Gareev2017-02-271-0/+8
* [IslAst] Print the ScopArray name to mark reductionsTobias Grosser2017-02-091-1/+1
* IslAst: always use the context during ast generationTobias Grosser2016-11-101-1/+1
* Perform copying to created arrays according to the packing transformationRoman Gareev2016-09-141-3/+2
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-11/+11
* isl: isl-0.17.1-164-gcbba1b6Tobias Grosser2016-07-061-1/+1
* clang-tidy: Add llvm namespace commentsTobias Grosser2016-06-231-1/+1
* This reverts recent expression type changesTobias Grosser2016-06-111-4/+14
* [NFC] Generate runtime checks after the SCoPJohannes Doerfert2016-06-061-14/+4
* Decouple SCoP building logic from passJohannes Doerfert2016-05-311-2/+2
* Directly access information through the Scop class [NFC]Johannes Doerfert2016-05-231-3/+2
* Codegen: Enable the detection of min/max expressionsTobias Grosser2016-05-071-0/+1
* Add __isl_give annotations to return types [NFC]Johannes Doerfert2016-04-091-2/+3
* Add namespace for struct [NFC]Johannes Doerfert2016-03-241-10/+12
* Allow the client of DependenceInfo to obtain dependences at different granula...Hongbin Zheng2016-03-031-1/+2
* Track assumptions and restrictions separatlyJohannes Doerfert2016-03-011-2/+9
* IslAst: Expose run-time check generation as individual functionTobias Grosser2016-02-261-2/+7
* Annotation of SIMD loopsRoman Gareev2016-02-231-4/+37
* IslAst: Expose IslAst class in header file [NFC]Tobias Grosser2016-02-211-27/+0
* [Refactor] Move isl_ctx into Scop.Hongbin Zheng2016-02-171-1/+4
* Adjust formatting to clang-format changes in 256149Tobias Grosser2015-12-211-1/+1
OpenPOWER on IntegriCloud