summaryrefslogtreecommitdiff
path: root/mlir/examples/toy/Ch4/parser/AST.cpp
AgeCommit message (Expand)Author
2025-08-22[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in toy Tutorial (...Mehdi Amini
2023-10-25Apply clang-tidy fixes for misc-include-cleaner in MLIR examplesMehdi Amini
2022-07-29Replace Optional::hasValue with has_value or operator bool. NFCFangrui Song
2022-07-14[mlir] (NFC) run clang-format on all filesJeff Niu
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2020-05-11[MLIR] Fix several misc issues in in Toy tutorialRahul Joshi
2020-04-14[mlir][NFC] Remove the STLExtras.h header file now that it has been merged in...River Riddle
2020-04-14[llvm][ADT] Move TypeSwitch class from MLIR to LLVMRiver Riddle
2020-04-14[llvm][STLExtras] Move the algorithm `interleave*` methods from MLIR to LLVMRiver Riddle
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-17NFC: Use this-> to appease GCC bug related to template lambda.River Riddle
2019-12-17NFC: Use TypeSwitch to simplify existing code.River Riddle
2019-11-06NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...River Riddle
2019-10-20Fix minor spelling tweaks (NFC)Kazuaki Ishizaki
2019-04-05 Add Chapter 4 for the Toy tutorial: shape inference, function specializat...Mehdi Amini