summaryrefslogtreecommitdiff
path: root/polly/test/ForwardOpTree
AgeCommit message (Expand)Author
2025-11-14[Polly] Introduce PhaseManager and remove LPM support (#125442) (#167560)Michael Kruse
2025-11-04Revert "[Polly] Introduce PhaseManager and remove LPM support (#125442)"Aiden Grossman
2025-11-03[Polly] Introduce PhaseManager and remove LPM support (#125442)Michael Kruse
2025-10-22[polly] Remove unsafe-fp-math uses (NFC) (#164603)paperchalice
2024-05-24Reland "[polly] Port polly tests to use NPM" (#92918)rahulana-quic
2024-05-14Revert "[polly] Port polly tests to use NPM" (#92215)Eli Friedman
2024-05-14[polly] Port polly tests to use NPM (#90632)rahulana-quic
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse
2022-02-11[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: generalize eq handlingRoman Lebedev
2021-05-24Revert "[NFC] remove explicit default value for strboolattr attribute in tests"serge-sans-paille
2021-05-24[NFC] remove explicit default value for strboolattr attribute in testsserge-sans-paille
2021-02-09[Polly] Port ForwardOpTree to the NewPM.Michael Kruse
2020-11-11[Polly][OpTree] Fix mid-processing change of access kind.Michael Kruse
2020-11-11[Polly][OpTree] Better report applied changes.Michael Kruse
2020-10-20[Polly] Reuse multiple uses in operand tree.Michael Kruse
2020-05-15Fix polly tests after D79968.Eli Friedman
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-04-27[Polly] Fix long loop due to unsigned warparound.Michael Kruse
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2018-02-03[ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse
2017-11-19Port ScopInfo to the isl cpp bindingsPhilip Pfaffe
2017-10-31[ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.Michael Kruse
2017-10-27[ForwardOpTree] Reload know values.Michael Kruse
2017-09-18[ForwardOpTree] Test the max operations quota.Michael Kruse
2017-09-06[ZoneAlgo] Handle non-StoreInst/LoadInst MemoryAccesses including memset.Michael Kruse
2017-09-03[ForwardOp] Remove read accesses for all instructions that have been movedTobias Grosser
2017-08-31[ForwardOpTree] Allow forwarding in the presence of region statementsTobias Grosser
2017-08-28[ZoneAlgo] More fine-grained bail-out.Michael Kruse
2017-08-08[test] Add descriptions and pseudocode to tests. NFC.Michael Kruse
2017-08-07[ZoneAlgo] Allow two writes that write identical values into same array slotTobias Grosser
2017-08-07[ForwardOpTree] Use known array content analysis to forward load instructions.Michael Kruse
2017-07-31[ForwardOpTree] Support synthesizable values.Michael Kruse
2017-07-24[ForwardOpTree] Support read-only value uses.Michael Kruse
2017-07-22[ForwardOpTree] Support hoisted invariant loads.Michael Kruse
2017-07-22[ForwardOpTree] Introduce the -polly-optree pass.Michael Kruse