aboutsummaryrefslogtreecommitdiff
path: root/polly/test/ScopInfo
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov1-1/+1
2023-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao1-3/+3
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-07[SCEV] Strengthen nowrap flags via ranges for ARs on construction.Florian Hahn1-1/+1
2023-01-31[Polly] Fix tests (NFC)Nikita Popov2-2/+2
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 Popov7-14/+14
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov372-3859/+3682
2022-10-20[Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regi...Michael Kruse1-19/+11
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier11-11/+11
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov1-3/+3
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse384-677/+514
2022-03-04Revert "[polly] Fix regression test after D110620."Arthur Eubanks1-1/+1
2022-02-22[polly] Remove trailing whitespace from tests. NFC.Michael Kruse11-12/+12
2022-02-17[polly] Fix regression test after D110620.Michael Kruse1-1/+1
2022-01-20[IRBuilder] Migrate and-folding to value-based FoldAnd.Florian Hahn2-2/+3
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse4-366/+0
2021-10-08[Polly] Fix test case fixing the colon.Michael Kruse1-2/+2
2021-10-09Fix typo of colon to semicolon in lit testsQiu Chaofan1-2/+2
2021-10-01[SCEV] Stop blindly propagating flags from inbound geps to SCEV nodesPhilip Reames3-5/+5
2021-09-26[Polly] Remove isConstCall.Michael Kruse2-185/+0
2021-09-20[Polly] Partially fix scoped alias metadataNikita Popov2-5/+5
2021-08-23[Polly] Never consider non-SCoP blocks as error blocks.Michael Kruse1-0/+48
2021-06-23[Polly] Fix test after D104732.Michael Kruse1-1/+1
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille17-27/+27
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille17-27/+27
2021-04-19[polly] Fix check-polly after SCEVExpander PtrToInt fixesRoman Lebedev2-6/+10
2021-01-23[Polly] Track defined behavior for PHI predecessor computation.Michael Kruse17-24/+24
2021-01-19[polly][NewPM][test] Fix polly tests under -enable-new-pmArthur Eubanks1-1/+1
2020-11-10[Polly][ScopBuilder] Use only modeled instructions to compute statement granu...Michael Kruse1-0/+32
2020-10-30[SCEV] SCEVPtrToIntExpr simplificationsRoman Lebedev2-17/+16
2020-10-30[SCEV] Introduce SCEVPtrToIntExpr (PR46786)Roman Lebedev2-16/+21
2020-07-28[FIX] Resolve test failure in polly/test/ScopInfo/memcpy-raw-source.llWei Wang1-1/+1
2020-07-06Reland "[ScalarEvolution] createSCEV(): recognize `udiv`/`urem` disguised as ...Roman Lebedev1-2/+3
2020-06-30[BasicAA] Replace -basicaa with -basic-aa in pollyArthur Eubanks31-48/+48
2020-06-27Update polly tests to use -disable-basicaa to -disable-basic-aaSimon Pilgrim1-2/+2
2020-05-20Make Value::getPointerAlignment() return an Align, not a MaybeAlign.Eli Friedman1-1/+1
2020-05-15Fix polly tests after D79968.Eli Friedman8-13/+13
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman6-10/+10
2020-02-10[Polly] Update ISL to isl-0.22.1-87-gfee05a13.Michael Kruse1-2/+2
2020-01-28[AliasAnalysis] Add missing FMRB_* enums.Eli Friedman1-2/+0
2020-01-21[polly] XFAIL memset_null.ll.Eli Friedman1-0/+2
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song9-14/+14
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song8-13/+13
2019-10-17[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.Michael Kruse1-0/+94
2019-09-13[ScopBuilder] Skip getting leader when merging statements to close holes.Michael Kruse1-0/+80
2019-05-14[Polly] Don't crash on invalid delinearization result.Eli Friedman1-0/+27
2019-05-10[ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse1-1/+1