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
path: root/polly/lib
AgeCommit message (Expand)Author
2015-06-04Update Polly for the AA/MemoryLocation refactoring.Chandler Carruth
2015-06-03Lower signed-divisions without rounding to ashr instructionsTobias Grosser
2015-06-03Only convert power-of-two floor-division with non-negative denominatorTobias Grosser
2015-06-03Translate power-of-two floor-division into ashrTobias Grosser
2015-05-30Dump YAML schedule tree as properly indented tree in DEBUG outputTobias Grosser
2015-05-30Add DEBUG output to -polly-scops passTobias Grosser
2015-05-30Add indvar pass to canonicalization sequenceTobias Grosser
2015-05-29Exploit non-negative numeratorsTobias Grosser
2015-05-28Update isl to 93b8e43dTobias Grosser
2015-05-27Drop const in front of iteratorTobias Grosser
2015-05-27Use value semantics for list of ScopStmt(s) instead of std::owningptrTobias Grosser
2015-05-27Drop unnecessary 'this->' pointersTobias Grosser
2015-05-23Remove unnecessary indirection through SCEVTobias Grosser
2015-05-23Use unique_ptr to clarify ownershop of ScopArrayInfoMapTobias Grosser
2015-05-23Use unique_ptr to clarify ownership of ScopStmtTobias Grosser
2015-05-23Enable scalar and PHI code generation for PollyTobias Grosser
2015-05-23Add scalar and phi code generationJohannes Doerfert
2015-05-21Replace low-level constraint building with higher level functionsTobias Grosser
2015-05-20Add diagnostic for unsigned integer comparisionsTobias Grosser
2015-05-20Drop redundant conditionTobias Grosser
2015-05-20Use base-pointer address space when creating new access functionsTobias Grosser
2015-05-20Add printing and testing to ScopArrayInfoTobias Grosser
2015-05-19Adapt to IRBuilder::CreateCall interface changeTobias Grosser
2015-05-19Update isl to 6be6768eTobias Grosser
2015-05-15Drop unused PTX generator fileTobias Grosser
2015-05-15Remove need for separate loop index counterTobias Grosser
2015-05-15Simplify string formattingTobias Grosser
2015-05-15Give each memory access a reference IDTobias Grosser
2015-05-13Update isl to 9f767f1766a0Tobias Grosser
2015-05-12Rename IslCodeGeneration to CodeGenerationTobias Grosser
2015-05-11Revert "Adjust formatting to latest clang-format change"Tobias Grosser
2015-05-09Update isl to c3892bebc0Tobias Grosser
2015-05-09Add explicit #includes for used isl featuresTobias Grosser
2015-05-09Sort include directivesTobias Grosser
2015-05-08Adjust formatting to latest clang-format changeTobias Grosser
2015-05-06Add iterators for the ArrayInfo objects of the scopTobias Grosser
2015-05-03[FIX] Invalid recognition of multidimensional accessJohannes Doerfert
2015-05-03Adding debug location information to Polly's JSCOP and dot exportsTobias Grosser
2015-04-29Update polly for LLVM rename of debug info metadata with DI* prefixDuncan P. N. Exon Smith
2015-04-27Extract IslNodeBuilder into its own fileTobias Grosser
2015-04-27Drop some unused headersTobias Grosser
2015-04-27Fix PTXGenerator after raw_pwrite_stream has been introducedTobias Grosser
2015-04-27Do not expose code generator choice in the headerTobias Grosser
2015-04-27Remove flag '-polly-annotate-alias-scopes'Tobias Grosser
2015-04-27Remove implementation of getNumberOfIterations from header [NFC]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-23JScoP Import/Export: Ensure parameters have the same isl_idTobias Grosser
2015-04-21Fix some formatting issuesTobias Grosser
2015-04-21Rename 'scattering' to 'schedule'Tobias Grosser