summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/CodeGeneration.cpp
AgeCommit message (Expand)Author
2014-08-16Revert "[Refactor] Cleanup runtime code generation"Tobias Grosser
2014-08-12[Refactor] Cleanup runtime code generationJohannes Doerfert
2014-08-08[Fix] Broken build after r215121Johannes Doerfert
2014-07-29[Refactor] Use non-const MemoryAccess base addressesJohannes Doerfert
2014-07-28Replace the dependences parallelism check by the IslAst oneJohannes Doerfert
2014-07-19Update for RegionInfo changes.Matt Arsenault
2014-07-09clang-format polly to avoid buildbot noiseTobias Grosser
2014-06-28[C++11] Use more range based forsTobias Grosser
2014-06-19Update for ScopStmt iterator name change in LLVM r210927Tobias Grosser
2014-05-07Remove unnecessary explicit typing in std::make_pairTobias Grosser
2014-05-07Add the missing 'LoopToScev' parameterTobias Grosser
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-16[C++11] Use nullptrTobias Grosser
2014-04-15Fix for vector codegen in OpenMP subfunctionsTobias Grosser
2014-04-14Codegeneration: Free memory correctly when using -polly-vectorizer=pollyTobias Grosser
2014-03-04Introduce PollyIRBuilderTobias Grosser
2014-02-25Update for llvm api change.Rafael Espindola
2014-02-22GMP is only required for CLooGSebastian Pop
2014-01-19CodeGeneration: Replace reference to isl_int with explicit mpz call.Tobias Grosser
2014-01-13Adapt to DomTree changes in r199104Tobias Grosser
2013-10-15clang-format: No empty line after 'public:'Tobias Grosser
2013-09-02[CodeGen] Fixup assert fails caused by incorrect LoopInfo updateTobias Grosser
2013-07-29CodeGeneration: Fix double free in vector forTobias Grosser
2013-06-23Integrate latest clang-format changesTobias Grosser
2013-05-16Update LoopInfo correctlyTobias Grosser
2013-05-16LoopGenerators: Construct loops such that they are already loop rotatedTobias Grosser
2013-05-07Move polly options into separate option categoryTobias Grosser
2013-05-07Reformat with clang-formatTobias Grosser
2013-04-16Support SCoPs with multiple entry edges.Tobias Grosser
2013-04-10Update formatting to latest version of clang-formatTobias Grosser
2013-04-10Support SCoPs with multiple exit edgesTobias Grosser
2013-03-23clang-format: Many more filesTobias Grosser
2013-03-20Remove dependence on canonical induction variableTobias Grosser
2013-03-18use the canonical IV only when it existsSebastian Pop
2013-02-22CodeGen: clang-formatTobias Grosser
2013-02-15add LoopToScev mapsSebastian Pop
2013-02-05CodeGen: clang-format goodnessTobias Grosser
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-29Formatting: Break lines after binary operators such as '&&'Tobias Grosser
2012-12-29Fix obvious formatting problems.Tobias Grosser
2012-12-18return -1 when polly::getNumberOfIterations returns -1Sebastian Pop
2012-12-18isl: vector code generation based on ISL astSebastian Pop
2012-12-18change interface for isStrideSebastian Pop
2012-11-30Remove unneeded preservation and restore of ValueMap and ClastVars in GPGPU codeTobias Grosser
2012-11-30Add an additional input argument according to chanages of function polly::cre...Tobias Grosser
2012-11-26remove unused flagSebastian Pop
2012-11-19Make polly -Wdocumentation cleanTobias Grosser
2012-11-01Revert multiple adress space changes in PollyTobias Grosser
2012-11-01Codegen: Selectively copy in array addresses for OpenMP codeTobias Grosser
2012-11-01CodeGen: Add scop-parameters to the OpenMP contextTobias Grosser