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-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
2015-03-17Fix debug info now that the verifier is onDuncan P. N. Exon Smith
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-03-12Add -polly-vectorizer=stripmineTobias Grosser
2015-03-12Drop option to prepare code for the BB vectorizerTobias Grosser
2015-03-09Shorten user report message slightlyTobias Grosser
2015-03-08Drop meaningless test caseTobias Grosser
2015-03-08Small change to create_ll.sh [NFC]Johannes Doerfert
2015-03-08Update test cases to work independently of delinearization defaultTobias Grosser
2015-03-08Add end user report message for unprofitable regions [NFC]Johannes Doerfert
2015-03-08Add sign-extension during codegen of index expressionsTobias Grosser