summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename make check target to match the naming convention followed in the other...Sebastian Pop2013-05-171-2/+2
* Update LoopInfo correctlyTobias Grosser2013-05-166-5/+51
* LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser2013-05-168-76/+111
* Sort includesTobias Grosser2013-05-0721-87/+58
* Move polly options into separate option categoryTobias Grosser2013-05-0716-69/+105
* Reformat with clang-formatTobias Grosser2013-05-0732-286/+347
* cmake: Add target to reformat with clang-formatTobias Grosser2013-05-072-0/+14
* IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoPTobias Grosser2013-04-172-3/+1
* Remove unneeded RegionSimplify pass.Tobias Grosser2013-04-1716-301/+9
* tests: Fix 'instruction does not dominate all its uses' errorTobias Grosser2013-04-171-1/+1
OpenPOWER on IntegriCloud