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
*
[mlir] Mark the MLIR tools for installation in CMake
Kern Handa
2020-02-05
3
-3
/
+3
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
1
-1
/
+1
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
1
-1
/
+1
*
[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
2
-8
/
+321
*
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
16
-208
/
+64
*
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
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
1
-2
/
+3
*
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
*
Move Linalg Transforms that are actually Conversions - NFC
Nicolas Vasilache
2019-11-21
1
-1
/
+3
*
Add support for using the ODS result names as the Asm result names for multi-...
River Riddle
2019-11-21
1
-0
/
+36
*
Change CUDA tests to use print_memref.
Christian Sigg
2019-11-21
1
-13
/
+0
*
Implement unrolling of vector ops to finer-grained vector ops as a pattern.
Nicolas Vasilache
2019-11-20
1
-1
/
+1
*
Add some CMake rules for installing headers, mlir-tblgen, and mlir-opt
Eric Schweitz
2019-11-19
1
-1
/
+1
*
Make type and rank explicit in mcuMemHostRegister function.
Christian Sigg
2019-11-19
1
-18
/
+24
*
Drop unnecessary dependences from mlir-translate
Uday Bondhugula
2019-11-18
1
-6
/
+0
*
Use aggregate-parameter builder for ops having autogen type-deduction builder
Lei Zhang
2019-11-15
2
-86
/
+247
*
NFC: Refactor Dialect Conversion targeting SPIR-V.
Mahesh Ravishankar
2019-11-14
1
-1
/
+1
*
Move Affine to Standard conversion to lib/Conversion
Alex Zinenko
2019-11-14
1
-0
/
+1
*
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
[next]