summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded preservation and restore of ValueMap and ClastVars in GPGPU codeTobias Grosser2012-11-301-8/+1
* Add an additional input argument according to chanages of function polly::cre...Tobias Grosser2012-11-301-1/+2
* Update to Polly for LLVM r165262 which changes TargetData to Datalayout.Tobias Grosser2012-11-291-31/+29
* Fix tests with broken datalayout strings.Patrik Hägglund2012-11-284-4/+4
* cmake: Fix installation of include filesTobias Grosser2012-11-281-1/+1
* do not execute the OpenMP tests when cloog is not foundSebastian Pop2012-11-272-0/+4
* make IslAstInfo::printScop compatible with CloogInfo::printScopSebastian Pop2012-11-271-1/+1
* do not require cloog from configureSebastian Pop2012-11-262-2/+2
* fix typoSebastian Pop2012-11-261-1/+1
* remove dependence on CLOOG_FOUND for PollyVectorizerChoiceSebastian Pop2012-11-261-2/+0
* remove dead codeSebastian Pop2012-11-262-10/+0
* remove unused flagSebastian Pop2012-11-261-7/+0
* Make polly -Wdocumentation cleanTobias Grosser2012-11-197-17/+8
* utils: use rmdir instead of rm to remove empty dirsSebastian Pop2012-11-181-2/+2
* utils: remove the isl directory after cloning cloogSebastian Pop2012-11-171-1/+3
* utils: remove existing cloog and isl dirs before git cloningSebastian Pop2012-11-171-0/+2
* autoconf: isl depends on gmp include filesSebastian Pop2012-11-153-207/+167
* test: LLVM supports now vectors of arbitrary pointersTobias Grosser2012-11-143-59/+51
* Tests: Pipe test files into 'opt'Tobias Grosser2012-11-0485-110/+110
* Tests: remove ModuleID linesTobias Grosser2012-11-0269-69/+0
* Tests: move content of .c files in .llTobias Grosser2012-11-0294-1110/+1158
* Remove runtime tests from polly test suiteTobias Grosser2012-11-0115-26/+0
* Dependences: Add support to calculate memory based dependencesTobias Grosser2012-11-012-10/+124
* ScopDetection: Print line numbers of detected scopsTobias Grosser2012-11-012-0/+66
* Revert multiple adress space changes in PollyTobias Grosser2012-11-013-12/+7
* Codegen: Selectively copy in array addresses for OpenMP codeTobias Grosser2012-11-015-19/+7
* CodeGen: Add scop-parameters to the OpenMP contextTobias Grosser2012-11-016-3/+208
* Codegen: Copy and restore the ValueMap and ClastVars explicitlyTobias Grosser2012-11-012-33/+80
* Another speculative commit to try to fix Polly's build. This is more delta thanChandler Carruth2012-10-251-5/+8
* Another fix for a build-bot reported API mismatch.Chandler Carruth2012-10-251-1/+2
* Try to revive the Polly builders after this LLVM API change.Chandler Carruth2012-10-251-1/+2
* autoconf/cmake: Always require isl code generation.Tobias Grosser2012-10-2112-149/+7
* cmake: Use suffix for shared modules instead of the one for shared librariesTobias Grosser2012-10-211-1/+1
* RegisterPasses: Remove unreachable default case in switchTobias Grosser2012-10-211-2/+0
* www: Correct command line that loads polly into dragoneggTobias Grosser2012-10-211-2/+2
* Introduce a separate file for CMake macrosTobias Grosser2012-10-212-70/+80
* isl scheduler: Do not fail when returning an empty band listTobias Grosser2012-10-163-5/+63
* isl-codegen: Support '<' and '>'Tobias Grosser2012-10-167-13/+145
* www: Clarify that GMP is LGPL licensedTobias Grosser2012-10-121-1/+2
* Trivial change to the README, mainly to test commit access.Sameer Sahasrabuddhe2012-10-091-0/+2
* Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow2012-10-087-18/+18
* Rename TargetData -> DataLayoutTobias Grosser2012-10-082-2/+2
* ScopLib: Support negated access functions.Tobias Grosser2012-10-071-2/+3
* Update the 'News' section on the Polly pageTobias Grosser2012-10-071-0/+31
* Add a new isl based code generationTobias Grosser2012-10-023-16/+916
* Add an ast pretty printer pass based on the isl code generatorTobias Grosser2012-10-026-2/+305
* Update isl to get the new code generationTobias Grosser2012-10-021-1/+1
* Detect the isl code generation feature correctlyTobias Grosser2012-10-023-5/+5
* Bailout if libpluto finds no scheduleTobias Grosser2012-09-211-0/+3
* Add test cases for multi-dimensional variable lengths arraysTobias Grosser2012-09-115-0/+355
OpenPOWER on IntegriCloud