summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Check late for profitabilityJohannes Doerfert2016-05-121-3/+13
* Cleanup rejection log handling [NFC]Johannes Doerfert2016-05-126-144/+75
* Bring some comments up to date [NFC]Johannes Doerfert2016-05-121-8/+2
* Support truncate operationsJohannes Doerfert2016-05-1210-29/+239
* Check overflows in RTCs and bail accordinglyJohannes Doerfert2016-05-1211-62/+393
* Invalidate unprofitable SCoPs after creationJohannes Doerfert2016-05-103-6/+54
* Weaken profitability constraints during ScopDetectionJohannes Doerfert2016-05-104-7/+41
* [FIX] Cleanup isl objects prior to early exitJohannes Doerfert2016-05-102-5/+67
* Handle llvm.assume inside the SCoPJohannes Doerfert2016-05-109-30/+186
* Propagate complexity problems during domain generation [NFC]Johannes Doerfert2016-05-103-27/+104
* [FIX] Create error-restrictions lateJohannes Doerfert2016-05-103-12/+108
* Refactor simplifySCoP [NFC]Johannes Doerfert2016-05-103-72/+49
* Simplify the internal representation according to the context [NFC]Johannes Doerfert2016-05-1013-29/+39
* Simplify access relation for invariant loads early [NFC]Johannes Doerfert2016-05-101-1/+2
* Prevent complex access ranges with low number of pieces.Johannes Doerfert2016-05-101-3/+15
* Expose interpretAsUnsigned in the SCEVAffinator [NFC]Johannes Doerfert2016-05-103-6/+19
* Codegen: Enable the detection of min/max expressionsTobias Grosser2016-05-075-9/+8
* test: Use CHECK-NEXT to not miss instructions in test outputTobias Grosser2016-05-071-25/+23
* Update isl to isl-0.17-5-g57dc5ffTobias Grosser2016-05-077-5/+65
* Update to ISL 0.17.Michael Kruse2016-05-0465-7174/+9557
* Typo: ToComplex -> TooComplex. NFC.Michael Kruse2016-05-021-4/+4
* Rename Conjuncts -> Disjunctions. NFC.Michael Kruse2016-05-023-13/+14
* [ScheduleOptimizer] Add -polly-opt-outer-coincidence option.Michael Kruse2016-05-022-0/+89
* [WWW] Mark task as done and me as owner of some taskJohannes Doerfert2016-05-021-6/+6
* Typo: isToComplex -> isTooComplex. NFC.Michael Kruse2016-05-021-5/+5
* doc: A source code with Polly does not use a separate module (by default)Tobias Grosser2016-04-293-26/+35
* Allow unsigned divisionsJohannes Doerfert2016-04-298-41/+298
* Refactor SCEVAffinator [NFC]Johannes Doerfert2016-04-291-14/+12
* ScopInfo: Add option to control abort on isl errorsTobias Grosser2016-04-291-1/+7
* [FIX] TypoJohannes Doerfert2016-04-291-1/+1
* [FIX] Prevent division/modulo by zero in parameters -- test caseJohannes Doerfert2016-04-291-0/+56
* [FIX] Unsigned comparisons change invalid domainJohannes Doerfert2016-04-295-28/+76
* [FIX] Prevent division/modulo by zero in parametersJohannes Doerfert2016-04-291-2/+20
* [FIX] Correct assumption simplificationJohannes Doerfert2016-04-283-6/+26
* test: Make test case independent of earlier instructionsTobias Grosser2016-04-281-5/+5
* BlockGenerator: Drop leftover debug statementTobias Grosser2016-04-281-1/+0
* [FIX] Propagate execution domain of invariant loadsJohannes Doerfert2016-04-275-11/+92
* Allow unsigned comparisonsJohannes Doerfert2016-04-268-70/+107
* [FIX] Adjust assumption space for zext instructionsJohannes Doerfert2016-04-263-2/+33
* Do not use the number of parameters in the complexity checkJohannes Doerfert2016-04-261-5/+12
* Do not add but record signed-unsigned assumptionsJohannes Doerfert2016-04-263-3/+2
* Extract some constant factors from "SCEVAddExprs"Johannes Doerfert2016-04-252-0/+78
* Do not check all GEPs for assumptionsJohannes Doerfert2016-04-253-12/+81
* Only add user assumptions on known parameters [NFC]Johannes Doerfert2016-04-253-1/+131
* Refactor Scop parameter handlingJohannes Doerfert2016-04-252-57/+45
* Model zext-extend instructionsJohannes Doerfert2016-04-2517-54/+424
* Check only loop control of loops that are part of the regionJohannes Doerfert2016-04-253-4/+35
* Initialize the invalid domain of an access with an empty setJohannes Doerfert2016-04-251-1/+3
* Do not propagate invalid domains over back edgesJohannes Doerfert2016-04-251-0/+4
* Introduce a parameter set type [NFC]Johannes Doerfert2016-04-255-26/+23
OpenPOWER on IntegriCloud