summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* scop detection: remove an iteration over all usesSebastian Pop2013-07-051-29/+0
* scop detection: early returnSebastian Pop2013-07-031-45/+46
* clang-format latest changesTobias Grosser2013-07-022-8/+9
* BlockGenerator: Simplify the old value searching code.Hongbin Zheng2013-06-291-9/+5
* TempScop: (Partial) Implement the printDetail function.Hongbin Zheng2013-06-291-2/+31
* Refactor memory access getting code in ScopStmt.Hongbin Zheng2013-06-291-3/+3
* Minor change: No need to specify the namespace of raw_ostream.Hongbin Zheng2013-06-291-1/+1
* Fix my own formatting mistakesTobias Grosser2013-06-231-2/+2
* ScopInfo: Clarify may-write and must-write accessesTobias Grosser2013-06-231-4/+19
* Integrate latest clang-format changesTobias Grosser2013-06-2320-69/+64
* Use isl_val instead of isl_int in the core of PollyTobias Grosser2013-06-215-61/+89
* revert r183799: scop detection: remove an iteration over all usesSebastian Pop2013-06-171-0/+29
* scop detection: inline and remove isValidBasicBlockSebastian Pop2013-06-141-14/+6
* scop detection: check flag before expensive callSebastian Pop2013-06-141-2/+2
* Correctly convert APInt to gmp valuesTobias Grosser2013-06-141-3/+2
* 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-111-3/+16
* 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-101-0/+55
* Refactor: Move the IRAccess building code to a new function.Hongbin Zheng2013-06-101-30/+29
* 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-031-0/+17
* include missing ISL header fileSebastian Pop2013-05-311-0/+1
* scop detection: only handle functions with loopsSebastian Pop2013-05-301-1/+9
* 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
* independent blocks: when moving Values, invalidate SCEV cached infoSebastian Pop2013-05-201-3/+6
* Update LoopInfo correctlyTobias Grosser2013-05-163-3/+33
* LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser2013-05-163-49/+73
* Sort includesTobias Grosser2013-05-0721-87/+58
* Move polly options into separate option categoryTobias Grosser2013-05-0714-68/+84
* Reformat with clang-formatTobias Grosser2013-05-0726-245/+299
* IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoPTobias Grosser2013-04-171-1/+1
* Remove unneeded RegionSimplify pass.Tobias Grosser2013-04-173-241/+0
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-164-23/+40
* SCEVValidator: Correctly store 'k * p' as a parameterTobias Grosser2013-04-141-1/+6
* 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-101-1/+14
* ScopDetect: Allow multiplications of the form <param> * <param>Tobias Grosser2013-04-101-0/+5
* Update formatting to latest version of clang-formatTobias Grosser2013-04-1016-77/+79
* Support SCoPs with multiple exit edgesTobias Grosser2013-04-103-5/+26
* 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-102-6/+11
* IndependentBlocks: translate out of SSA all uses escaping the regionSebastian Pop2013-04-081-4/+14
* SCEVCodegen should not run createIndVarSimplifyPassSebastian Pop2013-04-081-2/+4
OpenPOWER on IntegriCloud