Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-14Use schedule trees to represent execution order of statementsTobias Grosser
2015-07-09Make non-affine statement names isl compatibleTobias Grosser
2015-06-29Add first support to delinearize A[t%2][i][j]Tobias Grosser
2015-06-26Remove code for scalar and PHI to array translationTobias Grosser
2015-06-24Add support for srem instructionTobias Grosser
2015-06-23Replace srem by function call in nonaffine test casesTobias Grosser
2015-06-18Adjust to personality function change in 239940Tobias Grosser
2015-06-04Disable output for test case that does not need outputTobias Grosser
2015-06-04Mark sdivs as 'exact' instead of lowering them ourselvesTobias Grosser
2015-06-04Ensure memory access mappings are defined for full domainTobias Grosser
2015-06-03Lower signed-divisions without rounding to ashr instructionsTobias Grosser
2015-06-03Translate power-of-two floor-division into ashrTobias Grosser
2015-05-29Exploit non-negative numeratorsTobias Grosser
2015-05-26Tighten the PHI modeling test casesTobias Grosser
2015-05-23Make use of scalar/phi code generation explicit in the testsTobias Grosser
2015-05-23Add scalar and phi code generationJohannes Doerfert
2015-05-20Use base-pointer address space when creating new access functionsTobias Grosser
2015-05-20Add printing and testing to ScopArrayInfoTobias Grosser
2015-05-13Changed renaming of local symbols by inserting a dot before the numeric suffix.Sunil Srivastava
2015-05-12Rename IslCodeGeneration to CodeGenerationTobias Grosser
2015-05-09Update isl to c3892bebc0Tobias Grosser
2015-05-03[FIX] Invalid recognition of multidimensional accessJohannes Doerfert
2015-04-29Update polly for LLVM rename of debug info metadata with DI* prefixDuncan P. N. Exon Smith
2015-04-27Remove flag '-polly-annotate-alias-scopes'Tobias Grosser
2015-04-26Use all available range information for parametersJohannes Doerfert
2015-04-26Use the original no-wrap flags for normalized AddRecsJohannes Doerfert
2015-04-21Remove target triples from test casesTobias Grosser
2015-04-21Rename 'scattering' to 'schedule'Tobias Grosser
2015-04-21Drop unneccessary -basicaa passes in DependenceInfo test casesTobias Grosser
2015-04-17[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-04-13Allow loops in non-affine subregions -- SCoP ModelingJohannes Doerfert
2015-04-13[FIX] Change old diagnostic outputJohannes Doerfert
2015-04-13Allow loops in non-affine subregions -- SCoP DetectionJohannes Doerfert
2015-04-06Upgrade testcases after LLVM r234181Duncan P. N. Exon Smith
2015-04-06Make -polly-no-tiling work againTobias Grosser
2015-04-05Sign-extend in case of non-matching bitwidthTobias Grosser
2015-04-05Do not assume all multi-parameter products are affineTobias Grosser
2015-04-05Do not use the POLLY vector code generator if only strip-mining is requestedTobias Grosser
2015-04-05[tests] Use -polly-vectorizer=polly directlyTobias Grosser
2015-03-31Do not scale tile loopsTobias Grosser
2015-03-30Drop some CLooG leftoversTobias Grosser
2015-03-30Delinearization of expressions that contain array size parametersTobias Grosser
2015-03-30Gist-simplify access relations in the context of domain constraintsTobias Grosser
2015-03-29Strip constant factors from SCoP parametersJohannes Doerfert
2015-03-28Bail out if too many alias run-time-check comparisions would be neededTobias Grosser
2015-03-28Code generate parameters and run-time checks after branching new code regionTobias Grosser
2015-03-28Drop redundant run line in checkTobias Grosser
2015-03-23Drop -polly-vectorizer-unroll-only optionTobias Grosser
2015-03-22Use schedule trees to perform post-scheduling transformationsTobias Grosser
2015-03-19Add forgotten 'FileCheck' to tiling test casesTobias Grosser