summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/FunctionSpecialization/function-specialization-minsize.ll
AgeCommit message (Expand)Author
2023-09-19[FuncSpec] Adjust the names of specializations and promoted stack valuesAlexandros 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-21[FuncSpec] Add minsize test. NFC.Sjoerd Meijer