summaryrefslogtreecommitdiff
path: root/polly/lib/CodeGen/BlockGenerators.cpp
AgeCommit message (Expand)Author
2014-04-18Really fix the load case.Tobias Grosser
2014-04-17Ensure a scalar pointer when issuing a vector loadTobias Grosser
2014-04-16[C++11] Use nullptrTobias Grosser
2014-03-21clang-format: Remove empty linesTobias Grosser
2014-03-19Support for generating vectors for loads with -1 strideTobias Grosser
2014-03-04Introduce PollyIRBuilderTobias Grosser
2014-02-21Codegen: Do not crash when seeing debug intrinsicsTobias Grosser
2013-07-25BlockGenerator: Split getNewValue.Hongbin Zheng
2013-06-29BlockGenerator: Simplify the old value searching code.Hongbin Zheng
2013-06-29Refactor memory access getting code in ScopStmt.Hongbin Zheng
2013-06-23Integrate latest clang-format changesTobias Grosser
2013-06-21Use isl_val instead of isl_int in the core of PollyTobias Grosser
2013-05-24add comments to clarify the use of a temporary variable in the map insertionSebastian Pop
2013-05-24fix insertion of values in BBMapSebastian Pop
2013-05-07Sort includesTobias Grosser
2013-05-07Move polly options into separate option categoryTobias Grosser
2013-05-07Reformat with clang-formatTobias Grosser
2013-04-17IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoPTobias Grosser
2013-04-10Update formatting to latest version of clang-formatTobias Grosser
2013-03-23clang-format: Many more filesTobias Grosser
2013-03-22codegen: properly instantiate SCEVs to the place where they are usedTobias Grosser
2013-03-20Remove dependence on canonical induction variableTobias Grosser
2013-03-18Correct function to decide if a SCEV can be ignoredSebastian Pop
2013-02-22CodeGen: clang-formatTobias Grosser
2013-02-15capitalize SCEV to match the current naming conventionSebastian Pop
2013-02-15use apply and ScevParameterRewriter::rewrite instead of SCEVRewriterSebastian Pop
2013-02-15add LoopToScev mapsSebastian Pop
2013-02-05CodeGen: clang-format goodnessTobias Grosser
2012-12-29Formatting: Break lines after binary operators such as '&&'Tobias Grosser
2012-12-29Fix obvious formatting problems.Tobias Grosser
2012-12-18change interface for isStrideSebastian Pop
2012-05-06Allow polly ask bb-vectorizer to vectorize the loop body.Hongbin Zheng
2012-04-27SCEV based code generationTobias Grosser
2012-04-25Refactor: Move the code generation related header files to include/polly/Code...Hongbin Zheng
2012-04-25Refactor: Move the declaration of the BlockGenerator/VectorBlockGeneratorHongbin Zheng