summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* isl: Detect openmp parallelismTobias Grosser2012-12-137-6/+467
* Integrate polly test-suite into an llvm "make check-all" if built as part of ...Andy Gibbs2012-12-062-35/+50
* User isl sha commit id instead of the git tagTobias Grosser2012-12-041-1/+1
* adapt cloog codegen testcases to islSebastian Pop2012-12-0340-0/+2616
* use -polly-ast instead of -polly-cloogSebastian Pop2012-12-0315-15/+15
* execute cloog specific testcases only with CLOOG_FOUNDSebastian Pop2012-12-03116-0/+50
* Update CLooGTobias Grosser2012-12-031-1/+1
* Use isl 0.11Tobias Grosser2012-12-031-1/+1
* Update the recommended isl versionTobias Grosser2012-12-012-2/+1
* 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
OpenPOWER on IntegriCloud