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
/
lib
/
TableGen
/
Operator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Unique trait list during ODS Operator trait construction
Jacques Pienaar
2019-12-19
1
-6
/
+13
*
Add support for AttrSizedOperandSegments/AttrSizedResultSegments
Lei Zhang
2019-11-25
1
-6
/
+6
*
Add support for using the ODS result names as the Asm result names for multi-...
River Riddle
2019-11-21
1
-0
/
+3
*
[ODS] Fix operation argument population to avoid crash
Lei Zhang
2019-11-14
1
-6
/
+33
*
[DRR] Allow interleaved operands and attributes
Lei Zhang
2019-10-21
1
-0
/
+12
*
Remove dead code.
Jacques Pienaar
2019-07-30
1
-35
/
+0
*
Automatically generate (de)serialization methods for SPIR-V ops
Mahesh Ravishankar
2019-07-19
1
-1
/
+1
*
ODS: provide a flag to skip generation of default build methods
Alex Zinenko
2019-07-05
1
-0
/
+4
*
Print proper message saying variadic ops are not supported in RewriterGen
Lei Zhang
2019-06-19
1
-0
/
+4
*
[ODS] Support variadic operand/result verification
Lei Zhang
2019-06-09
1
-2
/
+2
*
[ODG] Add iterators for results in Operator
Lei Zhang
2019-06-09
1
-3
/
+13
*
Introduce OpOperandAdaptors and emit them from ODS
Alex Zinenko
2019-06-03
1
-0
/
+2
*
[ODS] Support region names and constraints
Lei Zhang
2019-06-01
1
-4
/
+33
*
[ODS] Support numRegions in Op definition
Lei Zhang
2019-06-01
1
-0
/
+7
*
[ODS] Allow dialect to specify C++ namespaces
Lei Zhang
2019-05-20
1
-21
/
+25
*
Add extraClassDeclaration field for ops.
Jacques Pienaar
2019-05-06
1
-0
/
+7
*
Add Dialect in op definition to capture prefix and documentation.
Jacques Pienaar
2019-05-06
1
-2
/
+7
*
[TableGen] Support multiple variadic operands/results
Lei Zhang
2019-05-06
1
-18
/
+8
*
[TableGen] Fix support for ops whose names have a leading underscore
Lei Zhang
2019-04-18
1
-12
/
+20
*
[TableGen] Rework verifier generation and error messages
Lei Zhang
2019-04-05
1
-0
/
+6
*
Add a trait to set the result type by attribute
Feng Liu
2019-03-29
1
-1
/
+5
*
[TableGen] Consolidate constraint related concepts
Lei Zhang
2019-03-29
1
-3
/
+3
*
Change Value to NamedTypeConstraint and use TypeConstraint.
Jacques Pienaar
2019-03-29
1
-8
/
+10
*
TableGen: allow mixing attributes and operands in the Arguments DAG of Op def...
Alex Zinenko
2019-03-29
1
-28
/
+21
*
[TableGen] Use ArrayRef instead of SmallVectorImpl for suitable method
Lei Zhang
2019-03-29
1
-1
/
+1
*
Create OpTrait base class & allow operation predicate OpTraits.
Jacques Pienaar
2019-03-29
1
-5
/
+28
*
[TableGen] Support using Variadic<Type> in results
Lei Zhang
2019-03-29
1
-7
/
+34
*
[TableGen] Rename Operand to Value to prepare sharing between operand and result
Lei Zhang
2019-03-29
1
-1
/
+1
*
[TableGen] Use deduced result types for build() of suitable ops
Lei Zhang
2019-03-29
1
-0
/
+7
*
[TableGen] Model variadic operands using Variadic<Type>
Lei Zhang
2019-03-29
1
-0
/
+10
*
Add derived type attributes for TensorFlow ops generated by TableGen
Smit Hinsu
2019-03-29
1
-3
/
+13
*
[tablegen] Use tblgen:: classes for NamedAttribute and Operand fields
Lei Zhang
2019-03-29
1
-6
/
+7
*
TableGen: Use DAG for op results
Lei Zhang
2019-03-29
1
-0
/
+15
*
Prefix Operator getter methods with "get" to be consistent
Lei Zhang
2019-03-29
1
-2
/
+2
*
Add tblgen::Pattern to model Patterns defined in TableGen
Lei Zhang
2019-03-29
1
-0
/
+8
*
Pull TableGen op argument definitions into their own files
Lei Zhang
2019-03-29
1
-17
/
+0
*
Start doc generation pass.
Jacques Pienaar
2019-03-29
1
-0
/
+16
*
TableGen: extract TypeConstraints from Type
Alex Zinenko
2019-03-29
1
-4
/
+3
*
Avoid redundant predicate checking in type matching.
Jacques Pienaar
2019-03-29
1
-1
/
+2
*
Add tblgen::Attribute to wrap around TableGen Attr defs
Lei Zhang
2019-03-29
1
-12
/
+3
*
Put Operator and PredCNF into the tblgen namespace
Lei Zhang
2019-03-29
1
-19
/
+27
*
Add tblgen::Type to wrap around TableGen Type defs
Lei Zhang
2019-03-29
1
-6
/
+3
*
Various tiny refinements over TableGen Operator class
Lei Zhang
2019-03-29
1
-10
/
+10
*
Match attributes in input pattern.
Jacques Pienaar
2019-03-29
1
-0
/
+17
*
Verify type of operands match those specifed in op registry.
Jacques Pienaar
2019-03-29
1
-0
/
+13
*
Use Operator class in OpDefinitionsGen. Cleanup NFC.
Jacques Pienaar
2019-03-29
1
-9
/
+21
*
Match the op via isa instead of string compare.
Jacques Pienaar
2019-03-29
1
-0
/
+3
*
Add convenience wrapper for operator in tblgen
Jacques Pienaar
2019-03-29
1
-0
/
+126