JJakub Kuderski[mlir][spirv] Rename spv.ocl to spv.cl. NFC.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add a mlir natvis file for debugging with Visual Studio Differential Revision: https://reviews.llvm.org/D89601 | 5 年前 | |
Fix doc on how to run clang-tidy on MLIR codebase (NFC) | 4 年前 | |
[mlir] Fix a typo to load lsp-mode correctly. Differential Revision: https://reviews.llvm.org/D123745 | 4 年前 | |
[gdb-scripts] Add to_string methods to printer implementations Some GDB versions require all prettyprinter classes to define to_string. This commit adds these definitions. Reviewed By: csigg Differential Revision: https://reviews.llvm.org/D127969 | 3 年前 | |
[mlir] Fix usages of run-reproducer. There is no need to specify run-reproducer explicitly anymore. Differential Revision: https://reviews.llvm.org/D129010 | 3 年前 | |
[mlir][mbr] Improve diagnostics on error with raise from. This commit extends the raise statements on errors in user-provided code with from e clauses that attach the original exception to the one being raised. This allows to debug the root cause of the error more easily. Reviewed By: SaurabhJha Differential Revision: https://reviews.llvm.org/D129762 | 3 年前 | |
[mlir][spirv] Rename spv.ocl to spv.cl. NFC. This is to improve the consistency within the SPIR-V dialect and to make op names a bit shorter. Reviewed By: antiagainst Differential Revision: https://reviews.llvm.org/D130194 | 3 年前 | |
[mlir] Significantly overhaul the textmate grammar The current grammar is really crusty, only supports a handful of cases, and is also out-of-date after various refactorings. This commit refactors the textmate grammar to handle significantly more cases, and now provides proper coloring for a majority of cases (including dialect attributes, operations, types, etc.) Differential Revision: https://reviews.llvm.org/D125458 | 4 年前 | |
[mlir] Remove the type keyword from type alias definitions This was carry over from LLVM IR where the alias definition can be ambiguous, but MLIR type aliases have no such problems. Having the type keyword is superfluous and doesn't add anything. This commit drops it, which also nicely aligns with the syntax for attribute aliases (which doesn't have a keyword). Differential Revision: https://reviews.llvm.org/D125501 | 4 年前 | |
[mlir] vim: add bf16 type | 4 年前 | |
[vscode-mlir] add tablegen <> bracket colorization Add support for colorizing angle brackets "<>" in TableGen files. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D128229 | 3 年前 | |
Update MLIR generate-test-checks.py to add the notice from the source into the generated file Folks may not read the source of the tool and miss these instructions. Differential Revision: https://reviews.llvm.org/D110082 | 4 年前 |