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
AgeCommit message (Expand)Author
2017-09-04[CodegenCleanup] Use old GVN pass instead of NewGVNTobias Grosser
2017-09-04[ISLTools]: Move singleton to isl++Tobias Grosser
2017-09-04[DeLICM] Move some functions to isl++ [NFC]Tobias Grosser
2017-09-03[ForwardOp] Remove read accesses for all instructions that have been movedTobias Grosser
2017-09-03[IslAst] Do not assert in case of empty min/max alias locationsTobias Grosser
2017-09-03[IslAst] Move buildCondition to isl++Tobias Grosser
2017-09-03[ScopHelper] Do not crash on unreachable blocksTobias Grosser
2017-09-03[ForwardOpTree] Fix typos. NFC.Michael Kruse
2017-09-02[ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser
2017-09-01[ISLNodeBuilder] Materialize Fortran array sizes of arrays without memory acc...Siddharth Bhat
2017-09-01Fix Memory Access of failing tests.Michael Kruse
2017-09-01Run GVN during the cleanupRoman Gareev
2017-09-01Drop unused statistic counterTobias Grosser
2017-08-31[polly] Fix non-deterministic output due to iteration of unordered ScopArrayInfoMandeep Singh Grang
2017-08-31Use the information about the target cache provided by the TargetTransformInfo.Roman Gareev
2017-08-31[ForwardOpTree] Allow forwarding in the presence of region statementsTobias Grosser
2017-08-31[PPCGCodeGen] Convert intrinsics to libdevice functions whenever possible.Siddharth Bhat
2017-08-31[BlockGenerator] Generate entry block of regions from instruction listsTobias Grosser
2017-08-31[ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser
2017-08-31Revert "[ScopInfo] Use statement lists for entry blocks of region statements"Tobias Grosser
2017-08-31Revert "[BlockGenerator] Generate entry block of regions from instruction lists"Tobias Grosser
2017-08-30Adapt testcase to LLVM change in DIGlobalVariableExpression.Adrian Prantl
2017-08-30[BlockGenerator] Generate entry block of regions from instruction listsTobias Grosser
2017-08-30[ScopInfo] Use statement lists for entry blocks of region statementsTobias Grosser
2017-08-30[ScopBuilder/ScopInfo] Move reduction detection to ScopBuilder. NFC.Michael Kruse
2017-08-30[ScopBuilder/ScopInfo] Move ScopStmt::collectSurroundingLoops to ScopBuilder....Michael Kruse
2017-08-30[ScopBuilder/ScopInfo] Move ScopStmt::buildDomain to ScopBuilder. NFC.Michael Kruse
2017-08-30[ScopBuilder/ScopInfo] Move ScopStmt::buildAccessRelations to ScopBuilder. NFC.Michael Kruse
2017-08-30[ScopBuilder/ScopInfo] Move and inline Scop::init into ScopBuilder::buildScop...Michael Kruse
2017-08-30[ScopBuilder] Report to dbgs() on SCoP bailout. NFC.Michael Kruse
2017-08-30[ScopBuilder] Introduce metadata for splitting scop statement.Michael Kruse
2017-08-29Do not consider mem intrinsics as error.Michael Kruse
2017-08-29Skip ignored intrinsics.Michael Kruse
2017-08-29[ScopInfo] Fix comment grammar. "..to be build" -> "..to be built". [NFC]Siddharth Bhat
2017-08-28[ZoneAlgo] More fine-grained bail-out.Michael Kruse
2017-08-28[IslAst] Do not compare arrays in alias check which are known to be identicalTobias Grosser
2017-08-28[PM] Properly require and preserve OptimizationRemarkEmitter. NFCI.Michael Kruse
2017-08-28[ZoneAlgo] Print rejection reasons to llvm::dbgs(). NFC.Michael Kruse
2017-08-28[Detect] Consider nested loop profitable if entry block is not in loopTobias Grosser
2017-08-27[Polly][GPGPU] Fixed undefined reference for CUDA's managed memory in Runtime...Philipp Schaad
2017-08-26[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko
2017-08-25[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko
2017-08-24Revert "[polly] Fix ScopDetectionDiagnostic test failure caused by r310940"Tobias Grosser
2017-08-24[CodeGen] Detect impossible partial write conditions more reliably.Michael Kruse
2017-08-24[Polly] [PPCGCodeGeneration] Mild refactoring of checking validity of functio...Siddharth Bhat
2017-08-24[Polly][WIP] Scalar fully indexed expansionAndreas Simbuerger
2017-08-23Add more statistics.Michael Kruse
2017-08-23[ScopDetect] Include zero-iteration loops in loop count.Michael Kruse
2017-08-23[ScopInliner] Fix hidden overload warning. NFC.Michael Kruse
2017-08-23[MaximumStaticExpansion] Avoid warning in release builds.Michael Kruse