summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/DependenceInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* getDependences to new C++ interfaceTobias Grosser2018-06-061-11/+12
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-18/+19
* [Polly][IslAst] Fix minimal dependence distance.Huihui Zhang2018-04-041-1/+2
* [ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]Tobias Grosser2017-08-061-1/+1
* [ScopInfo] Move Scop::getAssumedContext to isl++ [NFC]Tobias Grosser2017-08-061-2/+2
* [ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]Tobias Grosser2017-08-061-2/+2
* [ScopInfo] Move ScopStmt::getSchedule to isl++Tobias Grosser2017-08-061-3/+4
* Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++Tobias Grosser2017-08-061-1/+1
* Move MemoryAccess::get*ArrayId to isl++Tobias Grosser2017-07-231-1/+1
* Move MemoryAccess::NewAccessRelation to isl++Tobias Grosser2017-07-231-3/+3
* Move MemoryAccess::id to isl++Tobias Grosser2017-07-231-1/+1
* Fix a lot of typos. NFC.Michael Kruse2017-06-081-2/+2
* Post-commit fix of a commentPhilip Pfaffe2017-05-231-1/+1
* [Polly][NewPM] Port DependenceInfo to the new ScopPassManager.Philip Pfaffe2017-05-231-0/+42
* [Polly][NewPM] Port ScopInfo to the new PassManagerPhilip Pfaffe2017-05-151-1/+1
* [Polly] [DependenceInfo] change WAR generation, Read will not block ReadSiddharth Bhat2017-04-241-27/+101
* [Polly] [DependenceInfo] change WAR, WAW generation to correct semanticsSiddharth Bhat2017-04-041-27/+108
* revert test commit r299024Huihui Zhang2017-03-291-1/+0
* test commit, add blank lineHuihui Zhang2017-03-291-0/+1
* [DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC]Siddharth Bhat2017-03-211-13/+15
* [DependenceInfo] Remove idempotent union: must-writes with may-writes [NFC]Siddharth Bhat2017-03-171-2/+1
* [DependenceInfo] Replace use of deprecated isl_dim_n_out [NFC]Siddharth Bhat2017-03-171-1/+2
* [DependenceInfo] Track may-writes and build flow information inSiddharth Bhat2017-03-171-0/+3
* Set Dependences::RED to be non-null once Dependences::calculateDependences()Siddharth Bhat2017-03-161-0/+1
* [DependenceInfo] Remove unused variable. NFC.Michael Kruse2017-02-231-1/+0
* [DependenceInfo] Use references instead of double pointers. NFC.Michael Kruse2017-02-231-18/+18
* [DependenceInfo] Rename StmtScheduleDomain -> TaggedStmtDomain. NFC.Michael Kruse2017-02-231-15/+14
* [DependenceInfo] Simplify use of StmtSchedule's domain [NFC]Michael Kruse2017-02-231-21/+21
* [DependenceInfo] Simplify creation and subsequent use of AccessSchedule [NFC]Tobias Grosser2017-02-211-31/+22
* [DependenceInfo] Pull out statement [NFC]Tobias Grosser2017-02-181-3/+2
* [Dependences] Compute reduction dependences on schedule tree [NFC]Tobias Grosser2017-02-181-39/+27
* [DependenceInfo] Use ScopArrayInfo to keep track of arrays [NFC]Tobias Grosser2017-02-091-4/+4
* Fix format after recent clang-format change.Daniel Jasper2017-02-011-3/+2
* Adjust formatting to commit r292110 [NFC]Tobias Grosser2017-01-161-6/+9
* Fix typo.Hongbin Zheng2016-11-231-7/+7
* [DepInfo] Print -debug output outside of max-operations scope.Michael Kruse2016-10-101-5/+5
* [Support/DepInfo] Introduce IslMaxOperationsGuard and make DepInfo use it. NFC.Michael Kruse2016-10-101-51/+45
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-4/+2
* Perform copying to created arrays according to the packing transformationRoman Gareev2016-09-141-1/+8
* DependenceInfo: Make clear that no double-free problem existsTobias Grosser2016-09-081-1/+3
* Dependences: Only create flat StmtSchedule in presence of reductionsTobias Grosser2016-09-021-1/+1
* Dependences: Exit early, if no reduction dependences are needed.Tobias Grosser2016-09-021-1/+12
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-6/+6
* [DependenceInfo] Reset operations counter when setting limit.Michael Kruse2016-08-051-1/+3
* [GSoC] Do not process SCoPs with infeasible runtime contextJohannes Doerfert2016-07-251-1/+3
* Propagate on-error statusTobias Grosser2016-06-301-1/+3
* [GSoC 2016] New function pass DependenceInfoWrapperPassJohannes Doerfert2016-06-271-0/+56
* clang-tidy: apply modern-use-nullptr fixesTobias Grosser2016-06-221-1/+1
* Decouple SCoP building logic from passJohannes Doerfert2016-05-311-2/+2
* Add __isl_give annotations to return types [NFC]Johannes Doerfert2016-04-091-2/+3
OpenPOWER on IntegriCloud