summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/FunctionSpecialization/function-specialization2.ll
AgeCommit message (Expand)Author
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-10-29[FuncSpec] Enable SpecializeLiteralConstant by default (#113442)Hari Limaye
2024-10-04[FuncSpec] Update tests to use --include-generated-funcs (NFC)Hari Limaye
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
2023-09-19[FuncSpec] Adjust the names of specializations and promoted stack valuesAlexandros Lamprineas
2023-06-08Reland "[FuncSpec] Replace LoopInfo with BlockFrequencyInfo"Alexandros Lamprineas
2023-05-30Revert "[FuncSpec] Replace LoopInfo with BlockFrequencyInfo"Nikita Popov
2023-05-25[FuncSpec] Enable specialization of literal constants.Alexandros Lamprineas
2023-05-22[FuncSpec] Replace LoopInfo with BlockFrequencyInfo.Alexandros 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-08-23[FuncSpec] Don't specialize function which are easy to inlineChuanqi Xu
2021-06-11Function Specialization PassSjoerd Meijer