aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2013-11-21cmake: Add option POLLY_USE_CLOOGTobias Grosser1-1/+6
2013-11-17Fix 80 column violationTobias Grosser1-2/+3
2013-11-17IslCodegen: Support for run-time conditionsTobias Grosser4-0/+55
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 Grosser3-5/+5
2013-11-12PassManagerBase has moved into the legacy namespace as of r194324; match it h...Andy Gibbs1-0/+2
2013-11-02IslCodegen: Do not build upper bound in vector forTobias Grosser1-6/+0
2013-10-31Update comments to address Sebastian's reviewTobias Grosser2-4/+15
2013-10-29ScopInfo: Add support for AssumedContextTobias Grosser4-4/+100
2013-10-29Fix a typo in my family name. Tobias: ;) Sylvestre Ledru1-1/+1
2013-10-26www: Add information about upcoming Loop Optimization BoFTobias Grosser1-0/+8
2013-10-26www: Add information about isl-0.12.1 releaseTobias Grosser1-7/+17
2013-10-26www: Add information about code coverage and static analysisTobias Grosser2-0/+11
2013-10-15clang-format: No empty line after 'public:'Tobias Grosser6-7/+0
2013-10-12This test case requires assertionsTobias Grosser1-0/+1
2013-10-11Move to CLooG 0.18.1 and isl 0.12.1Tobias Grosser1-2/+2
2013-10-07use -polly-codegen-isl in tests under test/IslSebastian Pop1-1/+1
2013-10-07do not use -polly-cloog in a ScopInfo testcaseSebastian Pop1-45/+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 Grosser5-36/+20
2013-10-03ScopInfo: Do not include "isl/int.h" any moreTobias Grosser1-1/+0
2013-10-03ScopInfo: Fix typosTobias Grosser1-12/+12
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 Grosser5-7/+59
2013-09-02[CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser3-3/+61
2013-08-24Remove unneeded comma and update formattingTobias Grosser1-2/+2
2013-08-18Rename "polly-test" in the document and script.Logan Chien2-5/+5
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2-13/+16
2013-08-08PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.Tobias Grosser1-0/+4
2013-08-06ScopInfo: add a testcase that share parameters within nested start.Tobias Grosser1-0/+92
2013-08-05ScopInfo: Split start value from SCEVAddRecExpr to enable parameter sharing.Tobias Grosser5-14/+192
2013-07-31Dependence: Add DEBUG support.Tobias Grosser1-0/+12
2013-07-29Remove '-debug-only' from test caseTobias Grosser1-1/+1
2013-07-29TempScop: Actually load Polly in this test caseTobias Grosser1-1/+1
2013-07-29Remove second '-analyze' from command lineTobias Grosser1-1/+1
2013-07-29JSONImporter: Free new schedule if found invalidTobias Grosser2-1/+5
2013-07-29CodeGeneration: Fix double free in vector forTobias Grosser2-7/+10
2013-07-28Use a slightly smaller hammer to make this pass.Rafael Espindola1-5/+2
2013-07-28gitattributes: .png and .txt are no text filesTobias Grosser2-5/+7
2013-07-27Temporary disable a test until I finished the fixTobias Grosser1-0/+3
2013-07-27Looks like this test crashes. Add --crash to not for now.Rafael Espindola1-1/+1
2013-07-26Add not to commands that fail.Rafael Espindola4-4/+4
2013-07-25BlockGenerator: Split getNewValue.Hongbin Zheng2-12/+37