summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/ADCE
AgeCommit message (Expand)Author
2025-10-23[test][Transforms] Remove unsafe-fp-math uses part 1 (NFC) (#164742)paperchalice
2025-05-02[IR] Relax convergence requirements on call (#135794)Nathan Gauër
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-01-22[llvm] Remove `undef` from `llvm/test/Transforms` tests (#123889)Yeaseen
2024-11-12[llvm] Remove `br i1 undef` from some regression tests [NFC] (#115688)Lee Wei
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2023-11-21[DebugInfo][RemoveDIs] Make dropping variable locations explicit (#72399)Jeremy Morse
2023-03-08[ADCE] Preserve MemorySSA if only debug instructions are removedMikael Holmen
2023-03-08Revert "[ADCE] Preserve MemorySSA if only debug instructions are removed"Mikael Holmen
2023-03-08[ADCE] Preserve MemorySSA if only debug instructions are removedMikael Holmen
2023-03-03Revert "[ADCE] Only remove debug intrinsics if non debug instructions are rem...Mikael Holmen
2023-03-03[ADCE] Only remove debug intrinsics if non debug instructions are removedMikael Holmen
2022-12-08[NFC] Port all ADCE tests to `-passes=` syntaxRoman Lebedev
2022-12-01[NFC] Port an assortment of tests that invoke SROA to new pass managerRoman Lebedev
2022-06-22[ADCE] Update tests to use opaque pointers (NFC)Nikita Popov
2021-09-29[test] Update some test cases to use -passes when specifying the pipelineBjorn Pettersson
2021-08-18[LICM] Remove AST-based implementationNikita Popov
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-05-21[DebugInfo] Salvage dbg.value() during ADCEDjordje Todorovic
2021-02-19[DCE] Don't remove non-willreturn callsNikita Popov
2021-02-18[DCE] Add tests for non-willreturn function being removed (NFC)Nikita Popov
2021-01-01[SimplifyCFG] Teach FoldValueComparisonIntoPredecessors() to preserve DomTree...Roman Lebedev
2020-12-17[SimplifyCFG] TryToSimplifyUncondBranchFromEmptyBlock() already knows how to ...Roman Lebedev
2020-12-17[SimplifyCFG] MergeBlockIntoPredecessor() already knows how to preserve DomTreeRoman Lebedev
2020-04-14[ADCE] Fix incorrect reporting of CFG changesMax Kazantsev
2020-04-14[Test] Add failing test that demonstrates buggy behavior of ADCEMax Kazantsev
2019-12-24Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song
2019-07-16Add missing test for r366215Amara Emerson
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-08-22[ADCE][Dominators] Reapply: Teach ADCE to preserve dominatorsJakub Kuderski
2017-08-21Revert "Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators"Sanjoy Das
2017-08-17Reapply: [ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski
2017-08-16Revert "[ADCE][Dominators] Teach ADCE to preserve dominators"Jakub Kuderski
2017-08-16[ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-03-31Fix a test to check assembly output instead of bitcode.Peter Collingbourne
2016-12-13[ADCE] Add code to remove dead branchesDavid Callahan
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13[PGO] Remove redundant VP instrumentationBetul Buyukkurt
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-29ADCE: Remove debug info intrinsics in dead scopesDuncan P. N. Exon Smith
2015-10-30[PM] Port ADCE to the new pass managerJustin Bogner
2015-10-30Whitespace. NFCJustin Bogner
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie