aboutsummaryrefslogtreecommitdiff
path: root/polly
AgeCommit message (Expand)AuthorFilesLines
2021-10-18Remove "In Progress" text from release notesTom Stellard1-7/+1
2021-07-27Update isl to isl-0.24-69-g54aac5acRiccardo Mori23-28/+334
2021-07-23Revert "Update isl to isl-0.24-69-g54aac5ac"Riccardo Mori20-331/+25
2021-07-23Update isl to isl-0.24-69-g54aac5acRiccardo Mori20-25/+331
2021-07-19[Polly][Isl] Stop using isl::set::lex_le_set. NFCRiccardo Mori2-8/+7
2021-07-19[Polly] Use isl::set::tuple_dim instead of isl::set::dim. NFCRiccardo Mori1-1/+1
2021-07-19[Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map()...Riccardo Mori13-39/+32
2021-07-19[Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFCRiccardo Mori14-68/+39
2021-07-18[polly] Fix uses of deprecated overload of IRBuilder::CreateGEP.Eli Friedman1-5/+7
2021-07-18[polly] Fix regression tests with POLLY_ENABLE_GPGPU_CODEGENEli Friedman1-1/+2
2021-07-18[polly] Get rid of a couple uses of PointerType::getElementType().Eli Friedman1-5/+4
2021-07-17[OpaquePtr] Remove uses of CreateGEP() without element typeNikita Popov2-4/+7
2021-07-17[OpaquePtr] Remove uses of CreateInBoundsGEP() without element typeNikita Popov1-2/+3
2021-07-14[Polly] Fix misleading debug message. NFC.Michael Kruse1-7/+2
2021-07-13[Polly] Fix typo. NFC.Michael Kruse1-1/+1
2021-07-09[Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFCRiccardo Mori12-3960/+3958
2021-07-09[Polly][Isl] Update isl to isl-0.24-52-gd7be01f7patacca12-18/+1325
2021-07-07[Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set()...patacca7-19/+12
2021-07-06[Polly][Isl] Use isl::set::tuple_dim, isl::map::domain_tuple_dim and isl::map...patacca11-37/+56
2021-07-04[Polly][Isl] Update isl to isl-0.24-47-g8853f375patacca112-9668/+81473
2021-06-24[Polly][ScopInliner] Indicate if the IR has changed.Michael Kruse1-2/+5
2021-06-23[Polly] Fix test after D104732.Michael Kruse1-1/+1
2021-06-18[Polly][Isl] Refactoring IslAstInfo::getBuild() and IslAstInfo::IslAstUserPay...patacca3-40/+23
2021-06-18[polly][GPGPU] Fixup related to overloading exponent type in llvm.powiBjorn Pettersson2-4/+4
2021-06-15[Polly][Isl] Replacing isl method `to_str()` with `stringFromIslObj()`. NFC.patacca9-596/+102
2021-06-11[Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC.patacca19-350/+135
2021-06-09[Polly][Matmul] Re-pack A in every iteration.Michael Kruse14-1047/+154
2021-06-08[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca14-224/+48
2021-06-08Revert "[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC."patacca13-46/+222
2021-06-08[Polly][Isl] Removing nullptr constructor from C++ bindings. NFC.patacca13-222/+46
2021-06-04[Polly] Move MatMul optimization into its own file. NFC.Michael Kruse9-1192/+1244
2021-06-01[polly] Fix SCEVLoopAddRecRewriter to avoid invalid AddRecs.Eli Friedman1-0/+56
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille71-111/+111
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille71-111/+111
2021-05-22[Polly] Avoid compiler warning. NFC.Michael Kruse1-2/+0
2021-05-17[Polly] Add support for -polly-dump-after(-file) with the NPM.Michael Kruse2-11/+21
2021-05-17[Polly] Add support for -polly-dump-before(-file) with the NPM.Michael Kruse5-59/+161
2021-05-14[Polly] Run polly-update-format. NFC.Michael Kruse1-1/+1
2021-05-14[Polly] Add support for -polly-position=early with the NPM.Michael Kruse7-60/+345
2021-05-07[NewPM] Hide pass manager debug logging behind -debug-pass-manager-verboseArthur Eubanks1-7/+5
2021-05-07Internalize some cl::opt global variables or move them under namespace llvmFangrui Song1-1/+1
2021-05-05Make dependency between certain analysis passes transitive (reapply)Bjorn Pettersson1-0/+4
2021-04-28Fixed TyposJennifer Chukwu1-1/+1
2021-04-24[Polly][ManualOpt] Match interpretation of unroll metadata to LoopUnrolls's.Michael Kruse7-46/+179
2021-04-24[Polly] Fix stage 2 clang -Wdeprecated-copy after D79714Fangrui Song1-1/+0
2021-04-21[Polly] Explicitly include all std headersKrzysztof Parzyszek1-0/+6
2021-04-21[PollyACC] Fix declaration/stub definition mismatch. NFC.Michael Kruse1-78/+89
2021-04-21[PollyACC] Configure PollyPPCG only if needed.Michael Kruse1-76/+100
2021-04-21[PollyACC] Fix implicit function definitions. NFC.Michael Kruse1-0/+1
2021-04-19[polly] Fix check-polly after SCEVExpander PtrToInt fixesRoman Lebedev2-6/+10