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
2022-10-20[Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev
2022-07-27[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse
2022-07-26Remove redundaunt virtual specifiers (NFC)Kazu Hirata
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata
2022-06-30[Polly][MatMul] Abandon dependence analysis.Michael Kruse
2022-06-21[polly] #include <algorithm>Arthur Eubanks
2022-06-13[NFC][polly] Removed dead codeGuillaume Chatelet
2022-06-01[Polly] Migrate -polly-mse to the new pass manager.Yang Keao
2022-05-17[Polly] Mark classes as final by default. NFC.Michael Kruse
2022-05-16[polly] Remove 'using namespace llvm/polly' from ScopGraphPrinter.h header.Simon Pilgrim
2022-05-09[polly] migrate -polly-show to the new pass managerMichael Kruse
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2022-02-16[polly] Match function definitions and header declarations. NFC.Michael Kruse
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille
2022-01-10[SCEV] Sequential/in-order `UMin` expressionRoman Lebedev
2022-01-09Fix bugprone argument comments.Kazu Hirata
2022-01-07Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2021-12-23[Polly][SchedOpt] Account for prevectorization of multiple statements.Michael Kruse
2021-11-05[Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size objec...Riccardo Mori
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse
2021-10-13[Polly] Do not inline dumpIslObj methods. NFC.Michael Kruse
2021-10-09[Polly] Add greedy fusion algorithm.Michael Kruse
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] Use VirtualUse to determine references.Michael Kruse
2021-09-26[Polly] Remove isConstCall.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] Implement user-directed loop distribution/fission.Michael Kruse
2021-09-21[Polly] Don't generate inter-iteration noalias metadata.Michael Kruse
2021-09-01[Polly] Use subtyped isl::schedule_nodes for ScheduleTreeVisitor. NFC.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-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori
2021-08-13[Polly] Decompose object construction and detection algorithm. NFC.Michael Kruse
2021-07-30Take OptimizationLevel class out of Pass BuilderTarindu Jayatilaka
2021-07-09[Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFCRiccardo Mori
2021-06-18[Polly][Isl] Refactoring IslAstInfo::getBuild() and IslAstInfo::IslAstUserPay...patacca
2021-06-15[Polly][Isl] Replacing isl method `to_str()` with `stringFromIslObj()`. NFC.patacca
2021-06-11[Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC.patacca
2021-06-09[Polly][Matmul] Re-pack A in every iteration.Michael Kruse
2021-06-09[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca
2021-06-08Revert "[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC."patacca
2021-06-08[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca
2021-06-05[Polly] Move MatMul optimization into its own file. NFC.Michael Kruse
2021-05-18[Polly] Add support for -polly-dump-before(-file) with the NPM.Michael Kruse
2021-05-15[Polly] Run polly-update-format. NFC.Michael Kruse