summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on MSVC, NFCHongbin Zheng2017-01-151-1/+1
* Use typed enums to model MemoryKind and move MemoryKind out of ScopArrayInfoTobias Grosser2017-01-144-50/+50
* ScheduleOptimizer: Allow to set register width in command lineTobias Grosser2017-01-141-1/+11
* Update to recent clang-format changesTobias Grosser2017-01-121-2/+3
* Delete stray isl_map_dump call.Eli Friedman2017-01-101-2/+0
* Fix some typos in commentsTobias Grosser2017-01-062-11/+11
* Update to isl-0.18-43-g0b4256fTobias Grosser2016-12-3115-331/+717
* Update to isl-0.18-28-gccb9f33Tobias Grosser2016-12-286-44/+512
* Update to isl-0.18-17-g2844ebfTobias Grosser2016-12-264-86/+200
* Specify the default values of the cache parametersRoman Gareev2016-12-251-19/+35
* ScheduleOptimizer: Fix spelling of option '-polly-target-throughput-vector-fma'Tobias Grosser2016-12-231-4/+4
* Update isl to isl-0.18-9-gd4734f3Tobias Grosser2016-12-2222-202/+370
* Change the determination of parameters of macro-kernelRoman Gareev2016-12-211-1/+10
* Align newly created arrays to the first level cache line boundaryRoman Gareev2016-12-211-2/+7
* [Polly] Use three-dimensional arrays to store packed operands of the matrixRoman Gareev2016-12-211-25/+19
* Fix clang-formatTobias Grosser2016-12-192-4/+7
* Fix format after recent clang-format change.Daniel Jasper2016-12-191-5/+8
* Add isl_multi_pw_aff to GICHelperAlexandre Isoard2016-12-161-0/+7
* Restrict ranges of extension mapsRoman Gareev2016-12-151-1/+20
* [NFC] Fix typos in getMacroKernelParams.Roman Gareev2016-12-151-5/+3
* The order of the loops defines the data reused in the BLIS implementation ofRoman Gareev2016-12-151-29/+31
* Remove references to AssumptionCache. NFC.Michael Kruse2016-12-152-74/+73
* Adjust clang-format formatting to r289531Tobias Grosser2016-12-131-4/+4
* [ScheduleOptimizer] Fix memory leak. NFC.Michael Kruse2016-12-121-1/+3
* Add more ISL foreachElt functions. NFC.Michael Kruse2016-12-071-0/+41
* Add IslPtr type traits. NFC.Michael Kruse2016-12-071-1/+3
* Update to isl-0.17.1-314-g3106e8dMichael Kruse2016-12-0625-150/+488
* Allow to disable unsigned operations (zext, icmp ugt, ...)Johannes Doerfert2016-12-022-2/+32
* Do not allow multiple possibly aliasing ptrs in an expressionJohannes Doerfert2016-12-021-0/+47
* Rerun mem2reg after the inlinerJohannes Doerfert2016-12-021-0/+1
* [ScopInfo] Fold constant coefficients in array dimensions to the rightTobias Grosser2016-12-021-9/+146
* [ScopInfo] Separate construction and finalization of memory accesses [NFC]Tobias Grosser2016-12-021-9/+33
* [NFC] Check for feasibility prior to the profitability checkJohannes Doerfert2016-12-011-6/+5
* [FIX] Do not try to hoist obviously overwritten loadsJohannes Doerfert2016-12-011-0/+3
* Add newline at end of debug printTobias Grosser2016-12-011-5/+5
* [DeLICM] Add pass boilerplate code.Michael Kruse2016-11-293-0/+81
* canSynthesize: Remove unused argument LI. NFC.Michael Kruse2016-11-294-7/+5
* Update for clang-format change in r288119Tobias Grosser2016-11-292-6/+8
* [ScopInfo] Use SCEVRewriteVisitor to simplify SCEVSensitiveParameterRewriter ...Tobias Grosser2016-11-261-53/+2
* [ScopDetect] Expand statistics of the detected scopsTobias Grosser2016-11-261-25/+97
* [ScopDetectionDiagnostic] Collect statistics for each diagnostic typeTobias Grosser2016-11-261-26/+40
* [ScopDectionDiagnostic] Use scoped enums instead three letter prefix [NFC]Tobias Grosser2016-11-261-33/+37
* Fix typo.Hongbin Zheng2016-11-231-7/+7
* Update to isl-0.17.1-284-gbb38638Tobias Grosser2016-11-2211-72/+152
* [CodeGen] Add flag to code-generate most memory access expressionsTobias Grosser2016-11-221-2/+25
* Split ScopInfo::addScopStmt into two versions. NFCHongbin Zheng2016-11-212-13/+14
* Minor changeHongbin Zheng2016-11-211-1/+1
* [ScopDetect] Use mayReadOrWriteMemory to shorten conditionTobias Grosser2016-11-211-1/+1
* [ScopDetect] Remove unnecessary namespace qualifierTobias Grosser2016-11-211-5/+5
* [NFC] Adjust naming scheme of statistic variablesJohannes Doerfert2016-11-183-25/+25
OpenPOWER on IntegriCloud