summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/IslAst.cpp
AgeCommit message (Expand)Author
2017-08-06[ScopInfo] Translate Scop::getContext to isl++ [NFC]Tobias Grosser
2017-07-23Move applyScheduleToAccessRelation to isl++Tobias Grosser
2017-07-10[IslAst] Print memory accesses in AST dumpTobias Grosser
2017-06-30Introduce a hybrid target to generate code for either the GPU or CPUSingapuram Sanjay Srivallabh
2017-06-08Fix a lot of typos. NFC.Michael Kruse
2017-05-23[Polly][NewPM] Port IslAst to the new ScopPassManagerPhilip Pfaffe
2017-05-02[NFC] [IslAST] fix typo: "int the" -> "in the"Siddharth Bhat
2017-02-27Disable the parallel code generation in case of extension nodesRoman Gareev
2017-02-09[IslAst] Print the ScopArray name to mark reductionsTobias Grosser
2016-11-10IslAst: always use the context during ast generationTobias Grosser
2016-09-14Perform copying to created arrays according to the packing transformationRoman Gareev
2016-09-02Drop '@brief' from doxygen commentsTobias Grosser
2016-07-06isl: isl-0.17.1-164-gcbba1b6Tobias Grosser
2016-06-23clang-tidy: Add llvm namespace commentsTobias Grosser
2016-06-11This reverts recent expression type changesTobias Grosser
2016-06-06[NFC] Generate runtime checks after the SCoPJohannes Doerfert
2016-05-31Decouple SCoP building logic from passJohannes Doerfert
2016-05-23Directly access information through the Scop class [NFC]Johannes Doerfert
2016-05-07Codegen: Enable the detection of min/max expressionsTobias Grosser
2016-04-09Add __isl_give annotations to return types [NFC]Johannes Doerfert
2016-03-24Add namespace for struct [NFC]Johannes Doerfert
2016-03-03Allow the client of DependenceInfo to obtain dependences at different granula...Hongbin Zheng
2016-03-01Track assumptions and restrictions separatlyJohannes Doerfert
2016-02-26IslAst: Expose run-time check generation as individual functionTobias Grosser
2016-02-23Annotation of SIMD loopsRoman Gareev
2016-02-21IslAst: Expose IslAst class in header file [NFC]Tobias Grosser
2016-02-17[Refactor] Move isl_ctx into Scop.Hongbin Zheng
2015-12-21Adjust formatting to clang-format changes in 256149Tobias Grosser
2015-11-02Remove old and redundant optionsTobias Grosser
2015-10-11Also add -polly-no-early-exit back until LNT is restartedTobias Grosser
2015-10-06IslAst: Give some hints why code generation might have been skippedTobias Grosser
2015-10-06Introduce -polly-process-unprofitableTobias Grosser
2015-08-20Check for feasible runtime check context earlyJohannes Doerfert
2015-08-15AST Generation Paper published in TOPLASTobias Grosser
2015-07-30Move computations out of constructorsMichael Kruse
2015-07-26Remove explicit heap allocation to fix and prevent memory leaksJohannes Doerfert
2015-07-25Fix formatting of recent alias-analysis commitTobias Grosser
2015-07-23Removed redundant alias checks generated during run time.Johannes Doerfert
2015-07-14Use schedule trees to represent execution order of statementsTobias Grosser
2015-06-05Free two strings produced by islTobias Grosser
2015-05-09Sort include directivesTobias Grosser
2015-03-05Create a dependence struct to hold dependence information for a SCoP.Johannes Doerfert
2015-03-04Rename the Dependences pass to DependenceInfo [NFC]Johannes Doerfert
2015-03-01[Refactor] Include explicitly what is usedJohannes Doerfert
2015-03-01[Refactor] Add a Scop & as argument to printScopJohannes Doerfert
2015-02-26Update commentTobias Grosser
2015-02-26Use isl_ast_expr_call to create run-time checksTobias Grosser
2015-02-11Add early exits for SCoPs we did not optimizeJohannes Doerfert
2014-11-16Fix formattingTobias Grosser
2014-11-16Introduce minimalistic cost model for auto parallelizationTobias Grosser