summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/LoopGenerators.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] LLVM OpenMP Backend.Michael Kruse2019-03-191-168/+40
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix the build after r314375Philip Pfaffe2017-09-281-1/+1
* Disable the Loop Vectorizer in case of GEMMRoman Gareev2017-08-221-3/+3
* Fix a lot of typos. NFC.Michael Kruse2017-06-081-2/+2
* [Polly] Remove unused headerHongbin Zheng2017-05-121-2/+0
* [Polly] Generate more 'canonical' induction variableHongbin Zheng2017-05-121-4/+7
* Exploit BasicBlock::getModule to shorten codeTobias Grosser2017-04-111-2/+1
* SAdjust to recent change in constructor definition of AllocaInstTobias Grosser2017-04-111-2/+2
* Update for alloca construction changesMatt Arsenault2017-04-111-1/+5
* Fix formatting in LoopGeneratorsPhilip Pfaffe2017-04-041-2/+2
* [Polly][NewPM] Pull references to the legacy PM interface from utilities and ...Philip Pfaffe2017-04-041-2/+2
* [OpenMP] Do not emit lifetime markers for contextTobias Grosser2017-03-181-9/+0
* Fix clang-formatTobias Grosser2016-12-191-2/+5
* clang-tidy: apply modern-use-nullptr fixesTobias Grosser2016-06-221-3/+3
* This reverts recent expression type changesTobias Grosser2016-06-111-8/+1
* Simplify the type adjustment in the IslExprBuilderJohannes Doerfert2016-06-021-1/+8
* Adjust formatting to clang-format changes in 256149Tobias Grosser2015-12-211-1/+1
* polly/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-7/+7
* Move the ValueMapT declaration out of BlockGeneratorJohannes Doerfert2015-10-071-5/+3
* OpenMP: Name addresses in subfunction structureTobias Grosser2015-09-281-0/+1
* Do not use '.' in subfunction namesTobias Grosser2015-09-081-1/+7
* OpenMP: Name the values passed to the subfunciton according to the original l...Tobias Grosser2015-09-051-0/+1
* Fix typoTobias Grosser2015-08-191-1/+1
* Adapt to IRBuilder::CreateCall interface changeTobias Grosser2015-05-191-2/+2
* Revert "Adjust formatting to latest clang-format change"Tobias Grosser2015-05-111-6/+1
* Sort include directivesTobias Grosser2015-05-091-1/+1
* Adjust formatting to latest clang-format changeTobias Grosser2015-05-081-1/+6
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-13/+13
* [PM] Update Polly for LLVM r226394 and r226396 which changed some of theChandler Carruth2015-01-181-1/+1
* [PM] Update Polly for LLVM r226385 which made LoopInfo actually deriveChandler Carruth2015-01-181-3/+3
* Add PreHeader always to OuterLoopTobias Grosser2014-11-251-3/+4
* [Fix] Accidently changed the type of a libgomp argument in r219003.Johannes Doerfert2014-10-031-3/+3
* Put the parallel context alloca into the function entry block.Johannes Doerfert2014-10-031-2/+15
* Add option to limit the maximal number of parallel threads.Johannes Doerfert2014-10-031-1/+7
* [Refactor] Generalize parallel code generationJohannes Doerfert2014-10-031-122/+95
* [Refactor] Rename LoopAnnotator to ScopAnnotatorJohannes Doerfert2014-10-021-1/+1
* Annotate LLVM-IR for all parallel loopsJohannes Doerfert2014-10-011-7/+11
* Build domtree of new loops correctlyTobias Grosser2014-09-281-1/+1
* Allow to generate a loop without the GuardBBJohannes Doerfert2014-09-101-40/+47
* Make used analysis passes explicitJohannes Doerfert2014-08-071-4/+4
* [Refactor] Use attributes to mark function as invalid for pollyJohannes Doerfert2014-07-151-1/+1
* Use range-based for loopsTobias Grosser2014-06-041-2/+2
* clang-format: Remove empty linesTobias Grosser2014-03-211-1/+0
* avoid warningSebastian Pop2014-03-131-2/+2
* Emit llvm.loop metadata for parallel loopsTobias Grosser2014-03-041-1/+8
* Introduce PollyIRBuilderTobias Grosser2014-03-041-1/+1
* Use C++11 formattingTobias Grosser2014-03-021-8/+8
* Update for llvm api change.Rafael Espindola2014-02-251-1/+2
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-131-2/+2
OpenPOWER on IntegriCloud