summaryrefslogtreecommitdiff
path: root/llvm/unittests/CodeGen/PassManagerTest.cpp
AgeCommit message (Expand)Author
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2024-11-14Overhaul the TargetMachine and LLVMTargetMachine Classes (#111234)Matin Raayai
2024-04-30[NewPM][CodeGen] Add `MachineFunctionAnalysis` (#88610)paperchalice
2024-04-13[NewPM] Set diagnostic handler in `MachineModuleAnalysis` (#88229)paperchalice
2024-02-22[NewPM/CodeGen] Rewrite pass manager nesting (#81068)Arthur Eubanks
2024-02-07[NewPM/Codegen] Move MachineModuleInfo ownership outside of analysis (#80937)Arthur Eubanks
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-05-21[unittests][CodeGen] Mark tests that cannot be executed with GTEST_SKIP()Igor Kudrin
2021-05-07[NewPM] Move analysis invalidation/clearing logging to instrumentationArthur Eubanks
2020-08-07Reland "Revert "[NewPM][CodeGen] Introduce machine pass and machine pass mana...Yuanfang Chen
2020-08-07Revert "[NewPM][CodeGen] Introduce machine pass and machine pass manager"Yuanfang Chen
2020-08-07[NewPM][CodeGen] Introduce machine pass and machine pass managerYuanfang Chen