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-28[polly] Format RegisterPasses.cppArthur Eubanks
2022-10-28[polly] Remove legacy pass manager hooksArthur Eubanks
2022-10-27[Polly] Add support for -polly-enable-mse with NPM.Michael Kruse
2022-10-27[Polly] Add support for -polly-export with NPM.Michael Kruse
2022-08-09LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev
2022-07-26Remove redundaunt virtual specifiers (NFC)Kazu Hirata
2022-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
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-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-15[polly][NFC] removes using-directives to fix modules buildChristopher Di Bella
2022-01-10[SCEV] Sequential/in-order `UMin` expressionRoman Lebedev
2021-12-25Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata
2021-11-11[Polly][Isl] Fix -Wsign-compare after D113101Fangrui Song
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-26[Polly] Support for InlineAsm.Michael Kruse
2021-09-26[Polly] Remove isConstCall.Michael Kruse
2021-08-29[Polly] Don't prune non-external function itself from dump.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-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori
2021-07-30Take OptimizationLevel class out of Pass BuilderTarindu Jayatilaka
2021-07-19[Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map()...Riccardo Mori
2021-07-19[Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFCRiccardo Mori
2021-07-09[Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFCRiccardo Mori
2021-07-07[Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set()...patacca
2021-07-06[Polly][Isl] Use isl::set::tuple_dim, isl::map::domain_tuple_dim and isl::map...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-05-22[Polly] Avoid compiler warning. NFC.Michael Kruse
2021-05-18[Polly] Add support for -polly-dump-after(-file) with the NPM.Michael Kruse
2021-05-18[Polly] Add support for -polly-dump-before(-file) with the NPM.Michael Kruse
2021-05-14[Polly] Add support for -polly-position=early with the NPM.Michael Kruse
2021-05-08[NewPM] Hide pass manager debug logging behind -debug-pass-manager-verboseArthur Eubanks
2021-04-24[Polly][ManualOpt] Match interpretation of unroll metadata to LoopUnrolls's.Michael Kruse
2021-03-24[Polly] Port DeadCodeElim to the NewPM.Michael Kruse