summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/ScopHelper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Treat conditionally executed non-pure calls as errorsJohannes Doerfert2015-10-071-14/+23
* Allow invariant loads in the SCoP descriptionJohannes Doerfert2015-10-071-7/+16
* Consolidate the different ValueMapTypes we are usingTobias Grosser2015-10-041-3/+6
* Allow user defined error functionsJohannes Doerfert2015-10-011-6/+18
* [FIX] Handle identity mappings in the ScopExpanderJohannes Doerfert2015-09-301-1/+2
* Move remapping functionality in the ScopExpanderJohannes Doerfert2015-09-301-4/+12
* Allow switch instructions in SCoPsJohannes Doerfert2015-09-281-0/+14
* Runtime error check eliminationJohannes Doerfert2015-09-101-0/+14
* Allow general loops with one latchJohannes Doerfert2015-09-101-30/+0
* Introduce the ScopExpander as a SCEVExpander replacementJohannes Doerfert2015-08-181-0/+109
* Revise the simplification of regionsMichael Kruse2015-08-111-79/+113
* Introduce splitBlock and use it in splitEntryBlockForAllocaMichael Kruse2015-08-111-4/+36
* Use the branch instruction to define the location of a PHI-node writeTobias Grosser2015-08-021-8/+0
* [PM/AA] Update to reflect the new LLVM API which no longer requires anChandler Carruth2015-07-221-2/+1
* Fix formattingTobias Grosser2015-02-251-1/+1
* [FIX] Silence warningJohannes Doerfert2015-02-241-0/+1
* [FIX] Create single exiting blockJohannes Doerfert2015-02-241-4/+3
* [FIX] Correctly handle scalar dependences of branch instructionsJohannes Doerfert2015-02-111-0/+2
* [PM] Update Polly for LLVM r226459 which removed another pass argumentChandler Carruth2015-01-191-6/+6
* [PM] Update Polly for LLVM r226394 and r226396 which changed some of theChandler Carruth2015-01-181-3/+20
* [Refactor][NFC] Generalize the creation of ScopArrayInfo objects.Johannes Doerfert2014-11-071-0/+6
* [Refactor][NFC] Map basic blocks to SCoP statements.Johannes Doerfert2014-10-311-5/+2
* [Refactor] Change the comment style to silence -WcommentJohannes Doerfert2014-10-071-2/+2
* [Fix] Rewire the Region after a unconditional entry edge is createdJohannes Doerfert2014-09-151-11/+48
* [Refactor] Cleanup isl code generationJohannes Doerfert2014-09-101-2/+14
* Update for RegionInfo changes.Matt Arsenault2014-07-191-2/+2
* [C++11] Use more range based forsTobias Grosser2014-06-281-5/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-3/+3
* [Modules] Update to reflect the move of CFG.h to the IR library in LLVMChandler Carruth2014-03-041-1/+1
* Sort includesTobias Grosser2013-05-071-1/+0
* Reformat with clang-formatTobias Grosser2013-05-071-3/+3
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-161-0/+27
* Remove dependence on canonical induction variableTobias Grosser2013-03-201-9/+0
* ScopHelper: Remove some dead codeTobias Grosser2013-03-181-19/+0
* Formatting fixesTobias Grosser2013-02-141-11/+14
* Remove dead codeTobias Grosser2012-09-081-122/+0
* Update after LLVM API change.Benjamin Kramer2011-12-091-1/+1
* Fix placement of the '*' that marks a pointerTobias Grosser2011-11-171-2/+2
* CodeGeneration: Do not delete the old version of the Scop.Tobias Grosser2011-05-141-33/+0
* Add initial version of PollyTobias Grosser2011-04-291-0/+280
OpenPOWER on IntegriCloud