summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/IslCodeGeneration.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Refactor] Expose the runtime debug builderJohannes Doerfert2014-07-241-83/+0
* [Fix] Typo during refactoringJohannes Doerfert2014-07-231-2/+2
* [Refactor] IslAst and payload structJohannes Doerfert2014-07-231-22/+2
* Update for RegionInfo changes.Matt Arsenault2014-07-191-3/+4
* [Refactor] Move code out of the IslAst headerJohannes Doerfert2014-07-171-4/+6
* Derive run-time conditions for delinearizationTobias Grosser2014-07-021-1/+3
* Use arguments of user statements to perform induction variable substitutionTobias Grosser2014-07-021-49/+70
* Use range-based for loopsTobias Grosser2014-06-041-3/+2
* Fix formattingTobias Grosser2014-04-221-2/+2
* IslCodeGeneration: Document the IslExprBuilderTobias Grosser2014-04-221-3/+86
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Emit llvm.loop metadata for parallel loopsTobias Grosser2014-03-041-5/+16
* Introduce PollyIRBuilderTobias Grosser2014-03-041-8/+8
* Update to isl 1b3ba3b72c0482fd36bf0b4a1186a259f7bafeedTobias Grosser2014-01-261-0/+2
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-131-4/+4
* IslCodegen: Support for run-time conditionsTobias Grosser2013-11-171-0/+12
* IslCodegen: Do not build upper bound in vector forTobias Grosser2013-11-021-6/+0
* Integrate latest clang-format changesTobias Grosser2013-06-231-1/+1
* Use isl_val instead of isl_int in the core of PollyTobias Grosser2013-06-211-5/+3
* Update LoopInfo correctlyTobias Grosser2013-05-161-1/+7
* LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser2013-05-161-10/+3
* Sort includesTobias Grosser2013-05-071-8/+6
* Reformat with clang-formatTobias Grosser2013-05-071-21/+27
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-161-9/+3
* Update formatting to latest version of clang-formatTobias Grosser2013-04-101-4/+4
* Support SCoPs with multiple exit edgesTobias Grosser2013-04-101-1/+12
* clang-format: Many more filesTobias Grosser2013-03-231-2/+1
* Remove dependence on canonical induction variableTobias Grosser2013-03-201-0/+1
* Silence 'variable unused' warning in release modeTobias Grosser2013-03-201-0/+1
* use the canonical IV only when it existsSebastian Pop2013-03-181-6/+8
* CodeGen: clang-formatTobias Grosser2013-02-221-20/+18
* add LoopToScev mapsSebastian Pop2013-02-151-11/+16
* CodeGen: clang-format goodnessTobias Grosser2013-02-051-78/+73
* 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-26/+26
* Fix obvious formatting problems.Tobias Grosser2012-12-291-13/+10
* return -1 when polly::getNumberOfIterations returns -1Sebastian Pop2012-12-181-1/+4
* isl: vector code generation based on ISL astSebastian Pop2012-12-181-15/+199
* autoconf/cmake: Always require isl code generation.Tobias Grosser2012-10-211-4/+0
* isl-codegen: Support '<' and '>'Tobias Grosser2012-10-161-6/+27
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-081-1/+1
* Add a new isl based code generationTobias Grosser2012-10-021-0/+859
* add a check for ISL codegen at configure timeSebastian Pop2012-05-071-0/+21
OpenPOWER on IntegriCloud