summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix formattingTobias Grosser2013-12-181-5/+6
* Report detected scops using the new diagnosticsTobias Grosser2013-12-181-16/+41
* ScopValidator: smax expressions are no parametersTobias Grosser2013-12-091-1/+1
* Fix 80 column violationTobias Grosser2013-11-171-2/+3
* IslCodegen: Support for run-time conditionsTobias Grosser2013-11-172-0/+15
* ScopDetection: Improve formattingTobias Grosser2013-11-161-3/+6
* prepend LLVM to all Polly* libsSebastian Pop2013-11-166-16/+16
* factor out code in shouldEnablePollySebastian Pop2013-11-161-9/+14
* move MayAliasSet.cpp into lib/AnalysisSebastian Pop2013-11-163-1/+1
* Style fixes, brought to you by clang-formatTobias Grosser2013-11-162-3/+3
* IslCodegen: Do not build upper bound in vector forTobias Grosser2013-11-021-6/+0
* Update comments to address Sebastian's reviewTobias Grosser2013-10-311-3/+14
* ScopInfo: Add support for AssumedContextTobias Grosser2013-10-292-4/+50
* clang-format: No empty line after 'public:'Tobias Grosser2013-10-154-4/+0
* do not compute isl_map_dim in the loopSebastian Pop2013-10-041-2/+2
* clang-formatTobias Grosser2013-10-031-2/+1
* Use LLVM_DELETED_FUNCTION instead of a commentTobias Grosser2013-10-031-4/+3
* ScopInfo: Do not include "isl/int.h" any moreTobias Grosser2013-10-031-1/+0
* clang-format recent changeTobias Grosser2013-09-171-5/+4
* Move SCEVAffinator member definitions out of class bodyTobias Grosser2013-09-171-134/+164
* Fix build after SCEV changeMatt Arsenault2013-09-101-3/+5
* TempScopInfo: Microoptimize constant conditionsTobias Grosser2013-09-101-4/+5
* ScopInfo: Correctly handle true/false conditionsTobias Grosser2013-09-071-4/+3
* [CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser2013-09-021-3/+1
* Remove unneeded comma and update formattingTobias Grosser2013-08-241-2/+2
* PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.Tobias Grosser2013-08-081-0/+4
* ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.Tobias Grosser2013-08-052-13/+44
* Dependence: Add DEBUG support.Tobias Grosser2013-07-311-0/+12
* JSONImporter: Free new schedule if found invalidTobias Grosser2013-07-291-0/+4
* CodeGeneration: Fix double free in vector forTobias Grosser2013-07-291-6/+9
* gitattributes: .png and .txt are no text filesTobias Grosser2013-07-281-5/+5
* BlockGenerator: Split getNewValue.Hongbin Zheng2013-07-251-12/+24
* ScopDetect: Only track detection failures if actually needed.Tobias Grosser2013-07-252-41/+60
* ScopInfo/IndependentBlocks: clang-formatTobias Grosser2013-07-242-8/+10
* RegisterPass: Unhide -polly-show and -polly-show-onlyTobias Grosser2013-07-221-7/+8
* ScopDetect: move "return false" out of INVALID macro.Tobias Grosser2013-07-221-23/+61
* Ensure a correct order between memory accesses.Hongbin Zheng2013-07-161-10/+9
* IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng2013-07-161-1/+11
* 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-142-11/+3
* ScopInfo: Add getTupe() method to MemoryAccessTobias Grosser2013-07-131-6/+6
* Dependences: Clarify difference between value and memory based dependencesTobias Grosser2013-07-131-5/+15
* Small style improvementsTobias Grosser2013-07-133-6/+6
* 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
OpenPOWER on IntegriCloud