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
/
OpDefinitionsGen.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
-7
/
+7
*
[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
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-10
/
+10
*
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
-13
/
+14
*
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
*
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
1
-1
/
+1
*
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
1
-38
/
+165
*
Add support for AttrSizedOperandSegments/AttrSizedResultSegments
Lei Zhang
2019-11-25
1
-25
/
+116
*
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
1
-24
/
+65
*
minor spelling tweaks
Kazuaki Ishizaki
2019-10-09
1
-1
/
+1
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Fold away reduction over 0 dimensions.
MLIR Team
2019-09-30
1
-1
/
+2
*
Enable autogenerating OpInterface method declarations
Jacques Pienaar
2019-09-30
1
-0
/
+31
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-14
/
+14
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
NFC: Fix return indentation in generated op definitions.
Prakalp Srivastava
2019-09-19
1
-8
/
+8
*
Improve verifier error reporting on type mismatch (NFC)
MLIR Team
2019-09-13
1
-1
/
+1
*
Support variadic ops in declarative rewrite rules
Lei Zhang
2019-08-21
1
-16
/
+57
*
NFC: Don't assume that all operation traits are within the 'OpTrait::' namesp...
River Riddle
2019-08-19
1
-18
/
+19
*
Allow the use of the $cppClass template variable in verifier code blocks.
Ben Vanik
2019-08-14
1
-3
/
+7
*
NFC: refactor ODS builder generation
Lei Zhang
2019-07-31
1
-142
/
+184
*
[mlir-tblgen] Emit forward declarations for all the classes before the defini...
Mehdi Amini
2019-07-30
1
-0
/
+8
*
ODS: provide a flag to skip generation of default build methods
Alex Zinenko
2019-07-05
1
-0
/
+7
*
Add ODS accessors for named regions.
Nicolas Vasilache
2019-07-05
1
-0
/
+15
*
Disallow using NOperands/NResults when N < 2. We have special traits for the ...
River Riddle
2019-06-19
1
-1
/
+11
*
[ODG] Fix value indices in verification error messages
Lei Zhang
2019-06-19
1
-18
/
+23
*
[ODG] Add support for private methods in class writers
Lei Zhang
2019-06-11
1
-10
/
+45
*
[ODG] Address compiler warnings of comparing signed and unsigned integer expr...
Lei Zhang
2019-06-11
1
-1
/
+1
*
[ODS] Support variadic operand/result verification
Lei Zhang
2019-06-09
1
-33
/
+39
*
[ODG] Use getODSOperands() and getODSResults() to back accessors
Lei Zhang
2019-06-09
1
-106
/
+81
*
ODG: Always deference operand/result when using named arg/result.
Jacques Pienaar
2019-06-09
1
-4
/
+6
*
Introduce OpOperandAdaptors and emit them from ODS
Alex Zinenko
2019-06-03
1
-65
/
+185
*
Disable named attribute in ODG for ArgOrResultElementTypeIs as was taking...
Jacques Pienaar
2019-06-01
1
-3
/
+1
*
[ODS] Support region names and constraints
Lei Zhang
2019-06-01
1
-26
/
+60
*
Allow argument and result names replacement in predicates.
Jacques Pienaar
2019-06-01
1
-1
/
+25
*
[TableGen] Making printer support $cppClass substitution (similar to pars...
Ben Vanik
2019-06-01
1
-1
/
+3
*
[ODS] Support numRegions in Op definition
Lei Zhang
2019-06-01
1
-3
/
+19
*
Make scope explicit to avoid misleading-indentation warnings.
Jacques Pienaar
2019-06-01
1
-2
/
+2
*
[ODS] Allow dialect to specify C++ namespaces
Lei Zhang
2019-05-20
1
-12
/
+13
*
Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold...
River Riddle
2019-05-20
1
-18
/
+5
[next]