summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/LocationSnapshot.cpp
AgeCommit message (Expand)Author
2025-01-07[mlir][Transforms] Make LocationSnapshotPass respect OpPrintingFlags (#119373)Michael Jungmair
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-02-15[mlir] Expose printer flags in AsmStateSergei Grechanik
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle
2021-07-10[mlir] Added OpPrintingFlags to AsmState and SSANameState.Itai Zukerman
2021-02-26[mlir] Simplify various pieces of code now that Identifier has access to the ...River Riddle
2020-04-07[mlir][Pass] Update the PassGen to generate base classes instead of utilitiesRiver Riddle
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-04-01[mlir][Pass] Add support for generating pass utilities via tablegenRiver Riddle
2020-04-01[mlir][Pass] Add a tablegen backend for defining Pass informationRiver Riddle
2020-02-08[mlir] Add support for generating debug locations from intermediate levels of...River Riddle