summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-168-26/+191
* SCEVValidator: Correctly store 'k * p' as a parameterTobias Grosser2013-04-142-1/+37
* ScheduleOptimizer: Use isl_map_from_union_map to extract map.Tobias Grosser2013-04-111-19/+13
* ScheduleOpt: Do not crash on statements with empty iteration domainsTobias Grosser2013-04-102-1/+38
* fix testcaseSebastian Pop2013-04-101-1/+1
* ScopDetect: Allow multiplications of the form <param> * <param>Tobias Grosser2013-04-102-0/+34
* Update formatting to latest version of clang-formatTobias Grosser2013-04-1024-92/+100
* Support SCoPs with multiple exit edgesTobias Grosser2013-04-1010-13/+266
* Codegen: Replace region exit and entries recursivelyTobias Grosser2013-04-101-2/+3
* fix typosSebastian Pop2013-04-101-3/+3
* scop detection: properly instantiate SCEVs to the place where they are usedSebastian Pop2013-04-103-6/+51
* IndependentBlocks: translate out of SSA all uses escaping the regionSebastian Pop2013-04-083-4/+89
* SCEVCodegen should not run createIndVarSimplifyPassSebastian Pop2013-04-081-2/+4
* ScopDetection: Use isTopLevelRegionTobias Grosser2013-04-021-1/+1
* RegisterPasses: Improve commentsTobias Grosser2013-03-231-51/+117
* Cloog: Add virtual destructor to silence gcc warningTobias Grosser2013-03-231-0/+1
* clang-format: Many more filesTobias Grosser2013-03-2346-1339/+1156
* cmake: Do not clang-format check the externally imported json libraryTobias Grosser2013-03-231-0/+2
* RegisterPasses: clang-formatTobias Grosser2013-03-231-76/+61
* Instvarsimplify: clang-formatTobias Grosser2013-03-231-269/+278
* IndependentBlocks: clang-format and remove includesTobias Grosser2013-03-231-59/+52
OpenPOWER on IntegriCloud