Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | Fix minor spelling tweaks (NFC) | Kazuaki Ishizaki | 2019-10-20 | 1 | -2/+2 |
* | [TableGen] Support array attribute subclasses and constraints | Lei Zhang | 2019-04-05 | 1 | -1/+26 |
* | [TableGen] Consolidate constraint related concepts | Lei Zhang | 2019-03-29 | 1 | -1/+1 |
* | [TableGen] Fix infinite loop in SubstLeaves substitution | Lei Zhang | 2019-03-29 | 1 | -4/+7 |
* | TableGen: implement predicate tree and basic simplification | Alex Zinenko | 2019-03-29 | 1 | -3/+302 |
* | TableGen: extract TypeConstraints from Type | Alex Zinenko | 2019-03-29 | 1 | -50/+12 |
* | Avoid redundant predicate checking in type matching. | Jacques Pienaar | 2019-03-29 | 1 | -1/+18 |
* | Put Operator and PredCNF into the tblgen namespace | Lei Zhang | 2019-03-29 | 1 | -3/+3 |
* | Add tblgen::Type to wrap around TableGen Type defs | Lei Zhang | 2019-03-29 | 1 | -2/+20 |
* | Verify type of operands match those specifed in op registry. | Jacques Pienaar | 2019-03-29 | 1 | -0/+50 |