aboutsummaryrefslogtreecommitdiff
path: root/polly/test/ForwardOpTree
AgeCommit message (Expand)AuthorFilesLines
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov35-251/+250
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier1-1/+1
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia1-1/+1
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse35-36/+36
2022-02-11[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: generalize eq handlingRoman Lebedev1-8/+1
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille2-2/+2
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille2-2/+2
2021-02-09[Polly] Port ForwardOpTree to the NewPM.Michael Kruse1-0/+1
2020-11-11[Polly][OpTree] Fix mid-processing change of access kind.Michael Kruse1-0/+54
2020-11-11[Polly][OpTree] Better report applied changes.Michael Kruse1-1/+2
2020-10-20[Polly] Reuse multiple uses in operand tree.Michael Kruse2-4/+67
2020-05-15Fix polly tests after D79968.Eli Friedman18-26/+26
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman11-25/+25
2020-04-27[Polly] Fix long loop due to unsigned warparound.Michael Kruse1-0/+59
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2-2/+2
2018-02-03[ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse6-6/+6
2017-11-19Port ScopInfo to the isl cpp bindingsPhilip Pfaffe9-11/+11
2017-10-31[ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.Michael Kruse4-0/+393
2017-10-27[ForwardOpTree] Reload know values.Michael Kruse1-0/+73
2017-09-18[ForwardOpTree] Test the max operations quota.Michael Kruse1-0/+48
2017-09-06[ZoneAlgo] Handle non-StoreInst/LoadInst MemoryAccesses including memset.Michael Kruse2-0/+141
2017-09-03[ForwardOp] Remove read accesses for all instructions that have been movedTobias Grosser2-4/+60
2017-08-31[ForwardOpTree] Allow forwarding in the presence of region statementsTobias Grosser3-11/+166
2017-08-28[ZoneAlgo] More fine-grained bail-out.Michael Kruse1-0/+64
2017-08-08[test] Add descriptions and pseudocode to tests. NFC.Michael Kruse8-1/+94
2017-08-07[ZoneAlgo] Allow two writes that write identical values into same array slotTobias Grosser1-0/+56
2017-08-07[ForwardOpTree] Use known array content analysis to forward load instructions.Michael Kruse7-0/+480
2017-07-31[ForwardOpTree] Support synthesizable values.Michael Kruse5-43/+272
2017-07-24[ForwardOpTree] Support read-only value uses.Michael Kruse1-0/+84
2017-07-22[ForwardOpTree] Support hoisted invariant loads.Michael Kruse1-0/+64
2017-07-22[ForwardOpTree] Introduce the -polly-optree pass.Michael Kruse7-0/+369