History log of /llvm-project/mlir/lib/Debug/CLOptionsSetup.cpp (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0aea1f2f 21-Jun-2024 Nikita Popov <npopov@redhat.com>

[mlir] Add missing ManagedStatic.h includes (NFC)


Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4
# 39c0ebd5 20-Oct-2023 Mehdi Amini <joker.eph@gmail.com>

Apply clang-tidy fixes for readability-identifier-naming in CLOptionsSetup.cpp (NFC)


Revision tags: llvmorg-17.0.3, llvmorg-17.0.2
# f33afea2 03-Oct-2023 Antonio Cortes Perez <antonio.cortes.perez@gmail.com>

[mlir] Add an Observer for profiling actions to a stream. (#67251)

The profile is stored in the Chrome trace event format.

Added the --profile-action-to=<file> option to mlir-opt.


Revision tags: llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1, llvmorg-18-init, llvmorg-16.0.6, llvmorg-16.0.5, llvmorg-16.0.4, llvmorg-16.0.3
# 6dc83c15 24-Apr-2023 Mehdi Amini <joker.eph@gmail.com>

[MLIR] Fix build, obivous typos in cca510640


Revision tags: llvmorg-16.0.2, llvmorg-16.0.1, llvmorg-16.0.0, llvmorg-16.0.0-rc4
# cca51064 26-Feb-2023 Mehdi Amini <joker.eph@gmail.com>

Refactor the mlir-opt command line options related to debugging in a helper

This makes it reusable across various tooling and reduces the amount of
boilerplate needed.

Differential Revision: https:

Refactor the mlir-opt command line options related to debugging in a helper

This makes it reusable across various tooling and reduces the amount of
boilerplate needed.

Differential Revision: https://reviews.llvm.org/D144818

show more ...