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
2016-12-31Update to isl-0.18-43-g0b4256fTobias Grosser
2016-12-28Update to isl-0.18-28-gccb9f33Tobias Grosser
2016-12-26Update to isl-0.18-17-g2844ebfTobias Grosser
2016-12-25Specify the default values of the cache parametersRoman Gareev
2016-12-23ScheduleOptimizer: Fix spelling of option '-polly-target-throughput-vector-fma'Tobias Grosser
2016-12-23Update isl to isl-0.18-9-gd4734f3Tobias Grosser
2016-12-21Change the determination of parameters of macro-kernelRoman Gareev
2016-12-21Align newly created arrays to the first level cache line boundaryRoman Gareev
2016-12-21[Polly] Use three-dimensional arrays to store packed operands of the matrixRoman Gareev
2016-12-20Fix debug info metadata for upstream change in LLVM.Adrian Prantl
2016-12-19Fix clang-formatTobias Grosser
2016-12-19Fix format after recent clang-format change.Daniel Jasper
2016-12-17Add isl_multi_pw_aff to GICHelperAlexandre Isoard
2016-12-16Revert "Fix debug info metadata for upstream change in LLVM."Adrian Prantl
2016-12-16Fix debug info metadata for upstream change in LLVM.Adrian Prantl
2016-12-15Restrict ranges of extension mapsRoman Gareev
2016-12-15[NFC] Fix typos in getMacroKernelParams.Roman Gareev
2016-12-15The order of the loops defines the data reused in the BLIS implementation ofRoman Gareev
2016-12-15Remove references to AssumptionCache. NFC.Michael Kruse
2016-12-13Adjust clang-format formatting to r289531Tobias Grosser
2016-12-12[ScheduleOptimizer] Fix memory leak. NFC.Michael Kruse
2016-12-07Add unittests for foreach(Elt|Piece). NFC.Michael Kruse
2016-12-07Add more ISL foreachElt functions. NFC.Michael Kruse
2016-12-07Add IslPtr type traits. NFC.Michael Kruse
2016-12-06Update to isl-0.17.1-314-g3106e8dMichael Kruse
2016-12-02Allow to disable unsigned operations (zext, icmp ugt, ...)Johannes Doerfert
2016-12-02Do not allow multiple possibly aliasing ptrs in an expressionJohannes Doerfert
2016-12-02Rerun mem2reg after the inlinerJohannes Doerfert
2016-12-02[ScopInfo] Fold constant coefficients in array dimensions to the rightTobias Grosser
2016-12-02[ScopInfo] Separate construction and finalization of memory accesses [NFC]Tobias Grosser
2016-12-01[NFC] Check for feasibility prior to the profitability checkJohannes Doerfert
2016-12-01[FIX] Do not try to hoist obviously overwritten loadsJohannes Doerfert
2016-12-01Add newline at end of debug printTobias Grosser
2016-11-29Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko
2016-11-29[DeLICM] Add pass boilerplate code.Michael Kruse
2016-11-29canSynthesize: Remove unused argument LI. NFC.Michael Kruse
2016-11-29Update for clang-format change in r288119Tobias Grosser
2016-11-26[ScopInfo] Use SCEVRewriteVisitor to simplify SCEVSensitiveParameterRewriter ...Tobias Grosser
2016-11-26[ScopDetect] Expand statistics of the detected scopsTobias Grosser
2016-11-26[ScopDetectionDiagnostic] Collect statistics for each diagnostic typeTobias Grosser
2016-11-26[ScopDetectionDiagnostic] IrreducibleRegion is a subclasses of CFGTobias Grosser
2016-11-26[ScopDetectionDiagnostic] Remove leftover RejectReasonKind for Conditions [NFC]Tobias Grosser
2016-11-26[ScopDectionDiagnostic] Use scoped enums instead three letter prefix [NFC]Tobias Grosser
2016-11-24Fix typo.Hongbin Zheng
2016-11-23Update to isl-0.17.1-284-gbb38638Tobias Grosser
2016-11-22[CodeGen] Add flag to code-generate most memory access expressionsTobias Grosser
2016-11-22[test] Simplify test case by removing unreferenced instructions [NFC]Tobias Grosser
2016-11-22[test] Ensure important basic blocks in test case have side effectsTobias Grosser
2016-11-22test: add more details to non-affine test caseTobias Grosser
2016-11-21Update comment for r287566Hongbin Zheng