aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/Liveness.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-19[mlir] Use llvm::SmallVector::pop_back_val() (NFC) (#136452)Kazu Hirata1-2/+1
2025-03-26[mlir] Use *Set::insert_range (NFC) (#133043)Kazu Hirata1-6/+3
2024-05-23[mlir] Fix liveness analysis for block arguments (#88848)Ivan Kulagin1-0/+4
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp1-3/+3
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko1-8/+7
2022-07-15[MLIR][Liveness] Add `currentlyLiveValues`, a way to get a set of values that...bzcheeseman1-2/+69
2022-01-02Apply clang-tidy fixes for modernize-use-equals-default to MLIR (NFC)Mehdi Amini1-1/+1
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini1-2/+2
2021-07-23[MLIR][NFC] Minor cleanup in liveness.Rahul Joshi1-19/+12
2021-04-15[mlir][NFC] Add a using directive for llvm::SetVectorRiver Riddle1-1/+1
2021-03-06[mlir] Extend Operation visitor with pre-order traversalDiego Caballero1-3/+3
2020-11-04[MLIR] Support walks over regions and blocksFrederik Gossen1-29/+15
2020-11-02Revert "[MLIR] Support walks over regions and blocks"Frederik Gossen1-15/+29
2020-10-29[MLIR] Support walks over regions and blocksFrederik Gossen1-29/+15
2020-04-27[mlir] Fixed warning related to unused variable in Liveness.Marcel Koester1-1/+1
2020-04-23[mlir] Extended Liveness analysis to support nested regions.Marcel Koester1-90/+115
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-0/+2
2020-01-11[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle1-9/+9
2019-12-23NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle1-17/+17
2019-12-23Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...River Riddle1-2/+2
2019-12-23Automated rollback of commit f603a50109107b447b835dac11f0eb541288393eMLIR Team1-2/+2
2019-12-23ReImplement the Value classes as value-typed objects wrapping an internal poi...River Riddle1-2/+2
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini1-13/+4
2019-12-22NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle1-17/+17
2019-12-11Roll-forward initial liveness analysis including test cases.Alexander Belyaev1-0/+382
2019-12-11Automated rollback of commit 98fbf41044d3364dbaf18db81b9e8d9520d14761Alexander Belyaev1-382/+0
2019-12-11Add initial liveness analysis including test cases.Marcel Koester1-0/+382