aboutsummaryrefslogtreecommitdiff
path: root/polly/test
AgeCommit message (Expand)AuthorFilesLines
2024-02-14[polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of explic...Karthika Devi C1-2/+2
2024-02-12[polly] Make reduction detection checks more robust - part 2 (#80721)Karthika Devi C3-6/+6
2024-02-09[Polly][DebugInfo] Use getStableDebugLoc to avoid intrinsic-dependent behavio...Stephen Tozer2-5/+5
2024-01-30[polly] Make reduction detection checks more robust - part 1 (#75297)Karthika Devi C2-0/+83
2024-01-08[polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in pol...Karthika Devi C1-0/+99
2024-01-02Revert "[polly][ScheduleOptimizer] Fix long compile time(hang) reported in po...Eli Friedman1-94/+0
2024-01-02[polly][ScheduleOptimizer] Fix long compile time(hang) reported in polly (#75...Karthika Devi C1-0/+94
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov4-8/+8
2023-10-31[SCEV] Teach SCEVExpander to use zext nneg when possible (#70815)Philip Reames1-1/+1
2023-09-18[IR] Remove unnecessary bitcast from CreateMalloc()Nikita Popov1-7/+7
2023-09-05Bug fix for multi-line labels in CFG dot graphMarek Sedláček1-1/+1
2023-08-17Headers for basic blocks in CFG dot graphsMarek Sedláček1-1/+1
2023-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao2-10/+10
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-157/+226
2023-04-28[polly] Drop redundant use of -instnamer in polly MemAccess lit testsBjorn Pettersson4-4/+4
2023-04-27[Polly] Update polly test after SCEV changesNikita Popov1-1/+1
2023-04-27[GlobalOpt] Don't replace the aliasee if it has other references.DianQK1-2/+0
2023-03-17[Polly] Convert remaining tests to opaque pointers (NFC)Nikita Popov18-260/+249
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov39-454/+461
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov7-125/+118
2023-03-17[SCEVExpander] Always use scevgep as nameNikita Popov2-6/+6
2023-03-10[polly][test] Fix after 7c3c98144Arthur Eubanks2-10/+6
2023-03-08[Polly] Remove Polly-ACC.Michael Kruse76-6002/+0
2023-03-08[Polly] Remove -polly-vectorizer=polly.Michael Kruse29-1384/+4
2023-03-07[SCEV] Strengthen nowrap flags via ranges for ARs on construction.Florian Hahn1-1/+1
2023-02-27[polly] Remove unnecessary -enable-new-pm flagsArthur Eubanks3-4/+4
2023-01-31[Polly] Fix tests (NFC)Nikita Popov2-2/+2
2023-01-25[Polly] Remove failing Polly-ACC test.Michael Kruse1-106/+0
2023-01-25[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov7-110/+104
2023-01-20[polly] Fix i8 alignment in datalayout of lit testJannik Silvanus2-2/+2
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov89-134/+134
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov1035-8972/+8635
2023-01-13[Polly] Fix REQUIRES for nvptx-dependent testsPaul Robinson12-46/+29
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker4-4/+4
2022-11-21[llvm,polly,clang] Stop setting config.enable_shared in most placesNico Weber1-1/+0
2022-10-28[polly][test] Remove -polly-target from testsArthur Eubanks4-4/+4
2022-10-28[polly] Remove legacy pass manager hooksArthur Eubanks3-34/+11
2022-10-26[Polly] Add support for -polly-export with NPM.Michael Kruse1-0/+60
2022-10-20[Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse1-19/+11
2022-09-14[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-25Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are...John Ericson1-1/+1
2022-08-24Exclude check-polly-unittests and check-polly-isl from check-allEli Friedman1-0/+2
2022-08-24[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-...John Ericson1-1/+1
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-1/+1
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-1/+1
2022-08-17[test] Propagate HWASAN_OPTIONSVitaly Buka1-0/+2
2022-08-14[Polly] Remove the test case that depends on InstCombine and DeLICM.Roman Gareev1-79/+0
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier16-16/+16
2022-08-07[Polly] Suppress the LLVM-IR output for pattern matching tests, if there is n...Roman Gareev4-5/+5
2022-08-07[Polly] Generalize the pattern matching to the case of tensor contractionsRoman Gareev17-11/+879