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-tblgen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
3
-13
/
+13
*
[mlir][ods] Support dialect specific content emission via hooks
Lei Zhang
2020-01-10
1
-1
/
+36
*
[mlir] NFC: put C++ code emission classes in their own files
Lei Zhang
2020-01-10
1
-340
/
+5
*
[mlir] Compilation fix: use LLVM_ATTRIBUTE_UNUSED following 6656e961c08393c39...
Alexandre Ganea
2020-01-03
1
-6
/
+2
*
[mlir] Enhance classof() checks in StructsGen
Lei Zhang
2020-01-03
1
-3
/
+6
*
[mlir] Only generate default for uncovered cases
Jacques Pienaar
2020-01-02
1
-0
/
+4
*
[mlir] Revert default case that was needed
Jacques Pienaar
2020-01-02
1
-0
/
+2
*
[mlir] Remove redudant default cases
Jacques Pienaar
2020-01-02
1
-4
/
+0
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
1
-3
/
+11
*
[mlir][spirv] Allow specifying availability on enum attribute cases
Lei Zhang
2020-01-02
1
-12
/
+258
*
[mlir] Fix -Wrange-loo-analysis warnings
Fangrui Song
2020-01-01
1
-1
/
+1
*
[mlir] Fix compilation warnings
Alexandre Ganea
2020-01-01
1
-2
/
+5
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
1
-8
/
+320
*
Add an __attribute__((unused)) to populateWithGenerated since it might
Eric Christopher
2019-12-26
1
-1
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
3
-15
/
+15
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
11
-143
/
+44
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
3
-24
/
+25
*
Add support for providing a default implementation for an interface method.
River Riddle
2019-12-18
1
-0
/
+26
*
Fix (de)serialization generation for SPV_ScopeAttr, SPV_MemorySemanticsAttr.
Mahesh Ravishankar
2019-12-16
1
-2
/
+14
*
Remove unused variable (fix warning) NFC
Mehdi Amini
2019-12-16
1
-2
/
+1
*
Skip generating C++ for "DeclareOpInterfaceMethods" in op interface gen.
Jing Pu
2019-12-13
1
-6
/
+16
*
Fix logic on when to emit collective type but separate arg builder
Jacques Pienaar
2019-12-12
1
-1
/
+1
*
Add type inference variant for separate params builder generated
Jacques Pienaar
2019-12-12
1
-93
/
+90
*
ODS: Generate named accessors for raw attributes
Jacques Pienaar
2019-12-09
1
-21
/
+36
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-9
/
+8
*
Change inferReturnTypes to return LogicalResult and values
Jacques Pienaar
2019-12-06
1
-11
/
+15
*
Generate builder for ops that use InferTypeOpInterface trait in ODS
Jacques Pienaar
2019-12-06
1
-10
/
+38
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
3
-5
/
+5
*
NFC: use `&&` instead of `and`
Lei Zhang
2019-12-02
1
-1
/
+1
*
[ODS] Generate builders taking unwrapped value and defaults for attributes
Lei Zhang
2019-12-02
2
-40
/
+167
*
[DRR] Introduce `$_` to ignore op argument match
Lei Zhang
2019-12-02
1
-2
/
+5
*
mlir-tblgen: Dump input records when no generator is set
Jacques Pienaar
2019-11-29
1
-1
/
+4
*
Add support for AttrSizedOperandSegments/AttrSizedResultSegments
Lei Zhang
2019-11-25
2
-28
/
+119
*
Add support for using the ODS result names as the Asm result names for multi-...
River Riddle
2019-11-21
1
-0
/
+36
*
Use aggregate-parameter builder for ops having autogen type-deduction builder
Lei Zhang
2019-11-15
2
-86
/
+247
*
Make VariableOp instructions be in the first block in the function.
Hanhan Wang
2019-11-12
1
-1
/
+1
*
[spirv] Properly return when finding error in serialization
Lei Zhang
2019-11-12
1
-4
/
+3
*
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
*
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
[next]