aboutsummaryrefslogtreecommitdiff
path: root/polly/lib
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Fix 80 column violationTobias Grosser1-2/+3
2013-11-17IslCodegen: Support for run-time conditionsTobias Grosser2-0/+15
2013-11-16ScopDetection: Improve formattingTobias Grosser1-3/+6
2013-11-16prepend LLVM to all Polly* libsSebastian Pop6-16/+16
2013-11-16factor out code in shouldEnablePollySebastian Pop1-9/+14
2013-11-16move MayAliasSet.cpp into lib/AnalysisSebastian Pop3-1/+1
2013-11-16Style fixes, brought to you by clang-formatTobias Grosser2-3/+3
2013-11-02IslCodegen: Do not build upper bound in vector forTobias Grosser1-6/+0
2013-10-31Update comments to address Sebastian's reviewTobias Grosser1-3/+14
2013-10-29ScopInfo: Add support for AssumedContextTobias Grosser2-4/+50
2013-10-15clang-format: No empty line after 'public:'Tobias Grosser4-4/+0
2013-10-04do not compute isl_map_dim in the loopSebastian Pop1-2/+2
2013-10-03clang-formatTobias Grosser1-2/+1
2013-10-03Use LLVM_DELETED_FUNCTION instead of a commentTobias Grosser1-4/+3
2013-10-03ScopInfo: Do not include "isl/int.h" any moreTobias Grosser1-1/+0
2013-09-17clang-format recent changeTobias Grosser1-5/+4
2013-09-17Move SCEVAffinator member definitions out of class bodyTobias Grosser1-134/+164
2013-09-10Fix build after SCEV changeMatt Arsenault1-3/+5
2013-09-10TempScopInfo: Microoptimize constant conditionsTobias Grosser1-4/+5
2013-09-07ScopInfo: Correctly handle true/false conditionsTobias Grosser1-4/+3
2013-09-02[CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser1-3/+1
2013-08-24Remove unneeded comma and update formattingTobias Grosser1-2/+2
2013-08-08PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.Tobias Grosser1-0/+4
2013-08-05ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.Tobias Grosser2-13/+44
2013-07-31Dependence: Add DEBUG support.Tobias Grosser1-0/+12
2013-07-29JSONImporter: Free new schedule if found invalidTobias Grosser1-0/+4
2013-07-29CodeGeneration: Fix double free in vector forTobias Grosser1-6/+9
2013-07-28gitattributes: .png and .txt are no text filesTobias Grosser1-5/+5
2013-07-25BlockGenerator: Split getNewValue.Hongbin Zheng1-12/+24
2013-07-25ScopDetect: Only track detection failures if actually needed.Tobias Grosser2-41/+60
2013-07-24ScopInfo/IndependentBlocks: clang-formatTobias Grosser2-8/+10
2013-07-22RegisterPass: Unhide -polly-show and -polly-show-onlyTobias Grosser1-7/+8
2013-07-22ScopDetect: move "return false" out of INVALID macro.Tobias Grosser1-23/+61
2013-07-16Ensure a correct order between memory accesses.Hongbin Zheng1-10/+9
2013-07-16IndependentBlock: Add option to disable scalar to array rewriting.Hongbin Zheng1-1/+11
2013-07-16Make sure the each instruction is mapped to one memory access.Hongbin Zheng1-0/+2
2013-07-14ScopDetect: clang-formatTobias Grosser1-4/+4
2013-07-14Dependences: Use ostream printer to print analysis outputTobias Grosser2-11/+3
2013-07-13ScopInfo: Add getTupe() method to MemoryAccessTobias Grosser1-6/+6
2013-07-13Dependences: Clarify difference between value and memory based dependencesTobias Grosser1-5/+15
2013-07-13Small style improvementsTobias Grosser3-6/+6
2013-07-05scop detection: remove an iteration over all usesSebastian Pop1-29/+0
2013-07-03scop detection: early returnSebastian Pop1-45/+46
2013-07-02clang-format latest changesTobias Grosser2-8/+9
2013-06-29BlockGenerator: Simplify the old value searching code.Hongbin Zheng1-9/+5
2013-06-29TempScop: (Partial) Implement the printDetail function.Hongbin Zheng1-2/+31
2013-06-29Refactor memory access getting code in ScopStmt.Hongbin Zheng1-3/+3
2013-06-29Minor change: No need to specify the namespace of raw_ostream.Hongbin Zheng1-1/+1
2013-06-23Fix my own formatting mistakesTobias Grosser1-2/+2
2013-06-23ScopInfo: Clarify may-write and must-write accessesTobias Grosser1-4/+19