summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/BlockGenerators.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use range-based for loopsTobias Grosser2014-06-041-20/+12
* Really fix the load case.Tobias Grosser2014-04-181-0/+4
* Ensure a scalar pointer when issuing a vector loadTobias Grosser2014-04-171-0/+4
* [C++11] Use nullptrTobias Grosser2014-04-161-5/+5
* clang-format: Remove empty linesTobias Grosser2014-03-211-2/+0
* Support for generating vectors for loads with -1 strideTobias Grosser2014-03-191-6/+24
* Introduce PollyIRBuilderTobias Grosser2014-03-041-4/+4
* Codegen: Do not crash when seeing debug intrinsicsTobias Grosser2014-02-211-0/+8
* BlockGenerator: Split getNewValue.Hongbin Zheng2013-07-251-12/+24
* BlockGenerator: Simplify the old value searching code.Hongbin Zheng2013-06-291-9/+5
* Refactor memory access getting code in ScopStmt.Hongbin Zheng2013-06-291-3/+3
* 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-19/+11
* add comments to clarify the use of a temporary variable in the map insertionSebastian Pop2013-05-241-0/+4
* fix insertion of values in BBMapSebastian Pop2013-05-241-2/+5
* Sort includesTobias Grosser2013-05-071-5/+3
* Move polly options into separate option categoryTobias Grosser2013-05-071-3/+3
* Reformat with clang-formatTobias Grosser2013-05-071-28/+39
* IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoPTobias Grosser2013-04-171-1/+1
* Update formatting to latest version of clang-formatTobias Grosser2013-04-101-4/+4
* clang-format: Many more filesTobias Grosser2013-03-231-11/+8
* codegen: properly instantiate SCEVs to the place where they are usedTobias Grosser2013-03-221-27/+40
* Remove dependence on canonical induction variableTobias Grosser2013-03-201-23/+35
* Correct function to decide if a SCEV can be ignoredSebastian Pop2013-03-181-9/+5
* CodeGen: clang-formatTobias Grosser2013-02-221-37/+38
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-151-1/+1
* use apply and ScevParameterRewriter::rewrite instead of SCEVRewriterSebastian Pop2013-02-151-197/+5
* add LoopToScev mapsSebastian Pop2013-02-151-33/+45
* CodeGen: clang-format goodnessTobias Grosser2013-02-051-114/+94
* Formatting: Break lines after binary operators such as '&&'Tobias Grosser2012-12-291-6/+6
* Fix obvious formatting problems.Tobias Grosser2012-12-291-11/+7
* change interface for isStrideSebastian Pop2012-12-181-9/+11
* Allow polly ask bb-vectorizer to vectorize the loop body.Hongbin Zheng2012-05-061-8/+3
* SCEV based code generationTobias Grosser2012-04-271-1/+244
* Refactor: Move the code generation related header files to include/polly/Code...Hongbin Zheng2012-04-251-2/+1
* Refactor: Move the declaration of the BlockGenerator/VectorBlockGeneratorHongbin Zheng2012-04-251-0/+648
OpenPOWER on IntegriCloud