aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2017-01-12ReleaseNotes: remove 'if you're reading on trunk' warningHans Wennborg1-6/+1
2017-01-12Update to recent clang-format changesTobias Grosser1-2/+3
2017-01-11Update tests to more precise analysis results in LLVM coreTobias Grosser1-2/+2
2017-01-11Teach Polly's standalone build to work now that we include the gmockChandler Carruth1-2/+13
2017-01-11Teach Polly's unittest macro to link LLVMDemangle which LLVMSupport nowChandler Carruth1-1/+1
2017-01-10Delete stray isl_map_dump call.Eli Friedman1-2/+0
2017-01-08www: Add dates RSS newsTobias Grosser2-16/+12
2017-01-08www: add rss feeds from pollylabs.org and polyhedral.infoTobias Grosser2-11/+39
2017-01-08www: add Polly Labs named linkTobias Grosser1-1/+0
2017-01-08www: Add pollylabs news to navigationTobias Grosser1-0/+27
2017-01-08www: Add news for HiPEAC 2017Tobias Grosser1-0/+8
2017-01-06Fix some typos in commentsTobias Grosser2-11/+11
2016-12-31Update to isl-0.18-43-g0b4256fTobias Grosser16-332/+718
2016-12-28Update to isl-0.18-28-gccb9f33Tobias Grosser6-44/+512
2016-12-26Update to isl-0.18-17-g2844ebfTobias Grosser4-86/+200
2016-12-25Specify the default values of the cache parametersRoman Gareev4-23/+39
2016-12-23ScheduleOptimizer: Fix spelling of option '-polly-target-throughput-vector-fma'Tobias Grosser4-8/+8
2016-12-22Update isl to isl-0.18-9-gd4734f3Tobias Grosser22-202/+370
2016-12-21Change the determination of parameters of macro-kernelRoman Gareev4-102/+109
2016-12-21Align newly created arrays to the first level cache line boundaryRoman Gareev1-2/+7
2016-12-21[Polly] Use three-dimensional arrays to store packed operands of the matrixRoman Gareev2-31/+25
2016-12-20Fix debug info metadata for upstream change in LLVM.Adrian Prantl1-1/+1
2016-12-19Fix clang-formatTobias Grosser2-4/+7
2016-12-19Fix format after recent clang-format change.Daniel Jasper1-5/+8
2016-12-16Add isl_multi_pw_aff to GICHelperAlexandre Isoard2-0/+10
2016-12-16Revert "Fix debug info metadata for upstream change in LLVM."Adrian Prantl1-1/+1
2016-12-16Fix debug info metadata for upstream change in LLVM.Adrian Prantl1-1/+1
2016-12-15Restrict ranges of extension mapsRoman Gareev2-1/+147
2016-12-15[NFC] Fix typos in getMacroKernelParams.Roman Gareev1-5/+3
2016-12-15The order of the loops defines the data reused in the BLIS implementation ofRoman Gareev4-160/+184
2016-12-15Remove references to AssumptionCache. NFC.Michael Kruse4-82/+79
2016-12-13Adjust clang-format formatting to r289531Tobias Grosser1-4/+4
2016-12-12[ScheduleOptimizer] Fix memory leak. NFC.Michael Kruse1-1/+3
2016-12-07Add unittests for foreach(Elt|Piece). NFC.Michael Kruse1-0/+107
2016-12-07Add more ISL foreachElt functions. NFC.Michael Kruse2-0/+62
2016-12-07Add IslPtr type traits. NFC.Michael Kruse2-1/+5
2016-12-06Update to isl-0.17.1-314-g3106e8dMichael Kruse25-150/+488
2016-12-02Allow to disable unsigned operations (zext, icmp ugt, ...)Johannes Doerfert3-2/+33
2016-12-02Do not allow multiple possibly aliasing ptrs in an expressionJohannes Doerfert2-0/+57
2016-12-02Rerun mem2reg after the inlinerJohannes Doerfert1-0/+1
2016-12-02[ScopInfo] Fold constant coefficients in array dimensions to the rightTobias Grosser4-11/+279
2016-12-02[ScopInfo] Separate construction and finalization of memory accesses [NFC]Tobias Grosser2-12/+59
2016-12-01[NFC] Check for feasibility prior to the profitability checkJohannes Doerfert1-6/+5
2016-12-01[FIX] Do not try to hoist obviously overwritten loadsJohannes Doerfert2-4/+8
2016-12-01Add newline at end of debug printTobias Grosser1-5/+5
2016-11-29Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko1-2/+8
2016-11-29[DeLICM] Add pass boilerplate code.Michael Kruse6-0/+155
2016-11-29canSynthesize: Remove unused argument LI. NFC.Michael Kruse5-10/+6
2016-11-29Update for clang-format change in r288119Tobias Grosser2-6/+8
2016-11-26[ScopInfo] Use SCEVRewriteVisitor to simplify SCEVSensitiveParameterRewriter ...Tobias Grosser1-53/+2