summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/FunctionSpecialization/function-specialization5.ll
AgeCommit message (Expand)Author
2023-09-19[FuncSpec] Adjust the names of specializations and promoted stack valuesAlexandros Lamprineas
2023-03-15[FuncSpec][NFC] Command line option renaming.Alexandros Lamprineas
2022-12-23[IPSCCP] Create a Pass parameter to control specialization of functions.Alexandros Lamprineas
2022-12-10[FuncSpec] Make the Function Specializer part of the IPSCCP pass.Alexandros Lamprineas
2022-12-08Revert "[FuncSpec] Make the Function Specializer part of the IPSCCP pass."Alexandros Lamprineas
2022-12-08[FuncSpec] Make the Function Specializer part of the IPSCCP pass.Alexandros Lamprineas
2022-12-08[NFC] Port all FunctionSpecialization tests to `-passes=` syntaxRoman Lebedev
2022-11-28FunctionSpecialization: Convert tests to opaque pointersMatt Arsenault
2021-06-11Function Specialization PassSjoerd Meijer