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
/
test
/
lib
/
TestDialect
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-2
/
+3
*
[mlir] Add support for attaching a visibility to symbols.
River Riddle
2020-01-13
1
-1
/
+7
*
[mlir] Update the CallGraph for nested symbol references, and simplify Callab...
River Riddle
2020-01-13
1
-7
/
+4
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
3
-13
/
+13
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
3
-22
/
+21
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
4
-52
/
+16
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
3
-21
/
+22
*
Allow dialect to create friendly names for region arguments
Frank Laub
2019-12-19
1
-0
/
+14
*
Add support for providing a default implementation for an interface method.
River Riddle
2019-12-18
1
-2
/
+1
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-1
/
+2
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-3
/
+3
*
Add RegionRange for when need to abstract over different region iteration
Jacques Pienaar
2019-12-09
1
-1
/
+1
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
2
-3
/
+2
*
Change inferReturnTypes to return LogicalResult and values
Jacques Pienaar
2019-12-06
2
-12
/
+15
*
Generate builder for ops that use InferTypeOpInterface trait in ODS
Jacques Pienaar
2019-12-06
1
-4
/
+15
*
Move ModuleManager functionality into mlir::SymbolTable.
Tres Popp
2019-12-05
1
-0
/
+6
*
[DRR] Introduce `$_` to ignore op argument match
Lei Zhang
2019-12-02
1
-0
/
+12
*
Add support for AttrSizedOperandSegments/AttrSizedResultSegments
Lei Zhang
2019-11-25
1
-0
/
+24
*
De-duplicate EnumAttr overrides by defining defaults
Lei Zhang
2019-11-25
4
-1
/
+8
*
Add support for using the ODS result names as the Asm result names for multi-...
River Riddle
2019-11-21
2
-18
/
+2
*
Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...
River Riddle
2019-11-20
1
-0
/
+4
*
Add a new OpAsmOpInterface to allow for ops to directly hook into the AsmPrin...
River Riddle
2019-11-20
2
-1
/
+44
*
Fix 'the the' typo.
Alexander Belyaev
2019-11-20
1
-2
/
+1
*
Add getRemappedValue to ConversionPatternRewriter
Diego Caballero
2019-11-19
1
-0
/
+63
*
[ODS] Fix operation argument population to avoid crash
Lei Zhang
2019-11-14
1
-0
/
+24
*
NFC: Refactor block signature conversion to not erase the original arguments.
River Riddle
2019-11-13
1
-5
/
+23
*
Add an option to print an operation if a diagnostic is emitted on it
River Riddle
2019-11-12
2
-5
/
+13
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-3
/
+3
*
Add compatible query method to infer type interface
Jacques Pienaar
2019-11-07
3
-7
/
+18
*
Add ReferToOp attribute constraint for SymbolRefAttr
Lei Zhang
2019-11-01
2
-0
/
+12
*
NFC: Use #ifndef in various .td files instead of #ifdef and #else
Lei Zhang
2019-10-31
1
-2
/
+1
*
Add a test.symbol_scope operation that has the SymbolTable Traits to the Test...
Mehdi Amini
2019-10-31
2
-0
/
+11
*
Parse locations in parseGenericOperation
Sean Silva
2019-10-28
1
-1
/
+5
*
Add support for marking an operation as recursively legal.
River Riddle
2019-10-28
1
-0
/
+6
*
Define AnyRankedTensor Type in TableGen
Smit Hinsu
2019-10-25
1
-0
/
+4
*
[DRR] Allow interleaved operands and attributes
Lei Zhang
2019-10-21
1
-0
/
+22
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-3
/
+3
*
Add support for function result attributes.
Sean Silva
2019-10-18
2
-0
/
+26
*
[DRR] Allow capturing and referencing no-result ops
Lei Zhang
2019-10-17
2
-0
/
+14
*
Fix RewriterGen to support using NativeCodeCall as auxiliary pattern
Lei Zhang
2019-10-17
2
-0
/
+13
*
Add ComplexType to TableGen with Tensor support
Rob Suderman
2019-10-16
1
-0
/
+9
*
Add support for PatternRewriter::eraseOp.
River Riddle
2019-10-16
2
-4
/
+4
*
Allowing replacing non-root operations in DialectConversion.
River Riddle
2019-10-14
2
-3
/
+24
*
Add trait for specified shapes matching
Geoffrey Martin-Noble
2019-10-10
1
-0
/
+7
*
NFC: Cleanup of type checking tests
Geoffrey Martin-Noble
2019-10-10
1
-33
/
+31
*
Add test for fix to tablegen for custom folders for ops that return a single
Parker Schuh
2019-10-09
2
-0
/
+14
*
Allow dynamic but ranked types in ops with SameOperandsAndResultShape and Sam...
Smit Hinsu
2019-10-08
1
-0
/
+6
*
Add a PatternRewriter hook for cloning a region into another.
River Riddle
2019-10-08
1
-2
/
+6
*
Allow element type traits to operate on scalars
Geoffrey Martin-Noble
2019-10-05
1
-4
/
+4
*
NFC: Cleanup test ops and traits tests
Geoffrey Martin-Noble
2019-10-05
1
-61
/
+61
[next]