summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/DeadArgElim
AgeCommit message (Expand)Author
2025-10-23[test][Transforms] Remove unsafe-fp-math uses part 2 (NFC) (#164786)paperchalice
2025-04-10[DeadArgElim] fix verifier failure when changing musttail's function signatur...u4f3
2024-09-19Revert "[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume...Yonghong Song
2024-09-19[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (#10...yonghong-song
2024-08-31[Transforms][IPO] Add remarks for ArgumentPromotion and DeadArgumentE… (#10...yonghong-song
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer
2024-02-27Revert "Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR out...Stephen Tozer
2024-02-27Reapply "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79...Stephen Tozer
2024-02-26Revert "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#792...Stephen Tozer
2024-02-26[RemoveDIs] Print non-intrinsic debug info in textual IR output (#79281)Stephen Tozer
2024-02-05[Transforms] Convert tests to opaque pointers (NFC)Nikita Popov
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov
2023-03-16[DAE] Don't DAE if we musttail call a "live" (non-DAE-able) functionMircea Trofin
2023-01-05[Transforms] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-08[NFC] Port all DeadArgElim tests to `-passes=` syntaxRoman Lebedev
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-08-23[Globals] Treat nobuiltin fns as maybe-derefined.Florian Hahn
2022-08-23[DeadArgElim] Add test case for #48366, #57075Florian Hahn
2022-06-15[llvm] Add DW_CC_nocall to function debug metadata when either return values ...Venkata Ramanaiah Nalamothu
2022-05-19[DeadArgElim] Use poison instead of undef as placeholder for dead argumentsNuno Lopes
2022-05-12[DeadArgElim] Re-apply: Set unused arguments for internal functionsQuentin Colombet
2022-05-02Revert "[DeadArgElim] Set unused arguments for internal functions"Vitaly Buka
2022-05-02[DeadArgElim] Set unused arguments for internal functionsQuentin Colombet
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
2022-03-14[DeadArgElim] Guard against function type mismatchNikita Popov
2022-02-14[DeadArgElim] Check that function type is the sameNikita Popov
2022-01-17[test] Use opt -passes syntax in DeadArgElim lit tests. NFCBjorn Pettersson
2021-11-25[NFC][llvm] Inclusive language: reword uses of sanity test and checkZarko Todorovski
2021-09-08[ObjC][ARC] Use the addresses of the ARC runtime functions instead ofAkira Hatanaka
2021-07-25[Attributes] Remove nonnull from UB-implying attributesNikita Popov
2021-05-31[test] Properly match parameter/argument ABI attributesArthur Eubanks
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-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-29Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard
2021-03-28Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-28Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber
2021-03-28OpaquePtr: Turn inalloca into a type attributeMatt Arsenault
2021-03-25[DAE] Adjust param/arg attributes when changing parameter to undefGuozhi Wei
2021-03-04[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead ofAkira Hatanaka
2021-03-03Revert "[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead of ex...Hans Wennborg
2021-02-12[ObjC][ARC] Use operand bundle 'clang.arc.attachedcall' instead ofAkira Hatanaka
2021-02-09Revert "[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly"Nico Weber
2021-02-05[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitlyAkira Hatanaka
2021-02-05Revert "[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly"Akira Hatanaka
2021-02-05[ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitlyAkira Hatanaka
2021-01-25Revert "[ObjC][ARC] Annotate calls with attributes instead of emitting retainRV"Richard Smith
2021-01-25[ObjC][ARC] Annotate calls with attributes instead of emitting retainRVAkira Hatanaka
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault