summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/Visitors.cpp
AgeCommit message (Expand)Author
2023-03-06[mlir][IR][NFC] Move `walk` definitions to header fileMatthias Springer
2023-02-24[mlir][IR] Add Iterator template option to IR walkersMatthias Springer
2022-07-15[mlir] check whether region and block visitors are interruptedAshay Rane
2022-01-14[MLIR] Introduce generic visitors.Rahul Joshi
2021-03-06[mlir] Add 'Skip' result to Operation visitorDiego Caballero
2021-03-06[mlir] Extend Operation visitor with pre-order traversalDiego Caballero
2020-11-04[MLIR] Support walks over regions and blocksFrederik Gossen
2020-11-02Revert "[MLIR] Support walks over regions and blocks"Frederik Gossen
2020-10-29[MLIR] Support walks over regions and blocksFrederik Gossen
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2020-01-20[mlir] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-08-30Add support for early exit walk methods.River Riddle
2019-08-29Refactor the 'walk' methods for operations.River Riddle