aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2012-11-04Tests: Pipe test files into 'opt'Tobias Grosser85-110/+110
2012-11-02Tests: remove ModuleID linesTobias Grosser69-69/+0
2012-11-02Tests: move content of .c files in .llTobias Grosser94-1110/+1158
2012-11-01Remove runtime tests from polly test suiteTobias Grosser15-26/+0
2012-11-01Dependences: Add support to calculate memory based dependencesTobias Grosser2-10/+124
2012-11-01ScopDetection: Print line numbers of detected scopsTobias Grosser2-0/+66
2012-11-01Revert multiple adress space changes in PollyTobias Grosser3-12/+7
2012-11-01Codegen: Selectively copy in array addresses for OpenMP codeTobias Grosser5-19/+7
2012-11-01CodeGen: Add scop-parameters to the OpenMP contextTobias Grosser6-3/+208
2012-11-01Codegen: Copy and restore the ValueMap and ClastVars explicitlyTobias Grosser2-33/+80
2012-10-25Another speculative commit to try to fix Polly's build. This is more delta thanChandler Carruth1-5/+8
2012-10-25Another fix for a build-bot reported API mismatch.Chandler Carruth1-1/+2
2012-10-25Try to revive the Polly builders after this LLVM API change.Chandler Carruth1-1/+2
2012-10-21autoconf/cmake: Always require isl code generation.Tobias Grosser12-149/+7
2012-10-21cmake: Use suffix for shared modules instead of the one for shared librariesTobias Grosser1-1/+1
2012-10-21RegisterPasses: Remove unreachable default case in switchTobias Grosser1-2/+0
2012-10-21www: Correct command line that loads polly into dragoneggTobias Grosser1-2/+2
2012-10-21Introduce a separate file for CMake macrosTobias Grosser2-70/+80
2012-10-16isl scheduler: Do not fail when returning an empty band listTobias Grosser3-5/+63
2012-10-16isl-codegen: Support '<' and '>'Tobias Grosser7-13/+145
2012-10-12www: Clarify that GMP is LGPL licensedTobias Grosser1-1/+2
2012-10-09Trivial change to the README, mainly to test commit access.Sameer Sahasrabuddhe1-0/+2
2012-10-08Move TargetData to DataLayout to fix build breakage caused by LLVM r16540Micah Villmow7-18/+18
2012-10-08Rename TargetData -> DataLayoutTobias Grosser2-2/+2
2012-10-07ScopLib: Support negated access functions.Tobias Grosser1-2/+3
2012-10-07Update the 'News' section on the Polly pageTobias Grosser1-0/+31
2012-10-02Add a new isl based code generationTobias Grosser3-16/+916
2012-10-02Add an ast pretty printer pass based on the isl code generatorTobias Grosser6-2/+305
2012-10-02Update isl to get the new code generationTobias Grosser1-1/+1
2012-10-02Detect the isl code generation feature correctlyTobias Grosser3-5/+5
2012-09-21Bailout if libpluto finds no scheduleTobias Grosser1-0/+3
2012-09-11Add test cases for multi-dimensional variable lengths arraysTobias Grosser5-0/+355
2012-09-11ScopInfo: Align parameters when using -polly-allow-nonaffineTobias Grosser2-0/+38
2012-09-08SCEVValidator: Add debug output that gives the reason for invalid expressionsTobias Grosser2-39/+100
2012-09-08Remove dead codeTobias Grosser2-127/+0
2012-09-08ScopGraphPrinter: Escape error messageTobias Grosser1-0/+16
2012-09-04Add dependency to intrinsics_genTobias Grosser1-0/+5
2012-09-03Update isl to a newer versionTobias Grosser1-1/+1
2012-08-30Pocc: Fix some bugs in the PoCC optimizer passTobias Grosser4-10/+24
2012-08-30Pluto: Print pluto input in debugging modeTobias Grosser1-0/+5
2012-08-27Dependences: Print dependences in -analyze outputTobias Grosser1-0/+9
2012-08-24PoCC: Simplify conditionTobias Grosser1-1/+1
2012-08-24Sort includesTobias Grosser1-2/+2
2012-08-24PoCC: Adapt to earlier vectorizer changesTobias Grosser1-2/+2
2012-08-21autoconf: Only define GPGPU_CODEGEN, if that feature is requestedTobias Grosser3-10/+7
2012-08-15Remove executable bits from html filesTobias Grosser2-0/+0
2012-08-15www documentation for using Polly with dragonegg.Tobias Grosser3-1/+73
2012-08-03Add preliminary implementation for GPGPU code generation.Tobias Grosser21-1/+1397
2012-08-03Remove 'using namespace llvm' from header fileTobias Grosser1-27/+25
2012-08-03cmake: Fix building of Polly on Apple systemTobias Grosser2-1/+11