summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/CodeGeneration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge TempScopInfo into ScopInfoMichael Kruse2015-09-101-1/+0
* Merge TempScopInfo.{cpp|h} into ScopInfo.{cpp|h}Michael Kruse2015-09-101-1/+0
* [PM] Update Polly for the new AA infrastructure landed in r247167.Chandler Carruth2015-09-091-0/+8
* Fix Polly after SCEV port to new pass managerTobias Grosser2015-08-171-4/+4
* Make TempScopInfo a RegionPassMichael Kruse2015-08-141-0/+2
* Assign regions to all BBs from CodeGenerationMichael Kruse2015-08-111-0/+13
* Revise the simplification of regionsMichael Kruse2015-08-111-4/+8
* Add scalar and phi code generationJohannes Doerfert2015-05-221-0/+2
* Rename IslCodeGeneration to CodeGenerationTobias Grosser2015-05-121-0/+181
* Drop Cloog supportJohannes Doerfert2014-12-021-1107/+0
* Remove -polly-codegen-scev option and related codeTobias Grosser2014-11-301-10/+0
* Use nullptr instead of '0' for pointersTobias Grosser2014-11-141-1/+1
* Use braces in multi-statement DEBUG() code [NFC]Tobias Grosser2014-10-221-1/+1
* [Refactor] Generalize parallel code generationJohannes Doerfert2014-10-031-6/+11
* [Refactor] Cleanup isl code generationJohannes Doerfert2014-09-101-1/+2
* Use "const auto &" in range based for loopsTobias Grosser2014-09-101-5/+5
* Fix formattingTobias Grosser2014-08-311-1/+1
* Use range based for loopsTobias Grosser2014-08-311-32/+19
* Revert "[Refactor] Cleanup runtime code generation"Tobias Grosser2014-08-161-2/+1
* [Refactor] Cleanup runtime code generationJohannes Doerfert2014-08-121-1/+2
* [Fix] Broken build after r215121Johannes Doerfert2014-08-081-6/+14
* [Refactor] Use non-const MemoryAccess base addressesJohannes Doerfert2014-07-291-1/+1
* Replace the dependences parallelism check by the IslAst oneJohannes Doerfert2014-07-281-2/+24
* Update for RegionInfo changes.Matt Arsenault2014-07-191-3/+3
* clang-format polly to avoid buildbot noiseTobias Grosser2014-07-091-9/+9
* [C++11] Use more range based forsTobias Grosser2014-06-281-8/+2
* Update for ScopStmt iterator name change in LLVM r210927Tobias Grosser2014-06-191-7/+4
* Remove unnecessary explicit typing in std::make_pairTobias Grosser2014-05-071-1/+1
* Add the missing 'LoopToScev' parameterTobias Grosser2014-05-071-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Use nullptrTobias Grosser2014-04-161-3/+3
* Fix for vector codegen in OpenMP subfunctionsTobias Grosser2014-04-151-0/+7
* Codegeneration: Free memory correctly when using -polly-vectorizer=pollyTobias Grosser2014-04-141-0/+1
* Introduce PollyIRBuilderTobias Grosser2014-03-041-7/+7
* Update for llvm api change.Rafael Espindola2014-02-251-3/+4
* GMP is only required for CLooGSebastian Pop2014-02-221-0/+21
* CodeGeneration: Replace reference to isl_int with explicit mpz call.Tobias Grosser2014-01-191-1/+1
* Adapt to DomTree changes in r199104Tobias Grosser2014-01-131-5/+5
* clang-format: No empty line after 'public:'Tobias Grosser2013-10-151-1/+0
* [CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser2013-09-021-3/+1
* CodeGeneration: Fix double free in vector forTobias Grosser2013-07-291-6/+9
* Integrate latest clang-format changesTobias Grosser2013-06-231-1/+2
* Update LoopInfo correctlyTobias Grosser2013-05-161-2/+7
* LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser2013-05-161-3/+3
* Move polly options into separate option categoryTobias Grosser2013-05-071-5/+5
* Reformat with clang-formatTobias Grosser2013-05-071-26/+31
* Support SCoPs with multiple entry edges.Tobias Grosser2013-04-161-9/+3
* Update formatting to latest version of clang-formatTobias Grosser2013-04-101-11/+13
* Support SCoPs with multiple exit edgesTobias Grosser2013-04-101-1/+11
* clang-format: Many more filesTobias Grosser2013-03-231-11/+7
OpenPOWER on IntegriCloud