summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/FunctionSpecialization/function-specialization-stats.ll
AgeCommit message (Expand)Author
2023-03-15[FuncSpec][NFC] Command line option renaming.Alexandros Lamprineas
2023-03-15[FuncSpec] Minor refactoring in statistics and debug messages.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-08-23[FuncSpec] Don't specialize function which are easy to inlineChuanqi Xu
2021-06-16[FuncSpec] Remove other passes in a test RUN line. NFC.Sjoerd Meijer
2021-06-16[FuncSpec] StatisticsSjoerd Meijer