summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/LoopGenerators.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [cleanup] Update Polly for moved header in LLVM r199082.Chandler Carruth2014-01-131-1/+1
* Remove unneeded comma and update formattingTobias Grosser2013-08-241-2/+2
* Update LoopInfo correctlyTobias Grosser2013-05-161-0/+19
* LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser2013-05-161-36/+67
* Sort includesTobias Grosser2013-05-071-2/+1
* Reformat with clang-formatTobias Grosser2013-05-071-11/+14
* Remove unnecessary explicit typing in std::make_pairAndy Gibbs2013-03-201-1/+1
* CodeGen: clang-format goodnessTobias Grosser2013-02-051-58/+34
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Formatting: Break lines after binary operators such as '&&'Tobias Grosser2012-12-291-2/+2
* Fix obvious formatting problems.Tobias Grosser2012-12-291-2/+1
* Revert multiple adress space changes in PollyTobias Grosser2012-11-011-2/+1
* Another fix for a build-bot reported API mismatch.Chandler Carruth2012-10-251-1/+2
* isl-codegen: Support '<' and '>'Tobias Grosser2012-10-161-3/+5
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-081-2/+2
* Mark the increments of the generated induction variables 'NSW'Tobias Grosser2012-05-291-1/+1
* Refactor: Move the code generation related header files to include/polly/Code...Hongbin Zheng2012-04-251-1/+1
* Refactor: Pass the argument 'IRBuilder' and 'AfterBlock' of function 'createL...Hongbin Zheng2012-04-231-16/+18
OpenPOWER on IntegriCloud