summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/BlockGenerators.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PM] Update Polly for LLVM r226394 and r226396 which changed some of theChandler Carruth2015-01-181-2/+12
* [PM] Update Polly following LLVM r226373 which refactors LoopInfo inChandler Carruth2015-01-171-4/+4
* Remove -polly-codegen-scev option and related codeTobias Grosser2014-11-301-21/+8
* Enable SCEV based code generation by defaultTobias Grosser2014-11-161-1/+1
* BlockGenerator: Recompute values from SCEV before handing back the original v...Tobias Grosser2014-11-051-11/+10
* BlockGenerator: inline lookupAvailableValue into getValue [NFC]Tobias Grosser2014-11-051-11/+3
* Remove incorrect value description for -enable-polly-alignedTobias Grosser2014-10-221-5/+4
* [Refactor][NfC] Simplify and clean the handling of (new) access relationsJohannes Doerfert2014-10-131-17/+5
* [Refactor][NFC] Simplify (Vector)BlockGeneratorJohannes Doerfert2014-10-081-5/+2
* Allow the VectorBlockGenerator to use the IslExprBuilder.Johannes Doerfert2014-10-081-13/+14
* Align copied load/store instructions as the original.Johannes Doerfert2014-10-021-3/+5
* Allow the IslExprBuilder to build address of expressionsJohannes Doerfert2014-09-181-0/+1
* Make used analysis passes explicitJohannes Doerfert2014-08-071-11/+10
* Fix the modifiable access creationJohannes Doerfert2014-08-031-145/+36
* [Refactor] Use non-const MemoryAccess base addressesJohannes Doerfert2014-07-291-1/+1
* clang-format polly to avoid buildbot noiseTobias Grosser2014-07-091-6/+8
* 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
OpenPOWER on IntegriCloud