descriptionnone
repository URLhttp://llvm.org/git/polly.git
ownertobias@grosser.es
last changeMon, 21 Oct 2019 15:48:42 +0000 (21 15:48 +0000)
last refreshWed, 6 Jan 2021 17:11:13 +0000 (6 18:11 +0100)
content tags
add:
README
Polly - Polyhedral optimizations for LLVM
-----------------------------------------
http://polly.llvm.org/

Polly uses a mathematical representation, the polyhedral model, to represent and
transform loops and other control flow structures. Using an abstract
representation it is possible to reason about transformations in a more general
way and to use highly optimized linear programming libraries to figure out the
optimal loop structure. These transformations can be used to do constant
propagation through arrays, remove dead loop iterations, optimize loops for
cache locality, optimize arrays, apply advanced automatic parallelization, drive
vectorization, or they can be used to do software pipelining.
shortlog
2019-10-21 Guillaume ChateletFix Pollymaster
2019-10-17 Michael Kruse[ScopBuilder] Fix bug 38358 by preserving correct order...
2019-10-15 Guillaume Chatelet[Alignment][NFC] Remove dependency on GlobalObject...
2019-10-11 Volodymyr Sapsai[Polly] Fix formatting violation. NFC.
2019-10-11 Volodymyr Sapsai[Stats] More polly fixes following llvm::Statistic...
2019-10-11 Volodymyr Sapsai[Stats] Fix polly build due to change in llvm::Statisti...
2019-10-03 Guillaume Chatelet[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
2019-09-30 Guillaume Chatelet[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
2019-09-30 Guillaume Chatelet[Alignment] Fix polly build
2019-09-30 Tim NorthoverRevert "Update polly test for SCEV change."
2019-09-17 Michael Kruse[CodeGen] Handle outlining of CopyStmts.
2019-09-13 Rainer Orth[Polly] Fix lib/Transform/ScheduleOptimizer.cpp compila...
2019-09-13 Michael Kruse[ScopBuilder] Skip getting leader when merging statemen...
2019-08-29 Michael Kruse[DependenceInfo] Compute WAR dependence info using...
2019-08-29 Michael Kruse[ScopBuilder] Remove superfluous while loop in buildDom...
2019-08-26 Michael Kruse[ScopBuilder] Simplify main statement flag in buildEqiv...
...
heads
4 years ago master
4 years ago release_90
4 years ago svn-tags/RELEASE_900
4 years ago svn-tags/RELEASE_801
4 years ago svn-tags/google
4 years ago google
5 years ago svn-tags/RELEASE_710
5 years ago svn-tags/RELEASE_800
5 years ago release_80
5 years ago svn-tags/RELEASE_701
5 years ago release_70
5 years ago svn-tags/RELEASE_700
5 years ago svn-tags/RELEASE_601
5 years ago svn-tags/RELEASE_502
6 years ago svn-tags/RELEASE_600
6 years ago release_60
...