summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Ensure a correct order between memory accesses.Hongbin Zheng2013-07-167-11/+406
* IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng2013-07-165-1/+69
* Make sure the each instruction is mapped to one memory access.Hongbin Zheng2013-07-161-0/+2
* ScopDetect: clang-formatTobias Grosser2013-07-141-4/+4
* Dependences: Use ostream printer to print analysis outputTobias Grosser2013-07-143-11/+17
* Support: No need to comment __isl_keepTobias Grosser2013-07-141-10/+9
* ScopInfo: Add getTupe() method to MemoryAccessTobias Grosser2013-07-132-18/+23
* Dependences: Add a couple of basic test casesTobias Grosser2013-07-131-0/+296
* Dependences: Clarify difference between value and memory based dependencesTobias Grosser2013-07-132-7/+17
* Small style improvementsTobias Grosser2013-07-133-6/+6
* scop detection: remove an iteration over all usesSebastian Pop2013-07-052-29/+34
* scop detection: early returnSebastian Pop2013-07-031-45/+46
* clang-format latest changesTobias Grosser2013-07-023-9/+10
* [autoconf/cmake] Make sure we detect the latest version of isl.Tobias Grosser2013-07-023-5/+5
* BlockGenerator: Simplify the old value searching code.Hongbin Zheng2013-06-291-9/+5
* Add the git attributes file.Hongbin Zheng2013-06-291-0/+2
* TempScop: (Partial) Implement the printDetail function.Hongbin Zheng2013-06-293-2/+84
* Refactor memory access getting code in ScopStmt.Hongbin Zheng2013-06-292-5/+7
* Minor change: No need to specify the namespace of raw_ostream.Hongbin Zheng2013-06-291-1/+1
* Update CLooG such that the isl test cases are really up to dateTobias Grosser2013-06-241-1/+1
* Fix my own formatting mistakesTobias Grosser2013-06-231-2/+2
* ScopInfo: Clarify may-write and must-write accessesTobias Grosser2013-06-236-18/+39
* Integrate latest clang-format changesTobias Grosser2013-06-2334-88/+88
* Use isl_val instead of isl_int in the core of PollyTobias Grosser2013-06-218-67/+102
* revert r183799: scop detection: remove an iteration over all usesSebastian Pop2013-06-171-0/+29
* Update to a newer CLooG versionTobias Grosser2013-06-161-1/+1
* Fix typo in header guardsTobias Grosser2013-06-151-2/+2
* scop detection: inline and remove isValidBasicBlockSebastian Pop2013-06-142-22/+6
* scop detection: check flag before expensive callSebastian Pop2013-06-141-2/+2
* Correctly convert APInt to gmp valuesTobias Grosser2013-06-142-3/+125
* PoCC: Adjust to recent sys::Path removalTobias Grosser2013-06-141-26/+29
* Do not create an object to call a static functionTobias Grosser2013-06-131-3/+1
* ScopDetect: check region entering edges are valid.Sebastian Pop2013-06-112-11/+26
* scop detection: remove an iteration over all usesSebastian Pop2013-06-111-29/+0
* scop detection: run isValidLoop as early as possibleSebastian Pop2013-06-111-4/+7
* scop detection: run isValidCFG as early as possibleSebastian Pop2013-06-111-3/+5
* TempScopInfo: Add code to build the scalar dependences.Hongbin Zheng2013-06-102-5/+76
* Refactor: Move the IRAccess building code to a new function.Hongbin Zheng2013-06-102-30/+39
* scop detection: do not call getAliasSetForPointer when IgnoreAliasingSebastian Pop2013-06-031-43/+44
* scop detection: do not run scop detection on regions without loopsSebastian Pop2013-06-037-9/+26
* Update isl to include isl_val changesTobias Grosser2013-05-311-1/+1
* Test that independent block pass does not transform induction variablesTobias Grosser2013-05-312-37/+39
* include missing ISL header fileSebastian Pop2013-05-311-0/+1
* scop detection: only handle functions with loopsSebastian Pop2013-05-305-6/+14
* add comments to clarify the use of a temporary variable in the map insertionSebastian Pop2013-05-241-0/+4
* independent blocks: do not insert stores between phi nodesSebastian Pop2013-05-241-3/+10
* fix insertion of values in BBMapSebastian Pop2013-05-241-2/+5
* Remove .htaccess fileTobias Grosser2013-05-211-1/+0
* independent blocks: when moving Values, invalidate SCEV cached infoSebastian Pop2013-05-202-3/+28
* Update matmul example to the latest polly versionTobias Grosser2013-05-2037-1718/+2144
OpenPOWER on IntegriCloud