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
/
TestDialect.cpp
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
1
-6
/
+6
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-4
/
+4
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-4
/
+4
*
Allow dialect to create friendly names for region arguments
Frank Laub
2019-12-19
1
-0
/
+14
*
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
1
-1
/
+1
*
Change inferReturnTypes to return LogicalResult and values
Jacques Pienaar
2019-12-06
1
-8
/
+8
*
De-duplicate EnumAttr overrides by defining defaults
Lei Zhang
2019-11-25
1
-0
/
+3
*
Add support for using the ODS result names as the Asm result names for multi-...
River Riddle
2019-11-21
1
-15
/
+0
*
Add a new OpAsmOpInterface to allow for ops to directly hook into the AsmPrin...
River Riddle
2019-11-20
1
-1
/
+30
*
Add an option to print an operation if a diagnostic is emitted on it
River Riddle
2019-11-12
1
-0
/
+7
*
Add compatible query method to infer type interface
Jacques Pienaar
2019-11-07
1
-3
/
+8
*
Add ReferToOp attribute constraint for SymbolRefAttr
Lei Zhang
2019-11-01
1
-0
/
+2
*
Parse locations in parseGenericOperation
Sean Silva
2019-10-28
1
-1
/
+5
*
Add support for function result attributes.
Sean Silva
2019-10-18
1
-0
/
+18
*
Add support for PatternRewriter::eraseOp.
River Riddle
2019-10-16
1
-1
/
+1
*
Add test for fix to tablegen for custom folders for ops that return a single
Parker Schuh
2019-10-09
1
-0
/
+8
*
Add support for inlining calls with different arg/result types from the calla...
River Riddle
2019-10-03
1
-1
/
+16
*
Update the Inliner pass to work on SCCs of the CallGraph.
River Riddle
2019-10-03
1
-0
/
+4
*
Add InferTypeOpTrait & enable generating its member function definition
Jacques Pienaar
2019-09-29
1
-0
/
+8
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-10
/
+10
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-12
/
+12
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-17
/
+17
*
Add support to OpAsmParser for parsing unknown keywords.
River Riddle
2019-09-17
1
-2
/
+18
*
Add `parseGenericOperation()` to the OpAsmParser
Mehdi Amini
2019-09-08
1
-0
/
+36
*
Use "final" instead of marking method virtual in override (NFC)
Mehdi Amini
2019-09-07
1
-1
/
+1
*
Add the initial inlining infrastructure.
River Riddle
2019-09-05
1
-1
/
+42
*
Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.
River Riddle
2019-09-01
1
-0
/
+20
*
Support folding of ops with inner ops in GreedyPatternRewriteDriver.
Andy Ly
2019-08-26
1
-4
/
+9
*
Introduce the ability for "isolated from above" ops to introduce shadowing
Chris Lattner
2019-08-23
1
-0
/
+7
*
Allow isolated regions to form isolated SSA name scopes in the printer.
River Riddle
2019-08-19
1
-5
/
+22
*
Remove ops in regions/blocks from worklist when parent op is being removed vi...
Andy Ly
2019-08-06
1
-0
/
+21
*
Introduce parser library method to parse list of region arguments
Uday Bondhugula
2019-07-22
1
-0
/
+19
*
Merge TypeUtilities library into the IR library
Alex Zinenko
2019-07-20
1
-1
/
+1
*
Split test-specific passes out of mlir-opt
Nicolas Vasilache
2019-06-24
1
-0
/
+41