summaryrefslogtreecommitdiff
path: root/polly/test/DeadCodeElimination
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
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-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
2021-03-24[Polly] Port DeadCodeElim to the NewPM.Michael Kruse
2020-06-30[BasicAA] Replace -basicaa with -basic-aa in pollyArthur Eubanks
2016-04-15[Polly] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang
2015-10-06tests: Drop -polly-detect-unprofitable and -polly-no-early-exitTobias Grosser
2015-07-14Use schedule trees to represent execution order of statementsTobias Grosser
2015-06-23Replace srem by function call in nonaffine test casesTobias Grosser
2015-04-21Remove target triples from test casesTobias Grosser
2015-02-27Update Polly tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Polly tests to handle explicitly typed gep changes in LLVMDavid Blaikie
2015-02-19ScopDetection: Only detect scops that have at least one read and one writeTobias Grosser
2015-02-11Add early exits for SCoPs we did not optimizeJohannes Doerfert
2015-01-01Drop all constant scheduling dimensionsTobias Grosser
2014-08-16Revert "Added support for modulo expressions"Tobias Grosser
2014-08-15Added support for modulo expressionsJohannes Doerfert
2014-07-14DeadCodeElimination: Fix liveout computationTobias Grosser
2014-07-11DeadCodeElim: Compute correct liveout for non-affine accessesTobias Grosser
2014-02-24Dead code elimination: Schedule another approximative step before actual DCETobias Grosser
2014-02-23Do not fail in case we do not have valid dependencesTobias Grosser
2014-02-21DCE: Switch to hybrid precise-unprecise analysisTobias Grosser
2014-02-20Add polyhedral dead code elimination.Tobias Grosser