summaryrefslogtreecommitdiff
path: root/polly/test/Simplify
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-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-22[polly] Remove trailing whitespace from tests. NFC.Michael Kruse
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-01-23[Polly] Gist new access relations using the SCoP context.Michael Kruse
2020-09-20[Polly][NewPM] Port Simplify to the new pass managerPengxuan Zheng
2020-08-22[Polly] Fix use-after-free.Michael Kruse
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2018-07-28[test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse
2018-06-08[Polly] Fix a testcase after LLVM commit r334318Krzysztof Parzyszek
2018-02-03[ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse
2017-10-26[Simplify] Mark (and sweep) based on latest access relation.Michael Kruse
2017-09-21[ScopInfo] Use map for value def/PHI read accesses.Michael Kruse
2017-09-05[Simplify] Actually remove unsed instruction from region header.Michael Kruse
2017-08-10[JSON] Make the failure to parse a jscop file a hard errorPhilip Pfaffe
2017-08-01[Simplify] Rewrite redundant write detection algorithm.Michael Kruse
2017-08-01[Simplify] Improve scalability.Michael Kruse
2017-07-31[Simplify] Remove all kinds of redundant scalar writes.Michael Kruse
2017-07-29[Simplify] Implement write accesses coalescing.Michael Kruse
2017-07-29[test] Add test case for -polly-simplify. NFC.Michael Kruse
2017-07-28[Simplify] Do not remove dependencies of phis within region stmts.Michael Kruse
2017-07-28[Simplify] Fix typo in statistics output. NFC.Michael Kruse
2017-07-28[Simplify] Remove empty partial accesses first. NFC.Michael Kruse
2017-07-27[Simplify] Count PHINodes in simplifiable exit nodes as escaping use.Michael Kruse
2017-07-26[Simplify] Fix invalid removal write for escaping values.Michael Kruse
2017-07-25[ScopInfo] Fix assertion for PHIs not in a region stmts entry.Michael Kruse
2017-07-22[Simplify] Remove partial write accesses with empty domain.Michael Kruse
2017-07-20[Simplify] Remove unused instructions and accesses.Michael Kruse
2017-07-11[Simplify] Also remove redundant writes which originally came from PHI nodesTobias Grosser
2017-07-11[tests] Set -polly-import-jscop-dir=%S alwaysTobias Grosser
2017-07-11[Simplify] Add test case which we currently missTobias Grosser
2017-06-06[Simplify] Use execution order of memory accesses.Michael Kruse
2017-05-13[Simplify] Remove identical write removal. NFC.Michael Kruse
2017-05-13[Simplify] Remove writes that are overwritten.Michael Kruse
2017-05-11[Simplify] Remove identical scalar writes.Michael Kruse
2017-03-10[Simplify] Add -polly-simplify pass.Michael Kruse