summaryrefslogtreecommitdiffstats
path: root/polly/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix some formatting issuesTobias Grosser2015-04-212-7/+9
* Rename 'scattering' to 'schedule'Tobias Grosser2015-04-215-82/+82
* Pass an actual schedule to the isl_union_access [NFC]Tobias Grosser2015-04-211-14/+14
* Move to isl's new dependence analysis interface [NFC]Tobias Grosser2015-04-211-28/+58
* Fix polly build after LLVM r235327Duncan P. N. Exon Smith2015-04-201-1/+1
* Update isl to a6523fb42c35Tobias Grosser2015-04-194-0/+117
* Dependences: Allow to disable dependences computeoutTobias Grosser2015-04-191-2/+3
* Clear InsnToMemAcc map in ScopDetection after each runOnFunctionTobias Grosser2015-04-181-0/+1
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* Allow loops in non-affine subregions -- SCoP ModelingJohannes Doerfert2015-04-122-5/+28
* Allow loops in non-affine subregions -- SCoP DetectionJohannes Doerfert2015-04-121-20/+68
* Fix polly build after LLVM r234263Duncan P. N. Exon Smith2015-04-071-1/+1
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-13/+13
* Make -polly-no-tiling work againTobias Grosser2015-04-051-1/+8
* Sign-extend in case of non-matching bitwidthTobias Grosser2015-04-051-5/+9
* Do not assume all multi-parameter products are affineTobias Grosser2015-04-051-1/+1
* Make run-time alias check generation deterministicTobias Grosser2015-04-051-1/+2
* Do not use the POLLY vector code generator if only strip-mining is requestedTobias Grosser2015-04-051-1/+1
* Do not scale tile loopsTobias Grosser2015-03-311-0/+1
* DebugInfo: Use the new DebugLoc API from r233573Duncan P. N. Exon Smith2015-03-301-11/+8
* Drop libpluto supportTobias Grosser2015-03-304-301/+3
* Update isl to 285e92aeaTobias Grosser2015-03-3025-101/+4129
* Delinearization of expressions that contain array size parametersTobias Grosser2015-03-301-0/+53
* Add option to only run scop detectionTobias Grosser2015-03-301-0/+10
* Add forgotten underscoreTobias Grosser2015-03-301-1/+1
* Add some missing isl prefixesTobias Grosser2015-03-301-11/+15
* Gist-simplify access relations in the context of domain constraintsTobias Grosser2015-03-301-0/+1
* Avoid nullptr dereference in the ScopGraphPrinterTobias Grosser2015-03-291-1/+1
* Strip constant factors from SCoP parametersJohannes Doerfert2015-03-292-16/+29
* Bail out if too many alias run-time-check comparisions would be neededTobias Grosser2015-03-281-0/+12
* Use an early return on failureTobias Grosser2015-03-281-5/+4
* Code generate parameters and run-time checks after branching new code regionTobias Grosser2015-03-281-2/+12
* Fix stupid memory leakTobias Grosser2015-03-261-1/+1
* Drop -polly-vectorizer-unroll-only optionTobias Grosser2015-03-232-4/+1
* Use schedule trees to perform post-scheduling transformationsTobias Grosser2015-03-221-220/+76
* Add some missing __isl_give/__isl_keep annotationsTobias Grosser2015-03-191-7/+10
* Update isl to 94d707dTobias Grosser2015-03-19390-1222/+6670
* Add -polly-vectorizer=stripmineTobias Grosser2015-03-121-6/+9
* Drop option to prepare code for the BB vectorizerTobias Grosser2015-03-122-3/+1
* Assert in isl expression builder if id can not be found [NFC]Tobias Grosser2015-03-101-0/+2
* Fix compilation after DataLayout was added to ScevExpanderTobias Grosser2015-03-102-2/+9
* Update PTX generator to latest LLVM changesTobias Grosser2015-03-092-3/+4
* Shorten user report message slightlyTobias Grosser2015-03-091-2/+1
* [Formating] Fix formatingJohannes Doerfert2015-03-081-3/+3
* [FIX] Add and force initialization for Pass * memberJohannes Doerfert2015-03-081-2/+2
* [FIX] Use the correct functions to extract the LB/UB from a rangeJohannes Doerfert2015-03-081-6/+14
* Enable delinearization by default - second tryTobias Grosser2015-03-081-1/+1
* Add end user report message for unprofitable regions [NFC]Johannes Doerfert2015-03-082-6/+26
* Add sign-extension during codegen of index expressionsTobias Grosser2015-03-081-2/+8
* Revert "Enable delinearization by default"Tobias Grosser2015-03-081-1/+1
OpenPOWER on IntegriCloud