aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Pass/PassStatistics.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-20[mlir] Migrate away from ArrayRef(std::nullopt) (NFC) (#144989)Kazu Hirata1-1/+1
2023-03-15[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski1-2/+2
2022-12-07[mlir][Pass] Fix dropped statistics with nested adaptors.Will Dietz1-2/+4
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-07-19[mlir] Fixed ordering of pass statistics.Slava Zakharin1-5/+4
2022-06-22[Support] Change TrackingStatistic and NoopStatistic to use uint64_t instead ...Mingming Liu1-1/+1
2022-05-12[mlir:Pass] Add support for op-agnostic pass managersRiver Riddle1-1/+1
2022-03-17[mlir] Use array_pod_sort for sorting stats/counters.Benjamin Kramer1-7/+8
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini1-1/+1
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini1-1/+1
2021-04-26[ADT] Remove StatisticBase and make NoopStatistic emptyFangrui Song1-0/+4
2020-09-03Decouple OpPassManager from the the MLIRContext (NFC)Mehdi Amini1-1/+1
2020-09-02Use an Identifier instead of an OperationName internally for OpPassManager id...Mehdi Amini1-1/+1
2020-04-29[mlir][Pass][NFC] Merge OpToOpPassAdaptor and OpToOpPassAdaptorParallelRiver Riddle1-14/+11
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini1-1/+1
2020-01-14Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer1-1/+1
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini1-13/+4
2019-12-18NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle1-1/+1
2019-12-09Minor spelling tweaksKazuaki Ishizaki1-1/+1
2019-12-05Add support for instance specific pass statistics.River Riddle1-0/+258