summaryrefslogtreecommitdiffstats
path: root/mlir/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for alignment attribute in std.alloc.Nicolas Vasilache2019-11-121-0/+1
* mlir-translate: support -verify-diagnosticsAlex Zinenko2019-11-071-2/+22
* Emit empty lines after headers when generating op docsLei Zhang2019-11-051-7/+7
* Move BitEnumAttr from SPIRVBase.td to OpBase.tdLei Zhang2019-11-013-245/+164
* Add "[TOC]" to generated documentationMLIR Team2019-10-291-0/+3
* [DRR] Allow interleaved operands and attributesLei Zhang2019-10-211-38/+51
* [DRR] Address GCC warning by wrapping for statement body with {}Lei Zhang2019-10-201-1/+2
* NFC: Rename SPIR-V serializer find*ID() to get*ID() to be consistentLei Zhang2019-10-181-1/+1
* [DRR] Use eraseOp() to replace no-result opsLei Zhang2019-10-181-10/+18
* Fix RewriterGen to support using NativeCodeCall as auxiliary patternLei Zhang2019-10-171-7/+13
* Add LLVM_DEBUG in RewritersGen.cpp and Pattern.cppLei Zhang2019-10-171-4/+48
* minor spelling tweaksKazuaki Ishizaki2019-10-094-5/+5
* [spirv] Add a pass to decorate the composite types with layout info.Denis Khalikov2019-10-081-0/+1
* Add support for walking the uses of a symbol.River Riddle2019-10-081-0/+1
* GPUToCUDA: attach CUBIN to the nested module rather than to the functionAlex Zinenko2019-10-081-12/+13
* Fuse GenerateCubinAccessors pass into LaunchFunctToCudaAlex Zinenko2019-10-081-1/+0
* Add DialectType and generate docs for dialect typesJacques Pienaar2019-10-071-8/+25
* Enable emitting dialect summary & description during op generationJacques Pienaar2019-10-051-14/+39
* Fix typos, NFC.Christian Sigg2019-10-043-4/+4
* NFC: rename Conversion/ControlFlowToCFG to Conversion/LoopToStandardAlex Zinenko2019-10-032-2/+2
* Replace spurious `long` stride type by int64_t - NFCNicolas Vasilache2019-10-021-1/+1
* [ROCm] Adding pass to lower GPU Dialect to ROCDL Dialect.Deven Desai2019-10-021-0/+1
* Fold away reduction over 0 dimensions.MLIR Team2019-09-301-1/+2
* Enable autogenerating OpInterface method declarationsJacques Pienaar2019-09-302-102/+48
* Normalize MemRefType lowering to LLVM as strided MemRef descriptorNicolas Vasilache2019-09-301-1/+3
* Promote MemRefDescriptor to a pointer to struct when passing function boundar...Nicolas Vasilache2019-09-271-11/+22
* [ROCm] Adding ROCDL Dialect.Deven Desai2019-09-272-0/+2
* Make result ops generated output deterministicJacques Pienaar2019-09-261-1/+7
* Drop support for memrefs from JitRunnerAlex Zinenko2019-09-261-6/+0
* Remove unused variables and methods to address compiler warningsLei Zhang2019-09-251-1/+1
* Miscellaneous fixes to SPIR-V Deserializer (details below).Mahesh Ravishankar2019-09-241-4/+12
* Allow attaching descriptions to OpInterfaces and InterfaceMethods.River Riddle2019-09-243-9/+156
* Let mlir-translate support -split-input-fileLei Zhang2019-09-231-3/+24
* Outline GPU kernel function into a nested module.Christian Sigg2019-09-231-35/+7
* [spirv] Add OpControlBarrier and OpMemoryBarrier.Denis Khalikov2019-09-211-0/+6
* NFC: Pass OpAsmPrinter by reference instead of by pointer.River Riddle2019-09-201-1/+1
* NFC: Pass OperationState by reference instead of by pointer.River Riddle2019-09-201-14/+14
* NFC: Pass OpAsmParser by reference instead of by pointer.River Riddle2019-09-201-1/+1
* Automated rollback of commit 5684a12434f923d03b6870f2aa16226bfb0b38b6George Karpenkov2019-09-191-7/+35
* NFC: Fix return indentation in generated op definitions.Prakalp Srivastava2019-09-191-8/+8
* Outline GPU kernel function into a nested module.MLIR Team2019-09-191-35/+7
* Change MLIR translation functions signatureLei Zhang2019-09-171-2/+21
* Autogenerate (de)serialization for Extended Instruction SetsMahesh Ravishankar2019-09-161-197/+436
* [spirv] Add support for BitEnumAttrLei Zhang2019-09-163-8/+251
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Improve verifier error reporting on type mismatch (NFC)MLIR Team2019-09-131-1/+1
* Refactor pass pipeline command line parsing to support explicit pipeline stri...River Riddle2019-09-131-6/+2
* Refactor PassTiming to support nested pipelines.River Riddle2019-09-081-0/+1
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-1/+1
* Add missing lowering to CFG in mlir-cpu-runner + related cleanupMehdi Amini2019-09-011-0/+1
OpenPOWER on IntegriCloud