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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add support for alignment attribute in std.alloc.
Nicolas Vasilache
2019-11-12
1
-0
/
+1
*
mlir-translate: support -verify-diagnostics
Alex Zinenko
2019-11-07
1
-2
/
+22
*
Emit empty lines after headers when generating op docs
Lei Zhang
2019-11-05
1
-7
/
+7
*
Move BitEnumAttr from SPIRVBase.td to OpBase.td
Lei Zhang
2019-11-01
3
-245
/
+164
*
Add "[TOC]" to generated documentation
MLIR Team
2019-10-29
1
-0
/
+3
*
[DRR] Allow interleaved operands and attributes
Lei Zhang
2019-10-21
1
-38
/
+51
*
[DRR] Address GCC warning by wrapping for statement body with {}
Lei Zhang
2019-10-20
1
-1
/
+2
*
NFC: Rename SPIR-V serializer find*ID() to get*ID() to be consistent
Lei Zhang
2019-10-18
1
-1
/
+1
*
[DRR] Use eraseOp() to replace no-result ops
Lei Zhang
2019-10-18
1
-10
/
+18
*
Fix RewriterGen to support using NativeCodeCall as auxiliary pattern
Lei Zhang
2019-10-17
1
-7
/
+13
*
Add LLVM_DEBUG in RewritersGen.cpp and Pattern.cpp
Lei Zhang
2019-10-17
1
-4
/
+48
*
minor spelling tweaks
Kazuaki Ishizaki
2019-10-09
4
-5
/
+5
*
[spirv] Add a pass to decorate the composite types with layout info.
Denis Khalikov
2019-10-08
1
-0
/
+1
*
Add support for walking the uses of a symbol.
River Riddle
2019-10-08
1
-0
/
+1
*
GPUToCUDA: attach CUBIN to the nested module rather than to the function
Alex Zinenko
2019-10-08
1
-12
/
+13
*
Fuse GenerateCubinAccessors pass into LaunchFunctToCuda
Alex Zinenko
2019-10-08
1
-1
/
+0
*
Add DialectType and generate docs for dialect types
Jacques Pienaar
2019-10-07
1
-8
/
+25
*
Enable emitting dialect summary & description during op generation
Jacques Pienaar
2019-10-05
1
-14
/
+39
*
Fix typos, NFC.
Christian Sigg
2019-10-04
3
-4
/
+4
*
NFC: rename Conversion/ControlFlowToCFG to Conversion/LoopToStandard
Alex Zinenko
2019-10-03
2
-2
/
+2
*
Replace spurious `long` stride type by int64_t - NFC
Nicolas Vasilache
2019-10-02
1
-1
/
+1
*
[ROCm] Adding pass to lower GPU Dialect to ROCDL Dialect.
Deven Desai
2019-10-02
1
-0
/
+1
*
Fold away reduction over 0 dimensions.
MLIR Team
2019-09-30
1
-1
/
+2
*
Enable autogenerating OpInterface method declarations
Jacques Pienaar
2019-09-30
2
-102
/
+48
*
Normalize MemRefType lowering to LLVM as strided MemRef descriptor
Nicolas Vasilache
2019-09-30
1
-1
/
+3
*
Promote MemRefDescriptor to a pointer to struct when passing function boundar...
Nicolas Vasilache
2019-09-27
1
-11
/
+22
*
[ROCm] Adding ROCDL Dialect.
Deven Desai
2019-09-27
2
-0
/
+2
*
Make result ops generated output deterministic
Jacques Pienaar
2019-09-26
1
-1
/
+7
*
Drop support for memrefs from JitRunner
Alex Zinenko
2019-09-26
1
-6
/
+0
*
Remove unused variables and methods to address compiler warnings
Lei Zhang
2019-09-25
1
-1
/
+1
*
Miscellaneous fixes to SPIR-V Deserializer (details below).
Mahesh Ravishankar
2019-09-24
1
-4
/
+12
*
Allow attaching descriptions to OpInterfaces and InterfaceMethods.
River Riddle
2019-09-24
3
-9
/
+156
*
Let mlir-translate support -split-input-file
Lei Zhang
2019-09-23
1
-3
/
+24
*
Outline GPU kernel function into a nested module.
Christian Sigg
2019-09-23
1
-35
/
+7
*
[spirv] Add OpControlBarrier and OpMemoryBarrier.
Denis Khalikov
2019-09-21
1
-0
/
+6
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-14
/
+14
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6
George Karpenkov
2019-09-19
1
-7
/
+35
*
NFC: Fix return indentation in generated op definitions.
Prakalp Srivastava
2019-09-19
1
-8
/
+8
*
Outline GPU kernel function into a nested module.
MLIR Team
2019-09-19
1
-35
/
+7
*
Change MLIR translation functions signature
Lei Zhang
2019-09-17
1
-2
/
+21
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
1
-197
/
+436
*
[spirv] Add support for BitEnumAttr
Lei Zhang
2019-09-16
3
-8
/
+251
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Improve verifier error reporting on type mismatch (NFC)
MLIR Team
2019-09-13
1
-1
/
+1
*
Refactor pass pipeline command line parsing to support explicit pipeline stri...
River Riddle
2019-09-13
1
-6
/
+2
*
Refactor PassTiming to support nested pipelines.
River Riddle
2019-09-08
1
-0
/
+1
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
1
-1
/
+1
*
Add missing lowering to CFG in mlir-cpu-runner + related cleanup
Mehdi Amini
2019-09-01
1
-0
/
+1
[prev]
[next]