Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-17[mlir] vim: add bf16 typeCullen Rhodes
2022-05-17[mlir][PDLL] Tweak the grammar to highlight partial code betterRiver Riddle
2022-05-17[mlir][Tablegen-LSP] Add support for a basic TableGen language serverRiver Riddle
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle
2022-05-13[mlir] Bump mlir-vscode to 0.0.7River Riddle
2022-05-13[mlir] Significantly overhaul the textmate grammarRiver Riddle
2022-05-10[mlir-LSP] Ensure existing documents are process synchronouslyRiver Riddle
2022-04-28[mlir] Add basic tree-sitter grammar fileJacques Pienaar
2022-04-27[mlir][PDLL] Add initial support for a PDLL compilation databaseRiver Riddle
2022-04-21[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-04-14[mlir] Fix a typo to load lsp-mode correctly.Okwan Kwon
2022-04-12[mlir-vscode] Don't emit errors if the user didn't set the server pathRiver Riddle
2022-04-12[mlir-vscode] Refactor server creation to be lazyRiver Riddle
2022-04-12[mlir-vscode] Fix processing of files not within the workspaceRiver Riddle
2022-04-05[mlir-vscode] Add better support for multiple workspace foldersRiver Riddle
2022-04-05[mlir-vscode] Add better resolution for server file pathsRiver Riddle
2022-04-05[mlir] Add the Emacs support for MLIR's LSP serverMehdi Amini
2022-04-04[MLIR] Fix MLIR vim syntax fileSergei Grechanik
2022-03-19[mlir][PDLL] Add an initial language server for PDLLRiver Riddle
2022-03-17[mlir][vscode] Don't inject inside stringsJacques Pienaar
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-02-22[mlir][spirv] Fix SPIR-V spec parserAlexander Batashev
2022-02-15[mlir][spirv] Add OpenCL fma op and loweringIvan Butygin
2022-01-28[mlir] Set up boilerplate build for MLIR benchmarksSaurabh Jha
2022-01-19[mlir][textmate] Add support for function visibilityJacques Pienaar
2022-01-07Update mlir GDB printersChristian Sigg
2022-01-03Fix doc on how to run clang-tidy on MLIR codebase (NFC)Mehdi Amini
2022-01-03Add a script to run clang-tidy on the entire MLIR codebaseMehdi Amini
2021-12-20[mlir][vim] Add comment for markdown highlightingJacques Pienaar
2021-12-17[mlir][vscode] Highlight inside c++ raw stringsJacques Pienaar
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle
2021-10-27[mlir] gen_spirv_dialect.py: Some support for OCL ops generationCaitlyn Cano
2021-10-25[MLIR][Math] Add erf to math dialectBoian Petkantchin
2021-10-13[mlir][spirv] Add memory semantics verify for atomic operationsxndcn
2021-10-05[mlir][spirv] Fix path in define_enum.sh scriptLei Zhang
2021-09-21Update MLIR generate-test-checks.py to add the notice from the source into th...Mehdi Amini
2021-08-03[vscode-mlir] Add proper support for mlir markdown codeblocksRiver Riddle
2021-07-31[vscode-mlir] Fix the package repo url.River Riddle
2021-07-31[mlir-vscode] Create a proper output channel for the MLIRContextRiver Riddle
2021-07-31[vscode-mlir] Update package.json in preparation for publishingRiver Riddle
2021-06-29[vscode-mlir] Add support for restarting the server on setting/server changesRiver Riddle
2021-06-18[MLIR] Introduce scf.execute_region opUday Bondhugula
2021-06-10[mlir-vscode] Fix dependencies to enable packaging the extension properly.River Riddle
2021-04-22[mlir] Add a vscode language extension for MLIRRiver Riddle
2021-02-22[mlir] Add simple jupyter kernelJacques Pienaar
2021-01-22[mlir][spirv] Fix script for availability autogen and refresh opsLei Zhang
2021-01-21[mlir]][SPIRV] Define OrderedOp and UnorderedOp and add lowerings from Standard.MaheshRavishankar
2021-01-21[mlir][SPIRV] Rename OpSpecConstantOperation -> OpSpecConstantOpMaheshRavishankar
2021-01-15[mlir] Add better support for f80 and f128Valentin Clement
2020-12-18[mlir] Move `std.tensor_cast` -> `tensor.cast`.Sean Silva