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
2021-10-08[Polly] Completely remove -polly-opt-fusion.Michael Kruse
2021-10-06[polly] Replace report_fatal_error(std::string) uses with report_fatal_error(...Simon Pilgrim
2021-10-04[NFC] Fix build failure in ScopDetectionChristopher Tetreault
2021-10-04[SCEV] Use full logic when infering flags on add and gepPhilip Reames
2021-10-02[SCEV] Stop blindly propagating flags from inbound geps to SCEV nodesPhilip Reames
2021-09-28[Polly] Check the properties of accesses to operands of a matrix-matrixRoman Gareev
2021-09-28[Polly] Reject regions entered by an indirectbr/callbr.Michael Kruse
2021-09-28Revert "[Polly] Reject reject regions entered by an indirectbr/callbr."Haowei Wu
2021-09-27[Polly] Reject reject regions entered by an indirectbr/callbr.Michael Kruse
2021-09-26[Polly] Support for InlineAsm.Michael Kruse
2021-09-26[Polly] Use VirtualUse to determine references.Michael Kruse
2021-09-26[Polly] Remove isConstCall.Michael Kruse
2021-09-24[Polly] Fix wrong redirect in test case.Michael Kruse
2021-09-24[Polly] Implement user-directed loop distribution/fission.Michael Kruse
2021-09-24Revert "[Polly] Implement user-directed loop distribution/fission."Petr Hosek
2021-09-23[Polly] Remove -polly-opt-fusion option.Michael Kruse
2021-09-23[Polly] Dissolve Isl test directory. NFC.Michael Kruse
2021-09-23[Polly] Implement user-directed loop distribution/fission.Michael Kruse
2021-09-22[Polly] Add -polly-reschedule and -polly-postopts options.Michael Kruse
2021-09-21[Polly] Don't generate inter-iteration noalias metadata.Michael Kruse
2021-09-20[Polly] Partially fix scoped alias metadataNikita Popov
2021-09-16[IR] Return AAMDNodes from Instruction::getMetadata() (NFC)Nikita Popov
2021-09-16[Polly] Remove autotools build systems from Externals. NFC.Michael Kruse
2021-09-09[polly] Fix "no member named 'getIndexExpressionsFromGEP'"Leonard Chan
2021-09-08[Polly] Compile fix after Delinearization move.Michael Kruse
2021-09-01[Polly] Use subtyped isl::schedule_nodes for ScheduleTreeVisitor. NFC.Michael Kruse
2021-09-01[Polly] Mention correct flag in debug output. NFCI.Michael Kruse
2021-08-29[Polly][test] Add dependency to count.Michael Kruse
2021-08-29[Polly] Fix dumpfunction.ll test.Michael Kruse
2021-08-29[Polly] Don't prune non-external function itself from dump.Michael Kruse
2021-08-27polly: remove the old reference to svn in the docSylvestre Ledru
2021-08-24[Polly][test] Add missing %loadPolly.Michael Kruse
2021-08-24[Polly] Don't redundantly link libPolly into unittests.Michael Kruse
2021-08-23[Polly] Never consider non-SCoP blocks as error blocks.Michael Kruse
2021-08-23[Polly] Add support for -polly-dump-before/after with NPM.Michael Kruse
2021-08-18[Polly] Introduce caching for the isErrorBlock function. NFC.Michael Kruse
2021-08-18[Polly] Break early when the result is known. NFC.Michael Kruse
2021-08-17[Polly] Fix possibly infinite loop.Michael Kruse
2021-08-17[Polly][Isl] Use isl::val::sub instead of isl::val::sub_ui. NFCRiccardo Mori
2021-08-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori
2021-08-13[Polly] Rename CodeGen -> generateCode. NFC.Michael Kruse
2021-08-13[Polly] Decompose object construction and detection algorithm. NFC.Michael Kruse
2021-08-12[Polly] Fix compiler warnings. NFC.Michael Kruse
2021-08-12[Polly] Simplify domains before gist.Michael Kruse
2021-08-05[Polly][test] Add tests for IslMaxOperationsGuard.Michael Kruse
2021-08-05[Polly][test] Test difference between isl::stat:ok() and isl::stat::error().Michael Kruse
2021-07-30[polly] Fix up regression test config with current features.Eli Friedman
2021-07-30Take OptimizationLevel class out of Pass BuilderTarindu Jayatilaka
2021-07-28Bump the trunk major version to 14llvmorg-14-initTom Stellard
2021-07-27Update isl to isl-0.24-69-g54aac5acRiccardo Mori