| Commit message (Expand) | Author | Age | Files | Lines |
| * | NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. | River Riddle | 2019-12-23 | 1 | -1/+1 |
| * | 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 | -1/+1 |
| * | [DRR] Introduce `$_` to ignore op argument match | Lei Zhang | 2019-12-02 | 1 | -1/+2 |
| * | [ODS] Fix operation argument population to avoid crash | Lei Zhang | 2019-11-14 | 1 | -0/+1 |
| * | Fix segfault when no symbol is given to an constraint operand | Lei Zhang | 2019-10-30 | 1 | -1/+7 |
| * | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -1/+1 |
| * | [DRR] Allow capturing and referencing no-result ops | Lei Zhang | 2019-10-17 | 1 | -0/+7 |
| * | Add LLVM_DEBUG in RewritersGen.cpp and Pattern.cpp | Lei Zhang | 2019-10-17 | 1 | -10/+53 |
| * | Remove unused variables and methods to address compiler warnings | Lei Zhang | 2019-09-25 | 1 | -0/+1 |
| * | Support variadic ops in declarative rewrite rules | Lei Zhang | 2019-08-21 | 1 | -16/+87 |
| * | Change from llvm::make_unique to std::make_unique | Jacques Pienaar | 2019-08-17 | 1 | -1/+1 |
| * | Add unreachable to avoid GCC -Wreturn-type warning | jpienaar | 2019-08-13 | 1 | -0/+3 |
| * | NFC: Refactoring PatternSymbolResolver into SymbolInfoMap | Lei Zhang | 2019-08-09 | 1 | -35/+184 |
| * | Replace the verifyUnusedValue directive with HasNoUseOf constraint | Lei Zhang | 2019-08-01 | 1 | -7/+2 |
| * | Fix support for auxiliary ops in declarative rewrite rules | Lei Zhang | 2019-07-31 | 1 | -14/+35 |
| * | Support referencing a single value generated by a matched multi-result op | Lei Zhang | 2019-07-26 | 1 | -2/+3 |
| * | [ODS] Introduce IntEnumAttr | Lei Zhang | 2019-07-01 | 1 | -1/+1 |
| * | Add support to RewritePattern for specifying the potential operations tha... | River Riddle | 2019-06-01 | 1 | -0/+4 |
| * | Add pattern file location to generated code to trace origin of pattern. | Jacques Pienaar | 2019-06-01 | 1 | -0/+14 |
| * | Remove unnecessary C++ specifier in CPP files. NFC. | Jacques Pienaar | 2019-05-20 | 1 | -1/+1 |
| * | Fix up some mixed sign warnings. | Jacques Pienaar | 2019-05-06 | 1 | -6/+6 |
| * | Add Dialect in op definition to capture prefix and documentation. | Jacques Pienaar | 2019-05-06 | 1 | -0/+1 |
| * | [TableGen] Unify cOp and tAttr into NativeCodeCall | Lei Zhang | 2019-04-23 | 1 | -28/+12 |
| * | [TableGen] Capture bound source ops in PatternState | Lei Zhang | 2019-04-23 | 1 | -14/+6 |
| * | [TableGen] Allocate `Operator` object on heap in `RecordOperatorMap` | Lei Zhang | 2019-04-18 | 1 | -1/+5 |
| * | [TableGen] Make sure op in pattern has the same number of arguments as de... | Lei Zhang | 2019-04-08 | 1 | -31/+33 |
| * | Minor fixes on the typo/naming/style in the Pattern.cpp file | Feng Liu | 2019-04-01 | 1 | -5/+7 |
| * | [TableGen] Add EnumAttrCase and EnumAttr | Lei Zhang | 2019-04-01 | 1 | -13/+20 |
| * | remove the const quantifier before temp variable | Feng Liu | 2019-03-29 | 1 | -1/+1 |
| * | [TableGen] Support benefit score in pattern definition. | Feng Liu | 2019-03-29 | 1 | -0/+10 |
| * | [TableGen] Consolidate constraint related concepts | Lei Zhang | 2019-03-29 | 1 | -71/+24 |
| * | [TableGen] Support nested dag attributes arguments in the result pattern | Feng Liu | 2019-03-29 | 1 | -1/+16 |
| * | [TableGen] Support multiple result patterns | Lei Zhang | 2019-03-29 | 1 | -0/+5 |
| * | Add pattern constraints. | Jacques Pienaar | 2019-03-29 | 1 | -3/+81 |
| * | [TableGen] Assign created ops to variables and rewrite with PatternRewriter::... | Lei Zhang | 2019-03-29 | 1 | -1/+5 |
| * | [TableGen] Use tblgen::DagLeaf to model DAG arguments | Lei Zhang | 2019-03-29 | 1 | -6/+66 |
| * | Add fallback to native code op builder specification for patterns. | Jacques Pienaar | 2019-03-29 | 1 | -0/+11 |
| * | Add tblgen::Pattern to model Patterns defined in TableGen | Lei Zhang | 2019-03-29 | 1 | -0/+133 |