index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
tools
/
mlir-translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Mark the MLIR tools for installation in CMake
Kern Handa
2020-02-05
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Drop unnecessary dependences from mlir-translate
Uday Bondhugula
2019-11-18
1
-6
/
+0
*
mlir-translate: support -verify-diagnostics
Alex Zinenko
2019-11-07
1
-2
/
+22
*
[ROCm] Adding ROCDL Dialect.
Deven Desai
2019-09-27
1
-0
/
+1
*
Let mlir-translate support -split-input-file
Lei Zhang
2019-09-23
1
-3
/
+24
*
Change MLIR translation functions signature
Lei Zhang
2019-09-17
1
-2
/
+21
*
InitLLVM already initializes PrettyStackTraceProgram
Jacques Pienaar
2019-08-18
1
-2
/
+0
*
Split out TranslateClParser and add new parse method that reuses SourceMgr.
Jacques Pienaar
2019-06-26
2
-108
/
+5
*
[spirv] Basic serializer and deserializer
Lei Zhang
2019-06-22
1
-0
/
+2
*
Add keywords in target_link_libraries post add_llvm_executable.
Jacques Pienaar
2019-06-01
1
-1
/
+1
*
Replace usages of 'add_executable' with 'add_llvm_executable'.
River Riddle
2019-06-01
1
-1
/
+1
*
Use SourceMgrDiagnosticHandler in mlir-translate for translations from ML...
Jacques Pienaar
2019-06-01
1
-50
/
+59
*
Reserve the required capacity to avoid pointer invalidations for translat...
Smit Hinsu
2019-05-06
1
-2
/
+8
*
Add transformation of the NVVM dialect to an LLVM module. Only handles
Stephan Herhut
2019-05-06
2
-1
/
+2
*
Update the Function and Module verifiers to return LogicalResult instead ...
River Riddle
2019-04-02
1
-1
/
+1
*
Fix MacOS build
Mehdi Amini
2019-04-01
1
-1
/
+1
*
Add build files and update README.
Jacques Pienaar
2019-03-30
1
-0
/
+19
*
Continue pushing const out of the IR types - removing the notion of a 'const
Chris Lattner
2019-03-29
1
-2
/
+1
*
Verify IR produced by TranslateToMLIR functions
Smit Hinsu
2019-03-29
1
-2
/
+3
*
Extract openInputFile() into Support/FileUtilities
Lei Zhang
2019-03-29
1
-5
/
+5
*
Create the Support library.
Alex Zinenko
2019-03-29
1
-13
/
+1
*
Separate translators into "from MLIR" and "to MLIR".
Alex Zinenko
2019-03-29
2
-66
/
+41
*
Factor out translation registry.
Alex Zinenko
2019-03-29
2
-39
/
+26
*
Add MLIR (addf) -> MLIR HLO thin slice.
Jacques Pienaar
2019-03-29
1
-3
/
+0
*
Add op registry for registering MLIR ops.
Jacques Pienaar
2019-03-29
1
-3
/
+0
*
Switch from positional argument to explicit flags for mlir-translate
Jacques Pienaar
2019-03-29
2
-45
/
+43
*
Tool for translating from/to MLIR.
Jacques Pienaar
2019-03-29
2
-0
/
+198